| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-10-01 | Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wes... | Tyler Mandry | -67/+11 |
| 2019-09-30 | Self-Profiling: Make names of existing events more consistent and use new API. | Michael Woerister | -67/+11 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -1/+1 |
| 2019-09-27 | Auto merge of #64813 - varkor:node-to-kind, r=Centril | bors | -4/+4 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -3/+3 |
| 2019-09-26 | Rename `ImplItem.node` to `ImplItem.kind` | varkor | -1/+1 |
| 2019-09-25 | Remove tx_to_llvm_workers from TyCtxt | Mark Rousskov | -10/+13 |
| 2019-09-25 | Only add sanitizer runtimes when linking an executable (#64629). | Christian Holler (:decoder) | -1/+3 |
| 2019-09-23 | Allow using upstream generics in a dylib crate type | Alex Crichton | -2/+20 |
| 2019-09-23 | rustc: Fix mixing crates with different `share_generics` | Alex Crichton | -1/+1 |