| Age | Commit message (Expand) | Author | Lines |
| 2018-11-16 | Removed genericity over Value in various functions | Denis Merigoux | -2/+1 |
| 2018-11-16 | Generalized base.rs#call_memcpy and everything that it uses | Denis Merigoux | -1/+2 |
| 2018-11-11 | Auto merge of #55698 - nikic:remove-llvm-4-support, r=alexcrichton | bors | -3/+1 |
| 2018-11-10 | codegen_llvm_back: simplify a conversion to char | ljedrz | -1/+1 |
| 2018-11-10 | codegen_llvm_back: remove a redundant continue | ljedrz | -1/+0 |
| 2018-11-10 | codegen_llvm_back: possible minor speedup in logic | ljedrz | -1/+1 |
| 2018-11-10 | codegen_llvm_back: remove 'static from consts | ljedrz | -3/+3 |
| 2018-11-10 | codegen_llvm_back: use to_owned instead of to_string with string literals | ljedrz | -4/+4 |
| 2018-11-10 | codegen_llvm_back: improve common patterns | ljedrz | -46/+23 |
| 2018-11-10 | codegen_llvm_back: remove explicit returns | ljedrz | -12/+15 |
| 2018-11-10 | codegen_llvm_back: use Cow<'static, str> where applicable | ljedrz | -22/+21 |
| 2018-11-10 | codegen_llvm_back: whitespace & formatting fixes | ljedrz | -50/+43 |
| 2018-11-06 | Run name-anon-globals after LTO passes as well | Nikita Popov | -2/+13 |
| 2018-11-05 | Remove support for building against LLVM 4 | Nikita Popov | -3/+1 |
| 2018-11-05 | Auto merge of #55593 - nikic:remove-llvm-4-checks, r=rkruppe | bors | -17/+6 |
| 2018-11-03 | Move cg_llvm::back::linker to cg_utils | bjorn3 | -1695/+9 |
| 2018-11-02 | rustc: Wait for all codegen threads to exit | Alex Crichton | -6/+51 |
| 2018-11-01 | Remove checks for LLVM < 4.0 | Nikita Popov | -17/+6 |
| 2018-10-23 | Revert "rustc: Fix (again) simd vectors by-val in ABI" | Alex Crichton | -38/+8 |
| 2018-10-20 | Rollup merge of #55073 - alexcrichton:demote-simd, r=nagisa | Manish Goregaokar | -8/+38 |
| 2018-10-20 | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper | bors | -1/+1 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -11/+3 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -4/+4 |
| 2018-10-19 | rustc: Fix (again) simd vectors by-val in ABI | Alex Crichton | -8/+38 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -1/+1 |
| 2018-10-12 | raise ICE if LLVM worker threads panic | Andy Russell | -4/+2 |
| 2018-10-02 | wasm: Explicitly export all symbols with LLD | Alex Crichton | -1/+6 |
| 2018-09-29 | rust: Add a `-C default-linker-libraries` option | Alex Crichton | -6/+10 |
| 2018-09-28 | Move `filename_for_metadata` to codegen_utils | Igor Matuszewski | -10/+2 |
| 2018-09-26 | add -Z emit-stack-sizes | Jorge Aparicio | -0/+2 |
| 2018-09-23 | Auto merge of #54325 - michaelwoerister:incr-thinlto-tests, r=alexcrichton | bors | -0/+9 |
| 2018-09-18 | incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te... | Michael Woerister | -0/+9 |
| 2018-09-15 | Enable fatal warnings for the wasm32 linker | Alex Crichton | -0/+4 |
| 2018-09-14 | Rollup merge of #53950 - michaelwoerister:more-lto-cli, r=alexcrichton | kennytm | -8/+4 |
| 2018-09-05 | Auto merge of #53962 - michaelwoerister:close-thinlto-file-descriptors, r=ale... | bors | -4/+4 |
| 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 | -4/+4 |
| 2018-09-05 | Allow for opting out of ThinLTO and clean up LTO related cli flag handling. | Michael Woerister | -8/+4 |
| 2018-09-03 | incr.ThinLTO: Do some cleanup and add some logging. | Michael Woerister | -62/+57 |
| 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 | -264/+125 |
| 2018-08-31 | Support local ThinLTO with incremental compilation. | Michael Woerister | -176/+473 |
| 2018-08-31 | Persist ThinLTO import data in incr. comp. session directory. | Michael Woerister | -3/+116 |
| 2018-08-30 | Rollup merge of #53472 - eddyb:fx-pls, r=pnkfelix | Pietro Albini | -4/+4 |
| 2018-08-28 | Fix warnings about the `native` target-cpu | Alex Crichton | -2/+4 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -4/+4 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -5/+5 |
| 2018-08-27 | Remove path prefixes from NodeKind | varkor | -4/+5 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -4/+4 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -2/+2 |