| Age | Commit message (Expand) | Author | Lines |
| 2015-07-06 | Add a boolean flag to ExistentialBounds tracking whether the | Niko Matsakis | -1/+10 |
| 2015-07-06 | Code up the new lifetime default rules, but leave them disabled | Niko Matsakis | -8/+8 |
| 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 |
| 2015-05-20 | Auto merge of #25350 - alexcrichton:msvc, r=brson | bors | -12/+28 |
| 2015-05-19 | rustc: Shorten MSVC metadata section name | Alex Crichton | -12/+28 |
| 2015-05-19 | Return the iterator from reader::docs. | Ms2ger | -12/+5 |
| 2015-05-19 | Overhaul cast semantics and make them follow RFC401 | Ariel Ben-Yehuda | -0/+1 |
| 2015-05-14 | Auto merge of #24920 - alexcrichton:duration, r=aturon | bors | -2/+1 |
| 2015-05-13 | std: Redesign Duration, implementing RFC 1040 | Alex Crichton | -2/+1 |
| 2015-05-13 | eddyb's changes for DST coercions | Nick Cameron | -0/+30 |
| 2015-05-12 | rustc_typeck: remove the "preload all impls ever" workaround in coherence. | Eduard Burtescu | -19/+0 |
| 2015-05-12 | Fix ty::populate_implementations_for_trait_if_necessary to load the trait's i... | Eduard Burtescu | -12/+47 |
| 2015-05-12 | rustc: rename ty::populate_implementations_for_type_if_necessary to make it c... | Eduard Burtescu | -9/+10 |
| 2015-05-12 | rustc::metadata: use u64 for DefId's instead of strings. | Eduard Burtescu | -85/+71 |
| 2015-05-05 | rustc: Fix more verbatim paths leaking to gcc | Alex Crichton | -1/+5 |
| 2015-04-30 | Use hash-tables in trait selection | Ariel Ben-Yehuda | -10/+13 |
| 2015-04-30 | Stop using Rc in TraitRef and TraitDef | Ariel Ben-Yehuda | -20/+19 |
| 2015-04-29 | rollup merge of #24711: alexcrichton/fs2.1 | Alex Crichton | -10/+10 |
| 2015-04-29 | Fix zero-normalization of the pos of a `MultiByteChar`. | Felix S. Klock II | -1/+1 |
| 2015-04-27 | std: Expand the area of std::fs | Alex Crichton | -10/+10 |
| 2015-04-23 | Fix a number of bugs that interfered with cross-crate usage of associated con... | Sean Patrick Santos | -14/+16 |
| 2015-04-23 | Functional changes for associated constants. Cross-crate usage of associated ... | Sean Patrick Santos | -9/+143 |
| 2015-04-23 | Structural changes for associated constants | Sean Patrick Santos | -13/+14 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -40/+43 |