| Age | Commit message (Expand) | Author | Lines |
| 2016-08-12 | typeck: record `impl Trait` concrete resolutions. | Eduard Burtescu | -0/+14 |
| 2016-08-08 | track MIR through the dep-graph | Niko Matsakis | -2/+3 |
| 2016-08-02 | replace graph rewriting with detecting inlined ids | Niko Matsakis | -5/+5 |
| 2016-07-29 | Auto merge of #34842 - cgswords:attr_enc, r=nrc | bors | -20/+17 |
| 2016-07-28 | Store `crate_disambiguator` as an `InternedString` | Niko Matsakis | -1/+1 |
| 2016-07-25 | General MetaItem encapsulation rewrites. | cgswords | -20/+17 |
| 2016-07-08 | Remove unnecessary accessor function VariantDefData::kind | Vadim Petrochenkov | -2/+2 |
| 2016-07-02 | add a encoding version to the actual metadata | Ariel Ben-Yehuda | -6/+19 |
| 2016-07-02 | make the metadata lock more robust and bump the metadata encoding version | Ariel Ben-Yehuda | -4/+0 |
| 2016-07-01 | fix RUST_LOG, hopefully for real this time | Ariel Ben-Yehuda | -0/+1 |
| 2016-06-28 | refactor rustc_metadata to use CamelCase names and IndexVec | Ariel Ben-Yehuda | -2/+2 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -2/+2 |
| 2016-05-31 | make region-param-def encoding more DRY | Niko Matsakis | -27/+2 |
| 2016-05-28 | Separate bindings from other patterns in HIR | Vadim Petrochenkov | -1/+1 |
| 2016-05-25 | trans: remove item_symbols from metadata and CrateContext. | Eduard Burtescu | -31/+1 |
| 2016-05-25 | trans: move exported_symbol to Instance::symbol_name. | Eduard Burtescu | -0/+2 |
| 2016-05-18 | change svh to store a u64 | Niko Matsakis | -2/+2 |
| 2016-05-18 | always encode variant fields | Niko Matsakis | -6/+3 |
| 2016-05-18 | when encoding, push MetaData(foo) task on stack | Niko Matsakis | -52/+68 |
| 2016-05-16 | Remove hir::Ident | Vadim Petrochenkov | -1/+1 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -4/+4 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -8/+8 |
| 2016-05-11 | rustc: Avoid free functions taking &TyCtxt and &InferCtxt. | Eduard Burtescu | -23/+22 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -1/+13 |
| 2016-05-03 | Remove unused trait imports flagged by lint | Seo Sanghyeon | -2/+1 |
| 2016-04-12 | Do not encode name when encoding DefKey | Seo Sanghyeon | -11/+11 |
| 2016-04-07 | Make `hir::Visibility` non-copyable and add `ty::Visibility` | Jeffrey Seyfried | -17/+27 |
| 2016-04-06 | rustc: retire hir::map's paths. | Eduard Burtescu | -94/+7 |
| 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 | -6/+6 |
| 2016-03-31 | librustc_metadata: use bug!(), span_bug!() | Benjamin Herr | -1/+1 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -4/+4 |
| 2016-03-27 | rustc: move middle::subst into middle::ty. | Eduard Burtescu | -1/+1 |
| 2016-03-25 | store krate information more uniformly | Niko Matsakis | -1/+1 |
| 2016-03-25 | Compute a salt from arguments passed via -Cmetadata. | Michael Woerister | -0/+5 |
| 2016-03-25 | CrateStore: Allow for custom def_id_to_string mappings in encode_type(). | Michael Woerister | -3/+6 |
| 2016-03-17 | metedata: Remove the unnecessary indirection to astencode. | Eduard Burtescu | -60/+13 |
| 2016-03-14 | Fixes after a rebase | Aaron Turon | -0/+1 |
| 2016-03-14 | Move specialization graph walks to iterators; make associated type | Aaron Turon | -1/+8 |
| 2016-03-14 | Initial incorporation of specialization: | Aaron Turon | -1/+11 |
| 2016-03-14 | Hook `default` keyword into metadata and carry data through to typeck | Aaron Turon | -0/+11 |
| 2016-03-10 | typestrong constant integers | Oliver Schneider | -9/+12 |
| 2016-03-03 | Rename middle::ty::ctxt to TyCtxt | Jeffrey Seyfried | -5/+5 |
| 2016-03-02 | Move span into `StructField` | Vadim Petrochenkov | -2/+2 |
| 2016-03-02 | Use numeric field `Name`s ("0", "1" etc) for positional fields | Vadim Petrochenkov | -2/+1 |
| 2016-02-14 | Rename hir::Pat_ and its variants | Vadim Petrochenkov | -2/+2 |
| 2016-02-12 | Autoderef in librustc_metadata | Jonas Schievink | -10/+10 |
| 2016-02-11 | [breaking-change] don't glob export ast::MetaItem_ | Oliver 'ker' Schneider | -3/+3 |
| 2016-02-11 | [breaking-change] don't pub export ast::Lit_ variants | Oliver Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob import/export syntax::abi enum variants | Oliver Schneider | -3/+3 |