| Age | Commit message (Expand) | Author | Lines |
| 2017-12-21 | Revert "Auto merge of #45225 - eddyb:trans-abi, r=arielb1" | Ariel Ben-Yehuda | -11/+38 |
| 2017-11-20 | Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon | bors | -1/+2 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -1/+2 |
| 2017-11-19 | rustc_trans: support scalar pairs directly in the Rust ABI. | Eduard-Mihai Burtescu | -6/+3 |
| 2017-11-19 | rustc_trans: compute better align/dereferenceable attributes from pointees. | Eduard-Mihai Burtescu | -0/+6 |
| 2017-11-19 | rustc_trans: go through layouts uniformly for fat pointers and variants. | Eduard-Mihai Burtescu | -5/+0 |
| 2017-11-19 | rustc_trans: do not introspect LLVM aggregate field types. | Eduard-Mihai Burtescu | -2/+0 |
| 2017-11-19 | rustc_trans: remove obsolete Type methods. | Eduard-Mihai Burtescu | -1/+0 |
| 2017-11-19 | rustc_trans: use a predictable layout for constant ADTs. | Eduard-Mihai Burtescu | -3/+0 |
| 2017-11-19 | rustc_trans: avoid working with sizes/offsets and alignments as integers. | Eduard-Mihai Burtescu | -21/+2 |
| 2017-11-11 | Control LLVM's TrapUnreachable feature through rustc's TargetOptions. | Dan Gohman | -1/+2 |
| 2017-11-03 | Add support for specifying the TLS model | Amanieu d'Antras | -0/+17 |
| 2017-10-11 | Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support | Marco A L Barbosa | -1/+1 |
| 2017-10-09 | Auto merge of #45041 - est31:master, r=alexcrichton | bors | -5/+1 |
| 2017-10-07 | rustc: Implement ThinLTO | Alex Crichton | -0/+57 |
| 2017-10-05 | Remove nacl from librustc_llvm | est31 | -5/+1 |
| 2017-09-30 | rustc: Enable LTO and multiple codegen units | Alex Crichton | -0/+7 |
| 2017-09-28 | Update to the `cc` crate | Alex Crichton | -3/+3 |
| 2017-09-17 | Remove rustc_bitflags; use the bitflags crate | Tamir Duberstein | -24/+28 |
| 2017-09-05 | disable gcc warnings | Ralf Jung | -0/+1 |
| 2017-09-02 | update gcc crate | Ralf Jung | -1/+1 |
| 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-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -6/+6 |
| 2017-08-05 | Auto merge of #43554 - eddyb:apfloat, r=nikomatsakis | bors | -1/+0 |
| 2017-08-02 | rustc_trans: do not pass floating-point values to LLVM through FFI. | Eduard-Mihai Burtescu | -1/+0 |
| 2017-08-02 | Rollup merge of #43389 - alexcrichton:thread-error, r=michaelwoerister | Corey Farwell | -3/+3 |
| 2017-07-25 | Bump master to 1.21.0 | Alex Crichton | -2/+0 |
| 2017-07-21 | rustllvm: split DebugLoc in UnpackOptimizationDiagnostic | Tim Neumann | -10/+26 |
| 2017-07-21 | Thread through the original error when opening archives | Alex Crichton | -3/+3 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -1/+2 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -0/+1 |
| 2017-07-01 | Auto merge of #42971 - stepancheg:ir-demangle, r=nagisa | bors | -1/+7 |
| 2017-07-01 | When writing LLVM IR output demangled fn name in comments | Stepan Koltsov | -1/+7 |
| 2017-06-30 | rustc_llvm: re-run build script when env var LLVM_CONFIG changes | Venkata Giri Reddy | -5/+1 |
| 2017-06-20 | Auto merge of #42571 - tlively:wasm-dev, r=alexcrichton | bors | -1/+6 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -4/+0 |
| 2017-06-16 | Add target to use LLVM wasm backend | Thomas Lively | -1/+6 |
| 2017-06-14 | Auto merge of #42433 - marco-c:profiling, r=alexcrichton | bors | -0/+4 |
| 2017-06-04 | rustc_llvm: re-run build script if config.toml changes | Venkata Giri Reddy | -0/+5 |
| 2017-06-04 | Merge branch 'profiling' of github.com:whitequark/rust into profiling | Marco Castelluccio | -0/+4 |
| 2017-06-01 | Support VS 2017 | Brian Anderson | -1/+1 |
| 2017-05-26 | Rollup merge of #42224 - brson:lockfile, r=nikomatsakis | Corey Farwell | -22/+0 |
| 2017-05-25 | Remove stray lockfile | Brian Anderson | -22/+0 |
| 2017-05-24 | add thiscall calling convention support | Nathan Froyd | -0/+1 |
| 2017-05-20 | Fix: "warning: redundant linker flag specified for library `ole32`" | Segev Finer | -4/+1 |
| 2017-05-11 | rustc: Remove #![unstable] annotation | Alex Crichton | -3/+4 |
| 2017-05-01 | Auto merge of #41560 - alevy:rwpi-ropi, r=eddyb | bors | -4/+7 |
| 2017-05-01 | Add profiling support, through the rustc -Z profile flag. | whitequark | -0/+4 |
| 2017-04-28 | Added LLVMRustRelocMode | Amit Aryeh Levy | -7/+7 |