| Age | Commit message (Expand) | Author | Lines |
| 2020-07-28 | rustc: Improving safe wasm float->int casts | Alex Crichton | -0/+61 |
| 2020-07-22 | Rollup merge of #73655 - JamieCunliffe:jamie_va-args-c, r=nikic | Manish Goregaokar | -1/+6 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -1/+1 |
| 2020-07-15 | Rename `sym::nontrapping_fptoint`. | Nicholas Nethercote | -2/+2 |
| 2020-07-02 | Address review comments and add UI test | Christopher Serr | -2/+2 |
| 2020-07-02 | Add comments and format the code | Christopher Serr | -5/+7 |
| 2020-07-02 | Check for feature with pre-interned symbol | Christopher Serr | -9/+8 |
| 2020-07-02 | Use WASM's saturating casts if they are available | Christopher Serr | -0/+50 |
| 2020-06-30 | va_args implementation for AAPCS. | Jamie Cunliffe | -1/+6 |
| 2020-06-15 | [WIP] injects llvm intrinsic instrprof.increment for coverage reports | Rich Kadel | -0/+27 |
| 2020-05-14 | Consistently use LLVM lifetime markers during codegen | Tomasz Miąsko | -9/+1 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -2/+2 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -10/+11 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -3/+3 |
| 2020-03-27 | Rename TyLayout to TyAndLayout. | Ana-Maria Mihalache | -3/+3 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -1/+1 |
| 2020-03-11 | librustc_codegen_llvm: Use slices instead of 0-terminated strings | Tomasz Miąsko | -1/+0 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -2/+2 |
| 2020-02-12 | Fix mangled names of lifetime intrinsics | Nikita Popov | -2/+2 |
| 2020-02-12 | Use IRBuilder to create memset | Nikita Popov | -6/+11 |
| 2020-02-03 | rustc_codegen_ssa: split declare_local into create_dbg_var and dbg_var_addr. | Eduard-Mihai Burtescu | -0/+1 |
| 2020-01-27 | Detect use-after-scope bugs with AddressSanitizer | Tomasz Miąsko | -4/+11 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -255/+230 |
| 2019-12-11 | rustc: Link LLVM directly into rustc again | Alex Crichton | -0/+2 |
| 2019-11-24 | Store ptr_width as u32 on Config | Mark Rousskov | -2/+2 |
| 2019-10-27 | Always use consteval to codegen caller_location. | Adam Perry | -16/+0 |
| 2019-10-27 | Panicking infra uses &core::panic::Location. | Adam Perry | -30/+0 |
| 2019-10-27 | Implement core::intrinsics::caller_location. | Adam Perry | -0/+15 |
| 2019-10-13 | s/FuncId/Function | bjorn3 | -1/+1 |
| 2019-10-13 | Introduce FuncId backend type | bjorn3 | -0/+1 |
| 2019-09-26 | Rename some `_sty` variables to `_kind` | varkor | -4/+4 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -1/+1 |
| 2019-09-12 | codegen: be more explicit about setting giving names to allocas. | Eduard-Mihai Burtescu | -18/+5 |
| 2019-09-05 | Rollup merge of #64003 - Dante-Broggi:place-align-in-layout, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2019-09-04 | Remove `LocalInternedString` uses from `librustc_codegen_llvm`. | Nicholas Nethercote | -3/+3 |
| 2019-08-29 | `new_sized` is mostly used without align | Dante-Broggi | -1/+1 |
| 2019-07-20 | Remove vector fadd/fmul reduction workarounds | Nikita Popov | -6/+6 |
| 2019-07-08 | normalize use of backticks for compiler messages in librustc_codegen | Samy Kacimi | -4/+4 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2019-06-23 | Fix meta-variable binding errors in macros | Julien Cretin | -1/+1 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc_codegen_llvm: `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -3/+1 |
| 2019-06-12 | rustc: remove some unnecessary lifetimes in -> TyCtxt methods. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-11 | rustc_codegen_*: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-03 | add support for unchecked math | lcnr/Bastian Kauschke | -0/+6 |
| 2019-06-01 | rustc_codegen_llvm: replace `fn noname()` with `const UNNAMED`. | Eduard-Mihai Burtescu | -47/+51 |