| Age | Commit message (Expand) | Author | Lines |
| 2019-10-13 | lowering: connect to parser via function pointer instead | Mazdak Farrokhzad | -16/+4 |
| 2019-10-13 | lowering: don't rely on parser directly. | Mazdak Farrokhzad | -3/+16 |
| 2019-10-09 | self-profiling: Add events for everything except trait selection. | Michael Woerister | -0/+2 |
| 2019-10-04 | middle::intrinsicck -> rustc_passes | Mark Rousskov | -1/+0 |
| 2019-10-04 | middle::entry -> rustc_passes | Mark Rousskov | -2/+1 |
| 2019-10-04 | middle::dead -> rustc_passes | Mark Rousskov | -1/+1 |
| 2019-10-04 | move middle::liveness to rustc_passes | Mark Rousskov | -1/+0 |
| 2019-10-04 | Rollup merge of #64874 - matthewjasper:simplify-euv, r=eddyb | Mazdak Farrokhzad | -2/+1 |
| 2019-10-01 | Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wes... | Tyler Mandry | -12/+12 |
| 2019-09-30 | Remove HIR based const qualification | Matthew Jasper | -2/+1 |
| 2019-09-30 | Self-Profiling: Make names of existing events more consistent and use new API. | Michael Woerister | -12/+12 |
| 2019-09-30 | Fixed grammar for some `time` fn calls and a diagnostic. | Alexander Regueiro | -8/+8 |
| 2019-09-28 | Put panic=abort test support behind -Z panic_abort_tests | Tyler Mandry | -0/+2 |
| 2019-09-28 | Spawn one subprocess per unit test when panic=abort | Tyler Mandry | -0/+1 |
| 2019-09-27 | don't borrowck::check_crate(tcx) anymore. | Mazdak Farrokhzad | -8/+0 |
| 2019-09-25 | Remove tx_to_llvm_workers from TyCtxt | Mark Rousskov | -5/+1 |
| 2019-09-25 | Rollup merge of #62975 - ljedrz:kill_off_hir_to_node_id, r=Zoxc | Mazdak Farrokhzad | -7/+8 |
| 2019-09-25 | Rollup merge of #64324 - alexcrichton:share-generics-again, r=michaelwoerister | Mazdak Farrokhzad | -4/+0 |
| 2019-09-24 | Rollup merge of #64016 - nnethercote:Compiler-fiddling, r=oli-obk | Mazdak Farrokhzad | -4/+0 |
| 2019-09-23 | rustc: Convert `dependency_formats` to a query | Alex Crichton | -4/+0 |
| 2019-09-14 | feature_gate: Remove dead code from attribute checking | Vadim Petrochenkov | -9/+2 |
| 2019-09-11 | Move call site of `dep_graph_future()`. | Nicholas Nethercote | -4/+0 |
| 2019-09-07 | Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkov | Mazdak Farrokhzad | -16/+1 |
| 2019-09-07 | Rollup merge of #64243 - petrochenkov:cmdattr, r=alexcrichton | Mazdak Farrokhzad | -1/+3 |
| 2019-09-07 | Rollup merge of #63919 - matthewjasper:remove-gensymmed, r=petrochenkov | Mazdak Farrokhzad | -11/+16 |
| 2019-09-06 | Move injection of attributes from command line to `libsyntax_ext` | Vadim Petrochenkov | -1/+3 |
| 2019-09-05 | Simplify std lib injection | Matthew Jasper | -1/+1 |
| 2019-09-05 | Remove rustc_diagnostic_macros feature | Mark Rousskov | -4/+0 |
| 2019-09-05 | Replace diagnostic plugins with macro_rules | Mark Rousskov | -13/+2 |
| 2019-09-05 | Make use of hygiene in AST passes | Matthew Jasper | -11/+16 |
| 2019-08-28 | Allow running rustdoc on proc-macro crates without specifying '--crate-type p... | Aaron Hill | -16/+32 |
| 2019-08-25 | HirIdify hir::Crate.modules | ljedrz | -7/+8 |
| 2019-08-24 | Improve Rustdoc's handling of procedural macros | Aaron Hill | -21/+16 |
| 2019-08-10 | Remove Option from resolver | Mark Rousskov | -9/+9 |
| 2019-08-06 | Don't use remap-path-prefix in dep-info files. | Eric Huss | -1/+1 |
| 2019-07-30 | Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk | bors | -2/+2 |
| 2019-07-28 | Fix `cfg(parallel_compiler)` mode | Vadim Petrochenkov | -1/+0 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -13/+6 |
| 2019-07-27 | syntax_ext: `proc_macro_decls` -> `proc_macro_harness` | Vadim Petrochenkov | -2/+2 |
| 2019-07-27 | Move standard library injection into libsyntax_ext | Vadim Petrochenkov | -1/+6 |
| 2019-07-27 | Move test harness generation into libsyntax_ext | Vadim Petrochenkov | -1/+1 |
| 2019-07-26 | rustc: Stabilize options for pipelined compilation | Alex Crichton | -2/+2 |
| 2019-07-26 | Introduce built-in macros through libcore | Vadim Petrochenkov | -1/+4 |
| 2019-07-25 | Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton | Mazdak Farrokhzad | -14/+1 |
| 2019-07-25 | Rollup merge of #62901 - petrochenkov:serde, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-07-24 | Gate binary dependency information behind -Zbinary-dep-depinfo | Mark Rousskov | -11/+13 |
| 2019-07-24 | Add binary dependencies to dep-info files | Mark Rousskov | -3/+20 |
| 2019-07-24 | syntax_ext: Turn `#[global_allocator]` into a regular attribute macro | Vadim Petrochenkov | -14/+1 |
| 2019-07-24 | Merge `rustc_allocator` into `libsyntax_ext` | Vadim Petrochenkov | -1/+1 |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -1/+1 |