| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-12-20 | Remove rarely used -Zdisable_instrumentation_preinliner flag. | Michael Woerister | -3/+1 |
| 2019-12-20 | Allow -Cllvm-args to override rustc's default LLVM args. | Michael Woerister | -13/+33 |
| 2019-12-20 | save LTO import information and check it when trying to reuse build products. | Felix S. Klock II | -10/+114 |
| 2019-12-16 | Fix handling of wasm import modules and names | Alex Crichton | -0/+11 |
| 2019-12-12 | Fix weird implicit dependency between rustllvm and rustc_codegen_llvm | Aaron Hill | -17/+2 |
| 2019-12-11 | Remove unused import | Aaron Hill | -1/+0 |
| 2019-12-11 | Remove `extern crate` declarations | Aaron Hill | -20/+0 |
| 2019-12-11 | Fix fallout from rebase | Aaron Hill | -6/+2 |
| 2019-12-11 | rustc: Link LLVM directly into rustc again | Alex Crichton | -13/+62 |
| 2019-12-06 | Rollup merge of #66841 - SimonSapin:float_round_unchecked_to, r=rkruppe | Mazdak Farrokhzad | -1/+28 |
| 2019-12-06 | Auto merge of #65195 - varkor:to_option, r=Centril | bors | -10/+3 |
| 2019-12-07 | Rollup merge of #67033 - cuviper:ValueName2, r=rkruppe | Yuki Okushi | -35/+39 |
| 2019-12-06 | Add `{f32,f64}::approx_unchecked_to<Int>` unsafe methods | Simon Sapin | -1/+28 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -1/+1 |
| 2019-12-06 | Use `to_option` in various places | varkor | -10/+3 |
| 2019-12-05 | Auto merge of #66952 - 0dvictor:print, r=rkruppe | bors | -10/+6 |
| 2019-12-04 | Migrate to LLVM{Get,Set}ValueName2 | Josh Stone | -35/+39 |
| 2019-12-04 | Auto merge of #65947 - eddyb:fn-abi, r=oli-obk,nagisa | bors | -124/+75 |
| 2019-12-03 | Rollup merge of #66973 - cuviper:min-llvm7, r=alexcrichton | Mazdak Farrokhzad | -26/+5 |
| 2019-12-03 | Rollup merge of #66957 - parthsane:pvs/ftx_lld_linker, r=alexcrichton | Mazdak Farrokhzad | -2/+4 |
| 2019-12-03 | Move cgu_reuse_tracker to librustc_session | Mark Rousskov | -1/+2 |
| 2019-12-03 | rustc_target: add abi::call::Conv::Rust distinct from Conv::C. | Eduard-Mihai Burtescu | -9/+8 |
| 2019-12-03 | rustc_codegen_llvm: privatize as much of attributes::* as possible. | Eduard-Mihai Burtescu | -4/+4 |