| Age | Commit message (Expand) | Author | Lines |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-03-04 | Don't use "if let" bindings to only check a value and not actually bind anyth... | Matthias Krüger | -1/+1 |
| 2020-03-03 | Rollup merge of #69650 - matthiaskrgr:clnp, r=varkor | Dylan DPC | -1/+1 |
| 2020-03-03 | Improve linking of crates with circular dependencies | Tomasz Miąsko | -7/+15 |
| 2020-03-03 | Use .nth(x) instead of .skip(x).next() on iterators. | Matthias Krüger | -1/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -2/+2 |
| 2020-02-28 | simplify condition in start_executing_work() | Matthias Krüger | -5/+5 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -8/+8 |
| 2020-02-21 | Detect Chocolatey MinGW installation | Mateusz Mikuła | -3/+10 |
| 2020-02-21 | Fix MinGW detection for Cygwin | Mateusz Mikuła | -8/+7 |
| 2020-02-12 | Rollup merge of #67954 - nikic:new-pm, r=nagisa | Dylan DPC | -0/+3 |
| 2020-02-12 | Add support for new pass manager | Nikita Popov | -0/+3 |
| 2020-02-11 | rustbuild: include channel in sanitizers installed name | Marc-Antoine Perennou | -2/+5 |
| 2020-02-10 | self-profile: Support arguments for generic_activities. | Michael Woerister | -7/+14 |
| 2020-02-05 | Auto merge of #67429 - mati865:mingw-ultimate-fix, r=alexcrichton | bors | -0/+78 |
| 2020-02-04 | Prefer system MinGW libs when available | Mateusz Mikuła | -0/+78 |
| 2020-02-01 | Auto merge of #68133 - Centril:slimmer-syntax, r=petrochenkov | bors | -1/+1 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-28 | Add support for Control Flow Guard on Windows. | Andrew Paverd | -1/+26 |
| 2020-01-24 | Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichton | bors | -24/+71 |
| 2020-01-24 | Rollup merge of #68473 - nopsledder:rust_sanitizer_fuchsia, r=alexcrichton | Tyler Mandry | -1/+1 |
| 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 |