| Age | Commit message (Expand) | Author | Lines |
| 2020-01-05 | Use self profile infrastructure for -Z time and -Z time-passes | John Kåre Alsaker | -35/+21 |
| 2020-01-04 | DefId{Map,Set} -> rustc::hir::def_id | Mazdak Farrokhzad | -2/+1 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -2/+3 |
| 2020-01-04 | extract rustc::middle::codegen_fn_attrs | Mazdak Farrokhzad | -1/+1 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -4/+4 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -3/+3 |
| 2019-12-30 | When a codegen worker has a FatalError, propagate it instead of ICE'ing. | Felix S. Klock II | -8/+18 |
| 2019-12-29 | Move reachable_set query in librustc_passes. | Camille GILLOT | -2/+1 |
| 2019-12-25 | tidy: change msdn links to newer locations | Lzu Tao | -3/+3 |
| 2019-12-22 | Format the world | Mark Rousskov | -873/+843 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -2/+2 |
| 2019-12-06 | Use `to_option_with` in several places | varkor | -1/+1 |
| 2019-12-06 | Use `to_option` in various places | varkor | -10/+2 |
| 2019-12-03 | Rollup merge of #66957 - parthsane:pvs/ftx_lld_linker, r=alexcrichton | Mazdak Farrokhzad | -1/+2 |
| 2019-12-03 | Move cgu_reuse_tracker to librustc_session | Mark Rousskov | -1/+1 |
| 2019-12-03 | Decouple CguReuseTracker from Session | Mark Rousskov | -1/+1 |
| 2019-12-03 | Change linker for x86_64-fortanix-unknown-sgx to rust-lld | Parth Sane | -1/+2 |
| 2019-12-01 | rustc_plugin: Remove support for plugins adding LLVM passes | Vadim Petrochenkov | -3/+0 |
| 2019-11-26 | Auto merge of #66522 - tmiasko:sanitize-flags, r=alexcrichton | bors | -17/+12 |
| 2019-11-23 | make `./x.py bench` again | Mazdak Farrokhzad | -2/+2 |
| 2019-11-22 | Add support for tracking origins of uninitialized memory | Tomasz Miąsko | -0/+4 |
| 2019-11-22 | Add support for sanitizer recovery | Tomasz Miąsko | -0/+3 |
| 2019-11-22 | Move sanitizer passes creation from ssa to llvm | Tomasz Miąsko | -17/+5 |
| 2019-11-15 | Remove SourceMapper trait | Mark Rousskov | -2/+3 |
| 2019-11-13 | Rollup merge of #66335 - Mark-Simulacrum:self-profile-to-data, r=michaelwoeri... | Yuki Okushi | -1/+1 |
| 2019-11-12 | Move self-profile infrastructure to data structures | Mark Rousskov | -1/+1 |
| 2019-11-11 | Move allocator_kind to CrateStore | Mark Rousskov | -1/+1 |
| 2019-11-02 | Remove the `AsRef` impl for `SymbolStr`. | Nicholas Nethercote | -1/+1 |
| 2019-11-02 | Simplify various `Symbol` use points. | Nicholas Nethercote | -3/+3 |
| 2019-11-01 | Rollup merge of #66018 - pnkfelix:issue-64872-revert-64324, r=alexcrichton | Tyler Mandry | -15/+4 |
| 2019-11-01 | targeted revert of PR rust-lang/rust#64324 (just undo change to dylib generic... | Felix S. Klock II | -15/+4 |
| 2019-10-29 | Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichton | Tyler Mandry | -2/+3 |
| 2019-10-29 | Auto merge of #65435 - michaelwoerister:fix-issue-64153, r=alexcrichton | bors | -17/+4 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -2/+2 |
| 2019-10-25 | Re-enable Emscripten's exception handling support | Thomas Lively | -2/+3 |
| 2019-10-22 | self-profiling: Remove module names from some event-ids in codegen backend. | Michael Woerister | -6/+6 |
| 2019-10-22 | Fix issue #64153 by checking for .rcgu.o suffix when trying to identify Rust ... | Michael Woerister | -17/+4 |
| 2019-10-17 | Rollup merge of #65465 - Centril:split-syntax-1, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -5/+2 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -2/+2 |
| 2019-10-15 | Refactor: Rename `db` locals to `diag` | Philipp Hansch | -5/+5 |
| 2019-10-13 | Bring attention to suggestions when the only difference is capitalization | Esteban Küber | -1/+5 |
| 2019-10-08 | Rollup merge of #65081 - Mark-Simulacrum:remove-profile-queries, r=michaelwoe... | Mazdak Farrokhzad | -1/+1 |
| 2019-10-07 | Auto merge of #64780 - choller:master, r=michaelwoerister | bors | -1/+3 |
| 2019-10-07 | Rollup merge of #65137 - andjo403:selfProfiling_fix, r=michaelwoerister | Mazdak Farrokhzad | -4/+0 |
| 2019-10-07 | Add feature gate for raw_dylib. | Charles Lew | -3/+13 |
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri... | Tyler Mandry | -2/+5 |
| 2019-10-05 | remove event that causes panics in measureme tools | Andreas Jonson | -4/+0 |
| 2019-10-04 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -5/+2 |
| 2019-10-03 | Remove -Zprofile-queries | Mark Rousskov | -1/+1 |