| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2016-02-09 | make `MirMap` a struct instead of a type alias for `NodeMap` | Oliver Schneider | -5/+5 |
| 2016-02-04 | Synthesize calls to box_free language item | Simonas Kazlauskas | -1/+1 |
| 2016-02-01 | Implemented macro referencing for save analysis | Daniel Campbell | -0/+5 |
| 2016-01-20 | Refactor definitions of ADTs in rustc::middle::def | Vadim Petrochenkov | -3/+8 |
| 2016-01-15 | Preserve struct/variant kinds in metadata | Vadim Petrochenkov | -3/+8 |
| 2016-01-08 | Also store MIR of closures in crate metadata. | Michael Woerister | -6/+9 |
| 2015-12-31 | Rollup merge of #30565 - michaelwoerister:opaque_encoder, r=brson | Simonas Kazlauskas | -78/+24 |
| 2015-12-28 | Use a more efficient encoding for opaque data in RBML. | Michael Woerister | -78/+24 |
| 2015-12-28 | Rename ExplicitSelfCategory's variants and stop re-exporting them. | Ms2ger | -7/+7 |
| 2015-12-17 | move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* | Nick Cameron | -5/+4 |
| 2015-12-12 | Implement `#[deprecated]` attribute (RFC 1270) | Vadim Petrochenkov | -11/+49 |
| 2015-12-10 | Make MIR encodable and store it in crate metadata. | Michael Woerister | -1/+23 |
| 2015-12-09 | Auto merge of #30140 - michaelwoerister:tls-encoding, r=nikomatsakis | bors | -48/+53 |
| 2015-12-09 | Add scoped thread-local encoding and decoding contexts to cstore. | Michael Woerister | -48/+53 |