| Age | Commit message (Expand) | Author | Lines |
| 2018-10-23 | Revert "rustc: Fix (again) simd vectors by-val in ABI" | Alex Crichton | -33/+1 |
| 2018-10-20 | Rollup merge of #55073 - alexcrichton:demote-simd, r=nagisa | Manish Goregaokar | -1/+33 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -1/+1 |
| 2018-10-19 | rustc: Fix (again) simd vectors by-val in ABI | Alex Crichton | -1/+33 |
| 2018-10-12 | raise ICE if LLVM worker threads panic | Andy Russell | -4/+2 |
| 2018-09-26 | add -Z emit-stack-sizes | Jorge Aparicio | -0/+2 |
| 2018-09-18 | incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te... | Michael Woerister | -0/+6 |
| 2018-09-14 | Rollup merge of #53950 - michaelwoerister:more-lto-cli, r=alexcrichton | kennytm | -3/+2 |
| 2018-09-05 | Auto merge of #53962 - michaelwoerister:close-thinlto-file-descriptors, r=ale... | bors | -1/+1 |
| 2018-09-05 | Auto merge of #53878 - alexcrichton:wasm-atomics-feature, r=eddyb | bors | -4/+13 |
| 2018-09-05 | ThinLTO: Don't keep files open after mmaping them (because it's not needed). | Michael Woerister | -1/+1 |
| 2018-09-05 | Allow for opting out of ThinLTO and clean up LTO related cli flag handling. | Michael Woerister | -3/+2 |
| 2018-09-03 | incr.ThinLTO: Do some cleanup and add some logging. | Michael Woerister | -41/+24 |
| 2018-08-31 | rustc: Prepare the `atomics` feature for wasm | Alex Crichton | -4/+13 |
| 2018-08-31 | Always add all modules to the global ThinLTO module analysis when compiling i... | Michael Woerister | -126/+28 |
| 2018-08-31 | Support local ThinLTO with incremental compilation. | Michael Woerister | -156/+385 |
| 2018-08-28 | Fix warnings about the `native` target-cpu | Alex Crichton | -1/+2 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -2/+2 |
| 2018-08-21 | Rollup merge of #53465 - bjorn3:remove_link_meta_struct, r=varkor | kennytm | -5/+6 |
| 2018-08-20 | Auto merge of #52101 - japaric:linker-flavor, r=alexcrichton | bors | -1/+3 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -2/+2 |
| 2018-08-18 | Remove LinkMeta struct | bjorn3 | -5/+6 |
| 2018-08-15 | Use CGU name as LLVM module name and add some caching to CGU name generation. | Michael Woerister | -2/+1 |
| 2018-08-14 | Rollup merge of #53290 - whitequark:fix-35741, r=nagisa | kennytm | -0/+3 |
| 2018-08-12 | Make LLVM emit assembly comments with -Z asm-comments. | whitequark | -0/+3 |
| 2018-08-10 | Introduce SmallCStr and use it where applicable. | Michael Woerister | -6/+4 |
| 2018-08-09 | address review comments | Jorge Aparicio | -11/+8 |
| 2018-08-09 | try to infer linker flavor from linker name and vice versa | Jorge Aparicio | -6/+11 |
| 2018-08-09 | Move path2cstr to rustc_fs_util | Mark Rousskov | -2/+1 |
| 2018-08-09 | Move rustc::util::fs into separate (new) crate | Mark Rousskov | -1/+1 |
| 2018-08-08 | Address review comments for #53031 and fix some merge fallout. | Michael Woerister | -1/+1 |
| 2018-08-07 | Set 'PrepareForThinLTO' whenever doing cross-language LTO. | Michael Woerister | -1/+2 |
| 2018-08-07 | Fix issue around dllimport and ThinLTO as LLD runs it. | Michael Woerister | -6/+18 |
| 2018-08-07 | Auto merge of #51007 - AstralSorcerer:master, r=nagisa | bors | -0/+31 |
| 2018-08-04 | Normalize DebugInfoLevel to standard style | Mark Rousskov | -1/+1 |
| 2018-08-04 | Normalize variants of Passes to standard style | Mark Rousskov | -4/+3 |
| 2018-08-04 | Normalize variants of CrateType to standard style | Mark Rousskov | -3/+3 |
| 2018-08-01 | Make sure we prepare for thin LTO whenever we are emitting bitcode | Colin Pronovost | -0/+31 |
| 2018-07-31 | rustc: Handle linker diagnostic from LLVM | Alex Crichton | -6/+7 |
| 2018-07-30 | rustc_codegen_llvm: fix tidy errors. | Irina Popa | -1/+4 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for PassManager. | Irina Popa | -46/+48 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Twine, DiagnosticInfo, SMDiagnostic. | Irina Popa | -5/+3 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for TargetMachine. | Irina Popa | -3/+3 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Pass. | Irina Popa | -4/+4 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for PassManagerBuilder. | Irina Popa | -1/+1 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Type. | Irina Popa | -3/+3 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Context and Module. | Irina Popa | -180/+177 |
| 2018-07-16 | Revert "Clean up LLVM module naming (just use CodegenUnit names)." | Michael Woerister | -1/+2 |
| 2018-07-15 | Auto merge of #52381 - oli-obk:ty_to_def_id, r=eddyb | bors | -11/+9 |
| 2018-07-15 | Ubsan this newly discovered dead code | Oliver Schneider | -14/+9 |