| Age | Commit message (Expand) | Author | Lines |
| 2019-12-03 | Move Session to librustc_session | Mark Rousskov | -1301/+0 |
| 2019-12-03 | Re-export Client from rustc_data_structures::jobserver | Mark Rousskov | -2/+1 |
| 2019-12-03 | Move Lint to rustc_session | Mark Rousskov | -1/+1 |
| 2019-12-03 | Move cgu_reuse_tracker to librustc_session | Mark Rousskov | -1/+1 |
| 2019-12-03 | Use FxHash* from data structures not nodemap | Mark Rousskov | -1/+1 |
| 2019-12-01 | rustc_plugin: Remove support for plugins adding LLVM passes | Vadim Petrochenkov | -2/+0 |
| 2019-12-01 | Rollup merge of #66726 - CAD97:miri-recursion-limit, r=RalfJung | Mazdak Farrokhzad | -4/+0 |
| 2019-11-30 | Rollup merge of #66895 - Centril:rustc_feature, r=oli-obk | Mazdak Farrokhzad | -4/+3 |
| 2019-11-29 | Use recursion_limit for const eval stack limit | cad97 | -4/+0 |
| 2019-11-30 | introduce crate rustc_feature and move active, accepted, and removed to it | Mazdak Farrokhzad | -4/+3 |
| 2019-11-28 | rustc_metadata: Move `has_global_allocator` from session to cstore | Vadim Petrochenkov | -4/+0 |
| 2019-11-20 | Delete ProcessCfgMod | Mark Rousskov | -7/+1 |
| 2019-11-17 | Rollup merge of #66456 - Centril:driver-codes, r=Mark-Simulacrum | Yuki Okushi | -5/+4 |
| 2019-11-16 | rustc_plugin: Remove `Registry::register_attribute` | Vadim Petrochenkov | -4/+1 |
| 2019-11-16 | move DIAGNOSTICS usage to rustc_driver | Mazdak Farrokhzad | -5/+4 |
| 2019-11-15 | Move JSON emitter to rustc_errors | Mark Rousskov | -1/+1 |
| 2019-11-13 | Rollup merge of #66335 - Mark-Simulacrum:self-profile-to-data, r=michaelwoeri... | Yuki Okushi | -2/+1 |
| 2019-11-13 | Rollup merge of #66334 - Mark-Simulacrum:sess-cstore, r=petrochenkov | Yuki Okushi | -10/+0 |
| 2019-11-12 | Register queries with self profiler in rustc_interface | Mark Rousskov | -1/+0 |
| 2019-11-12 | Move self-profile infrastructure to data structures | Mark Rousskov | -1/+1 |
| 2019-11-12 | Rollup merge of #66299 - rossmacarthur:fix-41260-avoid-issue-0, r=varkor | Yuki Okushi | -1/+2 |
| 2019-11-12 | Rollup merge of #66276 - Mark-Simulacrum:sess-code-stats, r=nikomatsakis | Yuki Okushi | -1/+1 |
| 2019-11-11 | Move allocator_kind to CrateStore | Mark Rousskov | -7/+0 |
| 2019-11-11 | Move injected_panic_runtime to CrateStore | Mark Rousskov | -3/+0 |
| 2019-11-11 | support issue = "none" in unstable attributes | Ross MacArthur | -1/+2 |
| 2019-11-10 | Move lock into CodeStats | Mark Rousskov | -1/+1 |
| 2019-11-10 | Auto merge of #65324 - Centril:organize-syntax, r=petrochenkov | bors | -2/+14 |
| 2019-11-10 | move config.rs to libsyntax_expand | Mazdak Farrokhzad | -2/+14 |
| 2019-11-09 | Move next_node_id to Resolver | Mark Rousskov | -20/+1 |
| 2019-11-06 | Rollup merge of #66027 - Mark-Simulacrum:panic-handler-query, r=alexcrichton | Mazdak Farrokhzad | -4/+0 |
| 2019-11-03 | Delete lint buffer from Session | Mark Rousskov | -40/+0 |
| 2019-11-03 | Utilize Resolver lint buffer during HIR lowering | Mark Rousskov | -4/+6 |
| 2019-11-01 | Move has_panic_handler to query | Mark Rousskov | -4/+0 |
| 2019-11-01 | Rollup merge of #65470 - traxys:fix_65401, r=michaelwoerister | Tyler Mandry | -0/+3 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -1/+1 |
| 2019-10-17 | Create lint store during plugin registration | Mark Rousskov | -5/+6 |
| 2019-10-16 | Check if there are any delayed_span_bugs and abort incremental compilation in... | Quentin Boyer | -0/+3 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -1/+1 |
| 2019-10-15 | syntax::parse::sess -> syntax::sess | Mazdak Farrokhzad | -2/+2 |
| 2019-10-13 | Don't discard value names when using address or memory sanitizer | Tomasz Miąsko | -1/+9 |
| 2019-10-03 | Remove -Zprofile-queries | Mark Rousskov | -13/+1 |
| 2019-10-01 | Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wes... | Tyler Mandry | -21/+3 |
| 2019-10-01 | Rollup merge of #64722 - Mark-Simulacrum:alt-parallel, r=alexcrichton | Tyler Mandry | -7/+1 |
| 2019-09-30 | Make the default parallelism 1 | Mark Rousskov | -7/+1 |
| 2019-09-30 | Self-Profiling: Refactor SelfProfiler API to be RAII based where possible. | Michael Woerister | -21/+3 |
| 2019-09-25 | Rollup merge of #64324 - alexcrichton:share-generics-again, r=michaelwoerister | Mazdak Farrokhzad | -3/+0 |
| 2019-09-23 | rustc: Convert `dependency_formats` to a query | Alex Crichton | -3/+0 |
| 2019-09-23 | Introduce a diagnostic stashing API. | Mazdak Farrokhzad | -0/+1 |
| 2019-09-17 | Remove unused methods from Handler | Mark Rousskov | -6/+0 |
| 2019-09-17 | Remove Handler::{emit, emit_with_code} | Mark Rousskov | -2/+2 |