| Age | Commit message (Expand) | Author | Lines |
| 2019-12-03 | Move Session to librustc_session | Mark Rousskov | -4718/+0 |
| 2019-12-03 | Duplicate CrateConfig into Session | Mark Rousskov | -1/+3 |
| 2019-12-03 | Directly use types from libsyntax::ast | Mark Rousskov | -5/+4 |
| 2019-12-03 | Re-export Client from rustc_data_structures::jobserver | Mark Rousskov | -2/+1 |
| 2019-12-03 | Move NativeLibraryKind to rustc_session | Mark Rousskov | -12/+15 |
| 2019-12-03 | Move early lint declarations to librustc_session | Mark Rousskov | -2/+2 |
| 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-02 | Rollup merge of #66245 - tmiasko:cfg-sanitize, r=oli-obk | Ralf Jung | -0/+15 |
| 2019-12-01 | rustc_plugin: Remove support for plugins adding LLVM passes | Vadim Petrochenkov | -2/+0 |
| 2019-12-01 | rustc_plugin: Remove support for adding plugins from command line | Vadim Petrochenkov | -2/+0 |
| 2019-12-01 | Conditional compilation for sanitizers | Tomasz Miąsko | -0/+15 |
| 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 | -7/+6 |
| 2019-11-29 | Use recursion_limit for const eval stack limit | cad97 | -4/+0 |
| 2019-11-30 | move UnstableFeatures -> rustc_feature | Mazdak Farrokhzad | -3/+3 |
| 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-26 | Rollup merge of #66719 - Mark-Simulacrum:int-normalization, r=Centril | Tyler Mandry | -9/+7 |
| 2019-11-26 | Auto merge of #66522 - tmiasko:sanitize-flags, r=alexcrichton | bors | -9/+61 |
| 2019-11-24 | Store ptr_width as u32 on Config | Mark Rousskov | -9/+7 |
| 2019-11-22 | Rollup merge of #66575 - Mark-Simulacrum:no-uii, r=petrochenkov | Mazdak Farrokhzad | -110/+7 |
| 2019-11-22 | Add support for tracking origins of uninitialized memory | Tomasz Miąsko | -0/+19 |
| 2019-11-22 | Add support for sanitizer recovery | Tomasz Miąsko | -9/+42 |
| 2019-11-22 | Auto merge of #66565 - Mark-Simulacrum:syntax-cfg-mod, r=petrochenkov | bors | -7/+1 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -1/+1 |
| 2019-11-20 | Delete ProcessCfgMod | Mark Rousskov | -7/+1 |
| 2019-11-20 | Remove pretty printing of specific nodes in AST | Mark Rousskov | -110/+7 |
| 2019-11-19 | Mark -Zgenerate-arange-section as TRACKED | Josh Stone | -1/+1 |
| 2019-11-18 | Generate DWARF address ranges for faster lookups | Josh Stone | -0/+2 |
| 2019-11-17 | Auto merge of #66385 - ecstatic-morse:check-only-pass2, r=eddyb | bors | -2/+0 |
| 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 | Remove -Z flag for suppressing validation mismatch ICE | Dylan MacKenzie | -2/+0 |
| 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 | -6/+8 |
| 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 | -6/+8 |
| 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 pretty parsing into Session options | Mark Rousskov | -0/+220 |