| Age | Commit message (Expand) | Author | Lines |
| 2020-01-23 | Add projection query for upstream drop-glue instances. | Michael Woerister | -15/+48 |
| 2020-01-23 | Make drop-glue take advantage of -Zshare-generics. | Michael Woerister | -8/+20 |
| 2020-01-23 | Make ExportedSymbols type more local because it's not supposed to be | Michael Woerister | -4/+6 |
| 2020-01-22 | Rollup merge of #68410 - tmiasko:msan-lto, r=varkor | Tyler Mandry | -1/+11 |
| 2020-01-23 | Add `-Z no-link` flag | Victor Ding | -0/+1 |
| 2020-01-22 | Enable ASan on Fuchsia | Aaron Green | -1/+1 |
| 2020-01-21 | Mark __msan_keep_going as an exported symbol for LTO | Tomasz Miąsko | -2/+6 |
| 2020-01-20 | Mark __msan_track_origins as an exported symbol for LTO | Nikita Popov | -1/+7 |
| 2020-01-20 | Make sure that all upstream generics get re-exported from Rust dylibs. | Michael Woerister | -9/+38 |
| 2020-01-11 | Auto merge of #67458 - pnkfelix:fix-66530-by-propagating-fatal-error-from-wor... | bors | -8/+18 |
| 2020-01-11 | Rollup merge of #68043 - Zoxc:missing-timers, r=wesleywiser | Mazdak Farrokhzad | -22/+36 |
| 2020-01-10 | Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichton | bors | -47/+42 |
| 2020-01-09 | Label unmarked time | John Kåre Alsaker | -22/+36 |
| 2020-01-10 | Rollup merge of #67975 - EmbarkStudios:export-statics-wasm, r=alexcrichton | Yuki Okushi | -1/+1 |
| 2020-01-09 | Link sanitizer runtimes instead of injecting crate dependencies | Tomasz Miąsko | -47/+42 |
| 2020-01-09 | Change -Z time event naming scheme and make them generic activities | John Kåre Alsaker | -3/+3 |
| 2020-01-08 | Remove `-Z continue-parse-after-error` | Vadim Petrochenkov | -1/+0 |
| 2020-01-07 | Always export static variables as SymbolExportLevel::C in wasm | maik | -7/+2 |
| 2020-01-07 | Export scalar statics in wasm | maik | -1/+6 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -7/+7 |
| 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 |