| Age | Commit message (Expand) | Author | Lines |
| 2019-11-03 | Delete lint buffer from Session | Mark Rousskov | -6/+6 |
| 2019-11-03 | Move crate type checking later | Mark Rousskov | -0/+2 |
| 2019-11-03 | Migrate resolver over to internal lint buffer | Mark Rousskov | -3/+5 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -1/+1 |
| 2019-10-24 | rustc_interface: Remove `ExpansionResult` and some `Steal`s | Vadim Petrochenkov | -21/+4 |
| 2019-10-24 | Turn crate store into a resolver output | Vadim Petrochenkov | -31/+29 |
| 2019-10-24 | rustc: Combine resolver outputs into a single struct | Vadim Petrochenkov | -12/+8 |
| 2019-10-24 | resolve: Privatize all resolver fields | Vadim Petrochenkov | -38/+5 |
| 2019-10-24 | rustc_metadata: Remove unnecessary use of crate store in plugin loader | Vadim Petrochenkov | -4/+3 |
| 2019-10-17 | Update API to be more compatible with plugin needs | Mark Rousskov | -0/+3 |
| 2019-10-17 | Create lint store during plugin registration | Mark Rousskov | -22/+16 |
| 2019-10-17 | Remove all borrows of lint store from Session from librustc | Mark Rousskov | -1/+8 |
| 2019-10-17 | Make get_lints be a static function | Mark Rousskov | -2/+2 |
| 2019-10-17 | No longer implicitly register lints when registering passes | Mark Rousskov | -0/+2 |
| 2019-10-17 | Split out just registration to separate function | Mark Rousskov | -2/+2 |
| 2019-10-17 | Split module and crate late pass registration | Mark Rousskov | -1/+1 |
| 2019-10-17 | Lints being from a plugin is dependent on the lint, not the registration | Mark Rousskov | -2/+2 |
| 2019-10-17 | De-propagate optional session from lint registration | Mark Rousskov | -3/+3 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -4/+4 |
| 2019-10-14 | Rollup merge of #65340 - bjorn3:cg_ssa_refactor4, r=eddyb | Tyler Mandry | -0/+3 |
| 2019-10-14 | rustc_metadata: Remove resolutions for extern crate items from `CStore` | Vadim Petrochenkov | -0/+2 |
| 2019-10-14 | rustc_metadata: Crate loader is immutable | Vadim Petrochenkov | -3/+3 |
| 2019-10-14 | rustc_metadata: Privatize private code and remove dead code | Vadim Petrochenkov | -8/+7 |
| 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-13 | Add top level provide/provide_extern to cg_ssa and cg_utils | bjorn3 | -5/+3 |
| 2019-10-13 | Move some provides from cg_llvm to rustc_interface | bjorn3 | -0/+5 |
| 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 |