| Age | Commit message (Expand) | Author | Lines |
| 2017-04-20 | Properly adjust filenames when multiple emissions | Simonas Kazlauskas | -4/+3 |
| 2017-03-11 | Auto merge of #40220 - jseyfried:ast_macro_def, r=nrc | bors | -3/+0 |
| 2017-03-11 | Auto merge of #39648 - Aatch:mir-inlining-2, r=eddyb | bors | -0/+1 |
| 2017-03-10 | Rollup merge of #40336 - alexcrichton:fast-dep-info, r=nrc | Alex Crichton | -0/+4 |
| 2017-03-10 | rustc: Exit quickly on only `--emit dep-info` | Alex Crichton | -0/+4 |
| 2017-03-10 | Remove ability for plugins to register a MIR pass | Simonas Kazlauskas | -2/+1 |
| 2017-03-10 | Refactor out `ast::ItemKind::MacroDef`. | Jeffrey Seyfried | -3/+0 |
| 2017-03-10 | Initial implementation of inlining for MIR | James Miller | -0/+1 |
| 2017-02-28 | Add warning cycle. | Jeffrey Seyfried | -0/+8 |
| 2017-02-25 | rustc_const_eval: demand that the MIR qualify_consts ran on each evaluated body. | Eduard-Mihai Burtescu | -3/+2 |
| 2017-02-25 | rustc_typeck: move the leaves (generics, trait_def, adt_def) to on-demand. | Eduard-Mihai Burtescu | -0/+1 |
| 2017-02-25 | rustc_typeck: lift CrateCtxt to TyCtxt. | Eduard Burtescu | -10/+8 |
| 2017-02-25 | rustc_mir: expose MIR building through ty::maps::Provider. | Eduard-Mihai Burtescu | -2/+3 |
| 2017-02-25 | rustc: introduce a query system for type information in ty::maps. | Eduard Burtescu | -1/+8 |
| 2017-02-16 | Refactor macro resolution errors + add derive macro suggestions | Josh Driver | -4/+6 |
| 2017-02-09 | driver: restore partially deleted comment | Alex Burka | -0/+1 |
| 2017-02-03 | add and use rename_or_copy_remove fn that fallback to copy & remove | king6cong | -1/+2 |
| 2017-02-03 | rename other than copy/remove | king6cong | -2/+1 |
| 2017-01-30 | unify time_passes argument passing | king6cong | -4/+4 |
| 2017-01-30 | doc comment reword | king6cong | -1/+1 |
| 2017-01-26 | rustc: don't call the HIR AST. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-01-20 | Rollup merge of #38842 - abonander:proc_macro_attribute, r=jseyfried | Alex Crichton | -11/+12 |
| 2017-01-16 | Move "completed feature gate checking" pass to after "name resolution" pass s... | Austin Bonander | -11/+11 |
| 2017-01-16 | Implement `#[proc_macro_attribute]` | Austin Bonander | -0/+1 |
| 2017-01-12 | Fix linker failure | Guillaume Gomez | -1/+5 |
| 2017-01-09 | Auto merge of #38840 - kjaleshire:multiple-targets-error-fix, r=nrc | bors | -3/+4 |
| 2017-01-06 | Error message more like original | Kyle Aleshire | -2/+2 |
| 2017-01-04 | Warn that the name is ignored if a link target is emitted | Kyle Aleshire | -3/+4 |
| 2017-01-02 | rustc: Stabilize the `proc_macro` feature | Alex Crichton | -2/+1 |
| 2016-12-31 | Split CtxtArenas into GlobalArenas and CtxtInterners. | Mark Simulacrum | -5/+15 |
| 2016-12-29 | Change --crate-type metadata to --emit=metadata | Nick Cameron | -3/+0 |
| 2016-12-23 | Allow legacy custom derive authors to disable warnings in downstream crates. | Jeffrey Seyfried | -0/+2 |
| 2016-12-19 | Simplify `TyCtxt::create_and_enter`. | Jeffrey Seyfried | -13/+3 |
| 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 |