| Age | Commit message (Expand) | Author | Lines |
| 2017-05-17 | Auto merge of #41911 - michaelwoerister:querify_trait_def, r=nikomatsakis | bors | -0/+1 |
| 2017-05-15 | Remove interior mutability from TraitDef by turning fields into queries. | Michael Woerister | -0/+1 |
| 2017-05-14 | Remove rustc_llvm dependency from rustc_metadata | Robin Kruppe | -1/+1 |
| 2017-05-11 | rustc: Remove #![unstable] annotation | Alex Crichton | -3/+4 |
| 2017-05-08 | incr.comp.: Hash more pieces of crate metadata to detect changes there. | Michael Woerister | -0/+1 |
| 2017-04-12 | ICH: Hash everything that gets encoded into crate metadata. | Michael Woerister | -0/+1 |
| 2017-03-29 | rustbuild: Update bootstrap compiler | Alex Crichton | -1/+0 |
| 2017-02-25 | rustc: introduce a query system for type information in ty::maps. | Eduard Burtescu | -0/+1 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -1/+1 |
| 2017-01-08 | Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc | bors | -1/+1 |
| 2017-01-02 | rustc: Stabilize the `proc_macro` feature | Alex Crichton | -1/+0 |
| 2016-12-30 | Fix rebase fallout | Simonas Kazlauskas | -3/+0 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -0/+6 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -2/+0 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+1 |
| 2016-10-25 | run rustfmt on librustc_metadata folder | Srinivas Reddy Thatiparthy | -2/+4 |
| 2016-10-24 | Import macros in `resolve` instead of in `metadata::macro_import`. | Jeffrey Seyfried | -1/+0 |
| 2016-10-22 | Rename `loader.rs` -> `locator.rs`. | Jeffrey Seyfried | -1/+1 |
| 2016-10-22 | Rename `csearch.rs` -> `cstore_impl.rs`. | Jeffrey Seyfried | -1/+1 |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -1/+1 |
| 2016-10-06 | rustc: Rename rustc_macro to proc_macro | Alex Crichton | -6/+6 |
| 2016-09-20 | rustc_metadata: replace RBML with a simple and type-safe scheme. | Eduard Burtescu | -12/+1 |
| 2016-09-20 | rustc_metadata: group information into less tags. | Eduard Burtescu | -11/+9 |
| 2016-09-20 | rustc_metadata: move more RBML tags to auto-serialization. | Eduard Burtescu | -0/+1 |
| 2016-09-20 | rustc_metadata: remove ty{en,de}code and move to auto-derived serialization. | Eduard Burtescu | -3/+1 |
| 2016-09-20 | Remove librbml and the RBML-tagged auto-encoder/decoder. | Eduard Burtescu | -3/+0 |
| 2016-09-20 | rustc_metadata: combine DecodeContext and rbml::reader::Decoder. | Eduard Burtescu | -4/+0 |
| 2016-09-20 | rustc_metadata: use specialization for {en,de}coding Ty and Substs. | Eduard Burtescu | -0/+1 |
| 2016-09-20 | rbml: move the tagged encoder/decoder to librustc_metadata. | Eduard Burtescu | -1/+13 |
| 2016-09-19 | Auto merge of #36102 - GuillaumeGomez:rustc_metadata_diagnostics, r=jonathand... | bors | -0/+2 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -0/+1 |
| 2016-09-04 | Add librustc metadata error codes to global check | ggomez | -0/+2 |
| 2016-09-02 | rustc: Implement custom derive (macros 1.1) | Alex Crichton | -1/+5 |
| 2016-08-17 | move CrateIndex into its own module | Niko Matsakis | -0/+1 |
| 2016-06-28 | refactor rustc_metadata to use CamelCase names and IndexVec | Ariel Ben-Yehuda | -0/+1 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -1/+2 |
| 2016-04-12 | Do not encode name when encoding DefKey | Seo Sanghyeon | -1/+2 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -1/+0 |
| 2016-03-31 | librustc_metadata: use bug!(), span_bug!() | Benjamin Herr | -0/+1 |
| 2016-03-30 | rename `rustc_const_eval` to `rustc_const_math` | Oliver Schneider | -1/+1 |
| 2016-03-22 | sprinkle feature gates here and there | Jorge Aparicio | -0/+1 |
| 2016-03-10 | typestrong constant integers | Oliver Schneider | -0/+1 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -1/+0 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -2/+3 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -2/+0 |
| 2015-12-09 | Auto merge of #30140 - michaelwoerister:tls-encoding, r=nikomatsakis | bors | -0/+1 |
| 2015-12-09 | Add scoped thread-local encoding and decoding contexts to cstore. | Michael Woerister | -0/+1 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -3/+2 |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -0/+61 |