| Age | Commit message (Expand) | Author | Lines |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1/+2 |
| 2020-02-01 | Auto merge of #68180 - ajpaverd:cfguard-rust, r=nagisa | bors | -1/+11 |
| 2020-01-28 | Add support for Control Flow Guard on Windows. | Andrew Paverd | -1/+11 |
| 2020-01-27 | Detect use-after-scope bugs with AddressSanitizer | Tomasz Miąsko | -4/+11 |
| 2020-01-23 | Add projection query for upstream drop-glue instances. | Michael Woerister | -6/+1 |
| 2020-01-23 | Clarify some methods around instance instantiation via comments and clearer n... | Michael Woerister | -1/+1 |
| 2020-01-23 | Add `-Z no-link` flag | Victor Ding | -0/+15 |
| 2020-01-17 | Actually pass target LLVM args to LLVM | Jethro Beekman | -2/+3 |
| 2020-01-14 | Auto merge of #67711 - Amanieu:fix_unwind_leak, r=alexcrichton | bors | -5/+26 |
| 2020-01-13 | Auto merge of #67900 - nikic:prepare-llvm-10, r=nagisa | bors | -0/+9 |
| 2020-01-11 | Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obk | bors | -2/+2 |
| 2020-01-11 | Rollup merge of #67889 - Zoxc:parallel-cgus, r=michaelwoerister | Mazdak Farrokhzad | -9/+7 |
| 2020-01-11 | Apply review feedback | Amanieu d'Antras | -1/+5 |
| 2020-01-11 | Explain flag value of 8 for msvc_try | Amanieu d'Antras | -1/+5 |
| 2020-01-11 | Fix a memory leak in SEH unwinding if a Rust panic is caught by C++ and disca... | Amanieu d'Antras | -5/+18 |
| 2020-01-11 | Rollup merge of #68059 - jethrogb:jb/target-llvm-args, r=alexcrichton | Yuki Okushi | -9/+6 |
| 2020-01-10 | Remove PlaceBase enum and make Place base field be local: Local | Santiago Pastorino | -2/+2 |
| 2020-01-10 | Allow specifying LLVM args in target specifications | Jethro Beekman | -9/+6 |
| 2020-01-09 | Compile some CGUs in parallel at the start of codegen | John Kåre Alsaker | -9/+7 |
| 2020-01-10 | Rollup merge of #68040 - sinkuu:unused, r=petrochenkov | Yuki Okushi | -1/+0 |
| 2020-01-09 | Change -Z time event naming scheme and make them generic activities | John Kåre Alsaker | -11/+27 |
| 2020-01-09 | Remove unused dependencies | Shotaro Yamada | -1/+0 |
| 2020-01-07 | Remove support for datalayout upgrade | Nikita Popov | -16/+2 |
| 2020-01-07 | Auto-upgrade data layouts for X86 address spaces | Nikita Popov | -0/+23 |
| 2020-01-06 | Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa | bors | -16/+18 |
| 2020-01-05 | Rename Instance.ty to Instance.monomorphic_ty | Aaron Hill | -6/+6 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -16/+18 |
| 2020-01-05 | Use self profile infrastructure for -Z time and -Z time-passes | John Kåre Alsaker | -116/+98 |
| 2020-01-04 | DefId{Map,Set} -> rustc::hir::def_id | Mazdak Farrokhzad | -2/+1 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -3/+4 |
| 2020-01-04 | extract rustc::middle::codegen_fn_attrs | Mazdak Farrokhzad | -17/+14 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -8/+8 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Auto merge of #67729 - mati865:deps, r=nikomatsakis | bors | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -27/+27 |
| 2019-12-30 | Use function attribute "frame-pointer" instead of "no-frame-pointer-elim" | Fangrui Song | -6/+15 |
| 2019-12-30 | Rename `libsyntax_ext` and `libsyntax_expand` in code | Vadim Petrochenkov | -1/+1 |
| 2019-12-30 | Make things build again | Vadim Petrochenkov | -2/+2 |
| 2019-12-30 | Bump smallvec | Mateusz Mikuła | -1/+1 |
| 2019-12-25 | tidy: change msdn links to newer locations | Lzu Tao | -1/+1 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -1048/+1023 |
| 2019-12-22 | Format the world | Mark Rousskov | -3167/+3247 |
| 2019-12-22 | Rollup merge of #66877 - skinny121:const-eval-entry-points, r=oli-obk | Mazdak Farrokhzad | -14/+5 |
| 2019-12-21 | Handle Attributes in arena. | Camille GILLOT | -2/+2 |
| 2019-12-22 | Add simpler entry points to const eval for common usages. | Ben Lewis | -14/+5 |
| 2019-12-21 | Rollup merge of #67393 - michaelwoerister:llvm-args-override, r=varkor | Mazdak Farrokhzad | -15/+33 |
| 2019-12-21 | Rollup merge of #67355 - Centril:merge-mut, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -2/+2 |
| 2019-12-20 | Auto merge of #67020 - pnkfelix:issue-59535-accumulate-past-lto-imports, r=mw | bors | -10/+114 |
| 2019-12-20 | Rollup merge of #67363 - alexcrichton:wasm-import-modules, r=eddyb | Mazdak Farrokhzad | -0/+11 |