| Age | Commit message (Expand) | Author | Lines |
| 2017-01-06 | rustc: Stabilize the `proc_macro` feature | Alex Crichton | -2/+1 |
| 2016-12-15 | Use StableHasher everywhere | Ariel Ben-Yehuda | -8/+4 |
| 2016-12-04 | Auto merge of #38092 - pnkfelix:mir-stats, r=nikomatsakis | bors | -1/+13 |
| 2016-12-02 | limit the length of types in monomorphization | Ariel Ben-Yehuda | -1/+1 |
| 2016-11-30 | Adds `-Z mir-stats`, which is similar to `-Z hir-stats`. | Felix S. Klock II | -1/+13 |
| 2016-11-29 | Remove `resolver.record_resolution()`. | Jeffrey Seyfried | -3/+0 |
| 2016-11-28 | rustc: rework stability to be on-demand for type-directed lookup. | Eduard Burtescu | -12/+9 |
| 2016-11-28 | rustc_typeck: save the type cache for rustdoc and save-analysis. | Eduard Burtescu | -42/+44 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -6/+3 |
| 2016-11-24 | Revisions from review comments, squashed. | Felix S. Klock II | -6/+0 |
| 2016-11-24 | Add `-Z print-type-sizes`, a tool for digging into how variants are laid out. | Felix S. Klock II | -0/+10 |
| 2016-11-22 | Auto merge of #37681 - nrc:crate-metadata, r=@alexcrichton | bors | -0/+3 |
| 2016-11-21 | Implement the `loop_break_value` feature. | Geoffry Song | -1/+1 |
| 2016-11-21 | Fix fallout in `rustdoc` and tests. | Jeffrey Seyfried | -1/+1 |
| 2016-11-21 | Remove `Rc` from the interner. | Jeffrey Seyfried | -8/+0 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -3/+2 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -4/+5 |
| 2016-11-21 | Tests | Nick Cameron | -0/+3 |
| 2016-11-21 | Read in rmeta crates | Nick Cameron | -1/+0 |
| 2016-11-21 | Add --crate-type metadata | Nick Cameron | -0/+1 |
| 2016-11-20 | Avoid clearing the string interner. | Jeffrey Seyfried | -3/+0 |
| 2016-11-19 | Auto merge of #37826 - keeperofdakeys:proc-macro-test, r=alexcrichton | bors | -0/+2 |
| 2016-11-17 | Show a better error when using --test with #[proc_macro_derive] | Josh Driver | -0/+2 |
| 2016-11-17 | Resolve imports during expansion. | Jeffrey Seyfried | -2/+0 |
| 2016-11-14 | don't build an object file for emit=asm,llvm-ir | Jorge Aparicio | -1/+5 |
| 2016-11-12 | use write::run_assembler | Jorge Aparicio | -1/+12 |
| 2016-11-05 | Rollup merge of #37583 - michaelwoerister:hir-stats, r=alexcrichton | Alex Crichton | -2/+17 |
| 2016-11-04 | Add -Zhir-stats for collecting statistics on HIR and AST | Michael Woerister | -2/+17 |
| 2016-11-03 | Auto merge of #36306 - nagisa:mir-local-cleanup, r=eddyb | bors | -9/+12 |
| 2016-11-03 | A way to remove otherwise unused locals from MIR | Simonas Kazlauskas | -9/+12 |
| 2016-10-30 | Make the crate disambiguator 128 bits instead of 256 bits. | Michael Woerister | -1/+8 |
| 2016-10-30 | Replace all uses of SHA-256 with BLAKE2b. | Michael Woerister | -10/+13 |
| 2016-10-30 | Auto merge of #37431 - jseyfried:refactor_crate_config, r=eddyb | bors | -13/+6 |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -13/+6 |
| 2016-10-28 | rustc: move the MIR map into TyCtxt. | Eduard Burtescu | -36/+17 |
| 2016-10-22 | Remove `CrateReader`, use `CrateLoader` instead. | Jeffrey Seyfried | -1/+2 |
| 2016-10-11 | Merge branch 'persistent_macro_scopes' into cleanup_expanded_macro_use_scopes | Jeffrey Seyfried | -3/+9 |
| 2016-10-07 | Refactor away `ext::expand::{expand_crate, expand_crate_with_expander}`. | Jeffrey Seyfried | -2/+8 |
| 2016-10-07 | Add macros from plugins in `libsyntax_ext::register_builtins`. | Jeffrey Seyfried | -2/+2 |
| 2016-10-06 | rustc: Rename rustc_macro to proc_macro | Alex Crichton | -10/+10 |
| 2016-09-30 | rustdoc: Fix documenting rustc-macro crates | Alex Crichton | -12/+17 |
| 2016-09-27 | Build the reduced graph during expansion. | Jeffrey Seyfried | -7/+6 |
| 2016-09-27 | Peform def id assignment during expansion. | Jeffrey Seyfried | -3/+0 |
| 2016-09-24 | Load macros from `#[macro_use]` extern crates in `resolve`. | Jeffrey Seyfried | -0/+3 |
| 2016-09-23 | Load extern crates in `resolve`. | Jeffrey Seyfried | -11/+3 |
| 2016-09-22 | Refactor `no_implicit_prelude: Cell<bool>` -> `no_implicit_prelude: bool`. | Jeffrey Seyfried | -1/+2 |
| 2016-09-19 | librustc: Implement def-use chains and trivial copy propagation on MIR. | Patrick Walton | -0/+1 |
| 2016-09-17 | Auto merge of #36504 - pcwalton:and-star, r=eddyb | bors | -0/+3 |
| 2016-09-16 | librustc_mir: Remove `&*x` when `x` has a reference type. | Patrick Walton | -0/+3 |
| 2016-09-15 | Move fields `single_step` and `keep_macs` from `MacroExpander` to `ExpansionC... | Jeffrey Seyfried | -1/+1 |