| Age | Commit message (Expand) | Author | Lines |
| 2019-02-10 | Revert removed #![feature(nll)] | Taiki Endo | -0/+1 |
| 2019-02-07 | Remove images' url to make it work even without internet connection | Guillaume Gomez | -3/+1 |
| 2019-02-07 | librustc_llvm => 2018 | Taiki Endo | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -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-09 | [nll] librustc_llvm: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-01 | [RISCV] Enable LLVM backend. | David Craven | -0/+6 |
| 2018-07-31 | rustc_llvm: fix linking on mingw. | Irina Popa | -0/+2 |
| 2018-07-30 | rustc_llvm: move to rustc_codegen_llvm::llvm. | Irina Popa | -315/+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-12 | Deny bare trait objects in the rest of rust | ljedrz | -0/+1 |
| 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 | -1/+1 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-03-07 | Make metadata references Send + Sync | John Kåre Alsaker | -0/+2 |
| 2018-01-24 | llvm6: Remove MIPS64 archive variant | Alex Crichton | -1/+0 |
| 2018-01-07 | Remove dead function rustc_llvm::debug_loc_to_string() | Björn Steinbrink | -5/+0 |
| 2017-11-19 | rustc_trans: support scalar pairs directly in the Rust ABI. | Eduard-Mihai Burtescu | -6/+3 |
| 2017-11-03 | Add support for specifying the TLS model | Amanieu d'Antras | -0/+5 |
| 2017-10-05 | Remove nacl from librustc_llvm | est31 | -4/+0 |
| 2017-09-17 | Remove rustc_bitflags; use the bitflags crate | Tamir Duberstein | -3/+6 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -3/+0 |
| 2017-08-19 | rustc: Remove some dead code | Vadim Petrochenkov | -8/+6 |
| 2017-07-25 | Bump master to 1.21.0 | Alex Crichton | -2/+0 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -1/+2 |
| 2017-06-20 | Auto merge of #42571 - tlively:wasm-dev, r=alexcrichton | bors | -0/+5 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -4/+0 |
| 2017-06-16 | Add target to use LLVM wasm backend | Thomas Lively | -0/+5 |
| 2017-05-11 | rustc: Remove #![unstable] annotation | Alex Crichton | -3/+4 |
| 2017-04-25 | Add Hexagon support | Michael Wu | -0/+6 |
| 2017-04-23 | FIN: windows-gnu: statically link gcc_s, pthread with llvm | Tim Neumann | -0/+1 |
| 2017-02-06 | std: Remove cfg(cargobuild) annotations | Alex Crichton | -10/+0 |
| 2017-01-08 | Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc | bors | -1/+1 |
| 2016-12-31 | Improve naming style in rustllvm. | Ian Kerins | -4/+4 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-29 | Rollup merge of #38559 - japaric:ptx2, r=alexcrichton | Alex Crichton | -0/+5 |
| 2016-12-29 | Fallout from updating bootstrap Cargo | Alex Crichton | -2/+1 |
| 2016-12-26 | PTX support | Jorge Aparicio | -0/+5 |
| 2016-12-26 | Auto merge of #38314 - japaric:do-not-delete-enable-llvm-backend, r=alexcrichton | bors | -0/+6 |
| 2016-12-21 | Make drop glue for unsized value pass two arguments instead of *(data, meta) | Mark Simulacrum | -1/+2 |
| 2016-12-19 | enable LLVM's SPARC backend | Jorge Aparicio | -0/+6 |
| 2016-12-06 | Auto merge of #37973 - vadimcn:dllimport, r=alexcrichton | bors | -1/+1 |
| 2016-12-04 | Auto merge of #37857 - shepmaster:llvm-4.0-dinodes, r=michaelwoerister | bors | -0/+4 |
| 2016-12-03 | Auto merge of #38079 - BurntSushi:attrtarget, r=alexcrichton | bors | -4/+4 |
| 2016-12-02 | [LLVM] Introduce a stable representation of DIFlags | Jake Goulding | -0/+4 |
| 2016-12-01 | Remove the "linked_from" feature. | Vadim Chugunov | -1/+1 |