| Age | Commit message (Expand) | Author | Lines |
| 2018-10-19 | rustc: Fix (again) simd vectors by-val in ABI | Alex Crichton | -1/+3 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -1/+1 |
| 2018-09-12 | Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis | bors | -1/+0 |
| 2018-09-12 | Rollup merge of #52514 - DiamondLovesYou:amdgpu-fixes, r=eddyb | kennytm | -1/+1 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-20 | Actually enable the amdgpu component if present. | Richard Diamond | -1/+1 |
| 2018-08-09 | [nll] librustc_llvm: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-01 | [RISCV] Enable LLVM backend. | David Craven | -0/+10 |
| 2018-07-31 | rustc_llvm: fix linking on mingw. | Irina Popa | -0/+3 |
| 2018-07-30 | rustc_llvm: move to rustc_codegen_llvm::llvm. | Irina Popa | -2441/+3 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -5/+1 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -1/+0 |
| 2018-07-18 | rustc: Remove a workaroudn in ThinLTO fixed upstream | Alex Crichton | -1/+0 |
| 2018-07-16 | Revert "Provide a way of accessing the ThinLTO module import map in rustc." | Michael Woerister | -8/+0 |
| 2018-07-16 | Revert "Use callback-based interface to load ThinLTO import data into rustc." | Michael Woerister | -6/+5 |
| 2018-07-14 | Auto merge of #52032 - DiamondLovesYou:amdgpu-kernel-abi, r=alexcrichton | bors | -0/+1 |
| 2018-07-13 | Add the `amdgpu-kernel` ABI. | Richard Diamond | -0/+1 |
| 2018-07-13 | Auto merge of #52266 - michaelwoerister:incr-thinlto-preliminaries, r=alexcri... | bors | -0/+9 |
| 2018-07-13 | Use callback-based interface to load ThinLTO import data into rustc. | Michael Woerister | -5/+6 |
| 2018-07-12 | Deny bare trait objects in the rest of rust | ljedrz | -0/+1 |
| 2018-07-11 | Provide a way of accessing the ThinLTO module import map in rustc. | Michael Woerister | -0/+8 |
| 2018-06-14 | Initialize LLVM's AMDGPU target machine, if available. | Richard Diamond | -0/+6 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -2/+2 |
| 2018-05-12 | Set PrepareForThinLTO flag when using ThinLTO | Nikita Popov | -0/+1 |
| 2018-04-19 | Add rerun-if-env-changed=RUST_CHECK to librustc_llvm | varkor | -0/+1 |
| 2018-04-18 | Do not rebuild LLVM for x.py check | varkor | -0/+5 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-03-27 | Auto merge of #49249 - gnzlbg:simd_minmax, r=alexcrichton | bors | -0/+3 |
| 2018-03-26 | Auto merge of #48346 - emilio:pgo, r=alexcrichton | bors | -1/+10 |
| 2018-03-26 | implement minmax intrinsics | gnzlbg | -0/+3 |
| 2018-03-25 | try to fix the build on older LLVM versions. | Emilio Cobos Álvarez | -0/+1 |
| 2018-03-25 | librustc_llvm: Show PGO diagnostics properly. | Emilio Cobos Álvarez | -0/+6 |
| 2018-03-25 | rustc_llvm: rustc_trans: Thread the PGO config down to the pass manager builder. | Emilio Cobos Álvarez | -1/+3 |
| 2018-03-23 | Introduce unsafe offset_from on pointers | Scott McMurray | -0/+5 |
| 2018-03-15 | add compile fail tests | gnzlbg | -0/+2 |
| 2018-03-13 | add intrinsics for portable packed simd vector reductions | gnzlbg | -0/+40 |
| 2018-03-08 | Fully use miri in trans | Oliver Schneider | -0/+10 |
| 2018-03-07 | Make metadata references Send + Sync | John Kåre Alsaker | -0/+4 |
| 2018-02-12 | rustc: Persist LLVM's `Linker` in Fat LTO | Alex Crichton | -1/+10 |
| 2018-01-28 | rustc: Split Emscripten to a separate codegen backend | Alex Crichton | -0/+1 |
| 2018-01-27 | rustc: Load the `rustc_trans` crate at runtime | Alex Crichton | -1/+2 |
| 2018-01-25 | Rollup merge of #47710 - alexcrichton:llvm-6-compat, r=nikomatsakis | Alex Crichton | -4/+1 |
| 2018-01-25 | Rollup merge of #47618 - mrhota:dw_at_noreturn, r=michaelwoerister | Alex Crichton | -0/+4 |
| 2018-01-24 | llvm6: Remove MIPS64 archive variant | Alex Crichton | -2/+0 |
| 2018-01-24 | llvm6: CodeModel::{JIT,}Default no longer exists | Alex Crichton | -2/+1 |
| 2018-01-20 | Teach rustc about DW_AT_noreturn and a few more DIFlags | A.J. Gardner | -0/+4 |
| 2018-01-19 | Update DW_OP_plus to DW_OP_plus_uconst | Josh Stone | -1/+1 |
| 2018-01-14 | rustc_trans: remove unused `TargetDataRef` accessor. | Eduard-Mihai Burtescu | -1/+0 |
| 2018-01-07 | Remove dead function rustc_llvm::debug_loc_to_string() | Björn Steinbrink | -7/+0 |