]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-03-06 Brian AndersonRemove two green threading tests
2015-03-06 borsAuto merge of #22899 - huonw:macro-stability, r=alexcri...
2015-03-05 borsAuto merge of #23031 - Manishearth:rollup, r=Manishearth
2015-03-05 borsAuto merge of #23026 - nikomatsakis:issue-20220-supertr...
2015-03-05 Huon WilsonRun feature-gating on the final AST passed to the compiler.
2015-03-05 Huon WilsonAdd more debugging to syntax::feature_gate.
2015-03-05 Huon WilsonUse `#[allow_internal_unstable]` for `thread_local!`
2015-03-05 Huon WilsonAdd #[allow_internal_unstable] to track stability for...
2015-03-05 Manish GoregaokarFix tag align tests for 32bit linux (fixes #7340)
2015-03-05 Niko MatsakisAddress nits by @nrc.
2015-03-05 Manish GoregaokarRollup merge of #23033 - pelmers:patch-3, r=steveklabnik
2015-03-05 Manish GoregaokarRollup merge of #23029 - vhbit:ios-env-stab, r=alexcrichton
2015-03-05 Manish GoregaokarRollup merge of #23027 - fenhl:patch-1, r=sfackler
2015-03-05 Manish GoregaokarRollup merge of #23006 - dhuseby:master, r=alexcrichton
2015-03-05 Manish GoregaokarRollup merge of #22947 - ic:master, r=steveklabnik
2015-03-05 Manish GoregaokarRollup merge of #22937 - MDCox:str-docs, r=steveklabnik
2015-03-05 Manish GoregaokarRollup merge of #22994 - eddyb:unsuffix-ints-good,...
2015-03-05 Manish GoregaokarMove span in error (fixup #22764)
2015-03-05 Manish GoregaokarRollup merge of #23006 - dhuseby:master, r=alexcrichton
2015-03-05 Dave Husebyupdating llvm-auto-clean-trigger too
2015-03-05 Dave Husebyadding bitrig snapshot to snapshots file
2015-03-05 Dave Husebybumping again to get the updated configure
2015-03-05 Dave Husebybumping the jemalloc revision to include the bitrig...
2015-03-05 Manish GoregaokarRollup merge of #22973 - djmally:coll_docs, r=Gankro
2015-03-05 Dave Husebyupdating llvm submodule to include bitrig support
2015-03-05 Manish GoregaokarRollup merge of #22994 - eddyb:unsuffix-ints-good,...
2015-03-05 Eduard BurtescuFix compile-fail error messages after integer suffix...
2015-03-05 Eduard BurtescuRemove integer suffixes where the types in compiled...
2015-03-05 Manish GoregaokarRollup merge of #22764 - ivanradanov:fileline_help...
2015-03-05 Manish GoregaokarRollup merge of #23018 - sanxiyn:quote-question, r...
2015-03-05 Seo SanghyeonFix quoting of ?Sized
2015-03-05 Manish GoregaokarRollup merge of #23013 - nikomatsakis:syncbox, r=pnkfelix
2015-03-05 Manish GoregaokarRollup merge of #23004 - alexcrichton:libc-stable,...
2015-03-05 Manish GoregaokarRollup merge of #23001 - alexcrichton:index-output...
2015-03-05 Manish GoregaokarRollup merge of #23000 - Florob:unicode-FL, r=brson
2015-03-05 Manish GoregaokarRollup merge of #22939 - bleibig:grammar-updates, r...
2015-03-05 Manish GoregaokarRollup merge of #22029 - iKevinY:tidy-changes, r=brson
2015-03-05 borsAuto merge of #22061 - pczarn:quote_matcher_and_attr...
2015-03-05 borsAuto merge of #22873 - alexcrichton:deprecate-fs, r...
2015-03-04 Alex Crichtonstd: Deprecate std::old_io::fs
2015-03-04 Niko MatsakisAdd tests related to #20220. Fixes #20220.
2015-03-04 Niko MatsakisGeneralize the code so we can handle multiple supertraits.
2015-03-04 Niko MatsakisSeparate supertrait collection from processing a `Trait...
2015-03-04 Niko MatsakisExtract out trait_defines_associated_type_named into...
2015-03-04 Niko MatsakisExtend the "treat-err-as-bug" option to cover calls...
2015-03-04 Niko MatsakisExtract out the `filter_to_traits` functionality
2015-03-04 Niko MatsakisSimplify impl of Elaborator now that we don't need...
2015-03-04 Peter ElmersFix grammar nits in compound-data-types.md
2015-03-04 Matt CoxReword str docs and include links to StrExt
2015-03-04 Dave Husebyupdating llvm-auto-clean-trigger too
2015-03-04 Valerii HioraiOS: fallout of env stab
2015-03-04 Piotr CzarneckiAdd quasiquote for matchers and attributes
2015-03-04 borsAuto merge of #22235 - michaelwoerister:cross-crate...
2015-03-04 Eduard BurtescuFix compile-fail error messages after integer suffix...
2015-03-04 borsAuto merge of #22920 - tshepang:remove-some-warnings...
2015-03-04 FenhlFix Duration::weeks docs
2015-03-04 borsAuto merge of #22958 - laijs:option_map_for_iter_map...
2015-03-04 Michael WoeristerEncode codemap and span information in crate metadata.
2015-03-04 Dave Husebyadding bitrig snapshot to snapshots file
2015-03-04 Dave Husebybumping again to get the updated configure
2015-03-04 Dave Husebybumping the jemalloc revision to include the bitrig...
2015-03-04 Dave Husebyupdating llvm submodule to include bitrig support
2015-03-04 Eduard BurtescuRemove integer suffixes where the types in compiled...
2015-03-04 Eric PlatonMade failing/working examples look alike.
2015-03-04 Niko MatsakisWhen generating WF criteria, do not visit the same...
2015-03-03 Alex Crichtonlibc: Move features behind a cfg_attr gate
2015-03-03 borsAuto merge of #23002 - pnkfelix:fsk-box-place-runway...
2015-03-03 Felix S. Klock IIFix doc example to accommodate overloaded-box.
2015-03-03 Felix S. Klock IISwitched to Box::new in many places.
2015-03-03 Felix S. Klock IIinline `Box::new` always.
2015-03-03 Felix S. Klock IIAdd `: Box<_>` or `::Box<_>` type annotations to variou...
2015-03-03 Alex Crichtonstd: Mark `Index::Output` as a stable associated type
2015-03-03 Florian Zeitzunicode: Properly parse ranges in UnicodeData.txt
2015-03-03 borsAuto merge of #22997 - pnkfelix:make-timestamps-robust...
2015-03-03 borsAuto merge of #22532 - pnkfelix:arith-overflow, r=pnkfe...
2015-03-03 Felix S. Klock IIMake build timestamp files robust in face of concurrent...
2015-03-03 Ivan Radanov... Change span_help calls to fileline_help where appropriate
2015-03-03 Felix S. Klock IIsidestep potential over- and underflow in estimated...
2015-03-03 borsAuto merge of #22995 - Manishearth:rollup, r=Manishearth
2015-03-03 Manish GoregaokarRollup merge of #22988 - dcrewi:slice-swap-inline,...
2015-03-03 Manish GoregaokarRollup merge of #22982 - tbu-:pr_fixup_22510, r=Manishearth
2015-03-03 Manish GoregaokarRollup merge of #22977 - kmcallister:issue-15778, r...
2015-03-03 Tobias BucherRevert incorrect `usize` -> `u32` replacements from...
2015-03-03 Manish GoregaokarRollup merge of #22974 - nagisa:reintuint-std, r=alexcr...
2015-03-03 Manish GoregaokarRollup merge of #22970 - pnkfelix:fsk-robust-backtrace...
2015-03-03 Manish GoregaokarRollup merge of #22956 - ejjeong:aarch64-linux-android...
2015-03-03 Manish GoregaokarRollup merge of #22952 - huonw:missing-stable, r=alexcr...
2015-03-03 Manish GoregaokarRollup merge of #22951 - huonw:weak-chuck-slice, r...
2015-03-03 Manish GoregaokarRollup merge of #22876 - Florob:const, r=nikomatsakis
2015-03-03 Manish GoregaokarRollup merge of #22990 - japaric:privATe, r=alexcrichton
2015-03-03 Manish GoregaokarRollup merge of #22989 - laijs:fix_FromStr_bool_comment...
2015-03-03 Manish GoregaokarRollup merge of #22969 - dotdash:no_alloca_zeroed,...
2015-03-03 Manish GoregaokarRollup merge of #22960 - huonw:static-assert, r=huonw
2015-03-03 Manish GoregaokarRollup merge of #22943 - ipetkov:lint-recursion, r...
2015-03-03 Manish GoregaokarRollup merge of #22916 - rprichard:fmt-num-cleanup...
2015-03-03 Manish GoregaokarFix backtrace tests for Linux
2015-03-03 Felix S. Klock IIIncorporated second review suggestion from eddyb.
2015-03-03 Felix S. Klock IIIncorporated first review sugestion from eddyb.
2015-03-03 Felix S. Klock IIFix span typo in the arithmetic overflow for array...
2015-03-03 Felix S. Klock IIUpdate tests for const-eval error handling changes.
next