| Age | Commit message (Expand) | Author | Lines |
| 2015-08-01 | Store and use crate-local paths to extern crates | mitaa | -7/+39 |
| 2015-08-01 | Split off `LocalCrateReader` from `CrateReader` | mitaa | -123/+140 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -38/+31 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -13/+15 |
| 2015-07-25 | Fix error message spans | Jared Roesch | -2/+4 |
| 2015-07-24 | Introduce ClosureSubsts rather than just having random fields in the | Niko Matsakis | -3/+3 |
| 2015-07-24 | introduce a Vec<Ty> to TyClosure for storing upvar types | Niko Matsakis | -2/+11 |
| 2015-07-14 | Transition to the new object lifetime defaults, replacing the old | Niko Matsakis | -10/+1 |
| 2015-07-12 | Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton | bors | -1/+1 |
| 2015-07-12 | Auto merge of #26895 - jroesch:modernize-typeck-names, r=nikomatsakis | bors | -10/+10 |
| 2015-07-12 | Implement RFC 1058 | Simonas Kazlauskas | -1/+1 |
| 2015-07-10 | Rename TypeWithMutability to TypeAndMut | Jared Roesch | -3/+3 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -1/+1 |
| 2015-07-10 | trans: Use LLVM's writeArchive to modify archives | Alex Crichton | -1/+2 |
| 2015-07-08 | trans: Link rlibs to dylibs with --whole-archive | Alex Crichton | -5/+1 |
| 2015-07-08 | Remove snake_case names from ty.rs | Jared Roesch | -10/+10 |
| 2015-07-03 | Add a boolean flag to ExistentialBounds tracking whether the | Niko Matsakis | -1/+10 |
| 2015-07-03 | Code up the new lifetime default rules, but leave them disabled | Niko Matsakis | -8/+8 |
| 2015-06-30 | Actually encode default associated types | Ariel Ben-Yehuda | -0/+4 |
| 2015-06-26 | rustc: switch most remaining middle::ty functions to methods. | Eduard Burtescu | -27/+24 |
| 2015-06-26 | rustc: make ty::mk_* constructors into methods on ty::ctxt. | Eduard Burtescu | -17/+17 |
| 2015-06-26 | rustc: combine type-flag-checking traits and fns and into one trait. | Eduard Burtescu | -2/+2 |
| 2015-06-25 | Rename AsPredicate to ToPredicate in order to match naming conventions | Jared Roesch | -6/+6 |
| 2015-06-23 | Remove the mostly unecessary ParamBounds struct | Jared Roesch | -86/+18 |
| 2015-06-19 | rustc: replace Repr/UserString impls with Debug/Display ones. | Eduard Burtescu | -1/+1 |
| 2015-06-12 | Split TyArray into TyArray and TySlice. | Eli Friedman | -5/+6 |
| 2015-06-12 | Cleanup: rename middle::ty::sty and its variants. | Eli Friedman | -24/+24 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -11/+11 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -16/+16 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -3/+3 |
| 2015-06-08 | Auto merge of #26044 - nagisa:canonicalize-metadata-loader, r=alexcrichton | bors | -7/+8 |
| 2015-06-08 | Tidying up, fix some minor linkage bugs, use ty flags to avoid caching closur... | Nick Cameron | -5/+9 |
| 2015-06-07 | Don’t ICE if fs::canonicalise fails in meta-load | Simonas Kazlauskas | -7/+8 |
| 2015-06-04 | Inline enum_variant_ids into its only caller. | Ms2ger | -25/+2 |
| 2015-06-03 | Remove unused get_enum_variant_defs functions. | Ms2ger | -25/+0 |
| 2015-06-01 | Return an iterator from enum_variant_ids. | Ms2ger | -8/+26 |
| 2015-05-29 | Auto merge of #25760 - Ms2ger:tagged_docs, r=Manishearth | bors | -258/+148 |
| 2015-05-28 | Return a TaggedDocsIterator from each_reexport. | Ms2ger | -15/+4 |
| 2015-05-26 | Implement defaults for associated types | Ariel Ben-Yehuda | -22/+36 |
| 2015-05-26 | Remove ObjectCastMap | Ariel Ben-Yehuda | -1/+1 |
| 2015-05-26 | Use lookup_locally_or_in_crate_store more often | Ariel Ben-Yehuda | -4/+3 |
| 2015-05-26 | Make caching in stability work. This improves stability check performance | Ariel Ben-Yehuda | -3/+16 |
| 2015-05-26 | Clean-up some junk | Ariel Ben-Yehuda | -35/+0 |
| 2015-05-24 | Return TaggedDocsIterator from reader::tagged_docs. | Ms2ger | -251/+152 |
| 2015-05-24 | Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelix | bors | -4/+47 |
| 2015-05-22 | Lazy-load filemaps from external crates. | Eduard Burtescu | -9/+22 |
| 2015-05-21 | Make various fixes: | Niko Matsakis | -3/+2 |
| 2015-05-21 | rustc: const-qualify `const fn` function and method calls. | Eduard Burtescu | -3/+47 |
| 2015-05-21 | syntax: parse `const fn` for free functions and inherent methods. | Eduard Burtescu | -2/+2 |
| 2015-05-20 | Auto merge of #25596 - Ms2ger:rbml-docs, r=alexcrichton | bors | -12/+5 |