| Age | Commit message (Expand) | Author | Lines |
| 2016-05-18 | allow retracing paths across crates | Niko Matsakis | -2/+34 |
| 2016-05-18 | change svh to store a u64 | Niko Matsakis | -3/+3 |
| 2016-05-18 | always encode variant fields | Niko Matsakis | -1/+4 |
| 2016-05-11 | rustc: More interning for data used in Ty<'tcx>. | Eduard Burtescu | -1/+1 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -23/+29 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -68/+69 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -0/+11 |
| 2016-05-08 | Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc | bors | -1/+0 |
| 2016-05-07 | mir: prepare for rvalue promotion support. | Eduard Burtescu | -0/+3 |
| 2016-05-03 | Remove unused trait imports flagged by lint | Seo Sanghyeon | -1/+0 |
| 2016-04-12 | Do not encode name when encoding DefKey | Seo Sanghyeon | -2/+7 |
| 2016-04-07 | Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mw | bors | -3/+3 |
| 2016-04-07 | Make `hir::Visibility` non-copyable and add `ty::Visibility` | Jeffrey Seyfried | -13/+13 |
| 2016-04-06 | make an incremental crate | Niko Matsakis | -3/+3 |
| 2016-04-06 | rustc: retire hir::map's paths. | Eduard Burtescu | -26/+0 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -2/+2 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -3/+3 |
| 2016-03-31 | librustc_metadata: use bug!(), span_bug!() | Benjamin Herr | -34/+30 |
| 2016-03-30 | rename `rustc_const_eval` to `rustc_const_math` | Oliver Schneider | -1/+1 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -3/+3 |
| 2016-03-27 | rustc: move middle::subst into middle::ty. | Eduard Burtescu | -1/+1 |
| 2016-03-25 | Correections due to refactoring . | Niko Matsakis | -2/+2 |
| 2016-03-25 | track the extern-crate def-id rather than path | Niko Matsakis | -1/+3 |
| 2016-03-25 | store krate information more uniformly | Niko Matsakis | -5/+1 |
| 2016-03-25 | track def-id for inlined items | Niko Matsakis | -7/+25 |
| 2016-03-25 | Add a "link-guard" to avoid accidentally linking to a wrong dylib at runtime. | Michael Woerister | -3/+3 |
| 2016-03-25 | Make the compiler emit an error if the crate graph contains two crates with t... | Michael Woerister | -2/+2 |
| 2016-03-25 | Compute a salt from arguments passed via -Cmetadata. | Michael Woerister | -0/+7 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -6/+6 |
| 2016-03-17 | trans: Rename MonoId to Instance and start using it in more places. | Eduard Burtescu | -7/+11 |
| 2016-03-17 | metadata: Constrain FoundAst::FoundParent to an Item. | Eduard Burtescu | -40/+23 |
| 2016-03-17 | metedata: Remove the unnecessary indirection to astencode. | Eduard Burtescu | -11/+1 |
| 2016-03-14 | Fixes after a rebase | Aaron Turon | -1/+0 |
| 2016-03-14 | Initial incorporation of specialization: | Aaron Turon | -0/+8 |
| 2016-03-14 | Hook `default` keyword into metadata and carry data through to typeck | Aaron Turon | -0/+17 |
| 2016-03-10 | typestrong constant integers | Oliver Schneider | -3/+5 |
| 2016-03-09 | Auto merge of #31710 - eddyb:reify, r=nikomatsakis | bors | -3/+4 |
| 2016-03-09 | Track fn type and lifetime parameters in TyFnDef. | Eduard Burtescu | -3/+3 |
| 2016-03-09 | Split TyBareFn into TyFnDef and TyFnPtr. | Eli Friedman | -3/+4 |
| 2016-03-06 | Add method `visibility` to `CrateStore` | Jeffrey Seyfried | -0/+4 |
| 2016-03-03 | Rename middle::ty::ctxt to TyCtxt | Jeffrey Seyfried | -28/+28 |
| 2016-03-02 | Use numeric field `Name`s ("0", "1" etc) for positional fields | Vadim Petrochenkov | -5/+9 |
| 2016-02-12 | Autoderef in librustc_metadata | Jonas Schievink | -5/+5 |
| 2016-02-11 | Pass through diagnostic handler instead | arcnmx | -1/+2 |
| 2016-02-11 | Only retain external static symbols across LTO | arcnmx | -19/+20 |
| 2016-02-11 | [breaking-change] don't glob export ast::MetaItem_ | Oliver 'ker' Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob import/export syntax::abi enum variants | Oliver Schneider | -2/+2 |
| 2016-02-02 | Auto merge of #31279 - DanielJCampbell:MacroReferencing, r=nrc | bors | -3/+12 |
| 2016-02-01 | Implemented macro referencing for save analysis | Daniel Campbell | -3/+12 |
| 2016-01-26 | Implement the translation item collector. | Michael Woerister | -0/+10 |