| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-08-21 | Rollup merge of #53465 - bjorn3:remove_link_meta_struct, r=varkor | kennytm | -7/+7 |
| 2018-08-20 | Auto merge of #52101 - japaric:linker-flavor, r=alexcrichton | bors | -36/+88 |
| 2018-08-19 | fix: preserve msvc linker fallback logic | Jorge Aparicio | -1/+3 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -2/+2 |
| 2018-08-19 | fix: use detected MSVC's link.exe | Jorge Aparicio | -2/+5 |
| 2018-08-19 | LinkerFlavor::Gcc defaults to cc, not gcc | Jorge Aparicio | -1/+1 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -3/+2 |
| 2018-08-18 | fatal -> bug | Jorge Aparicio | -1/+1 |
| 2018-08-18 | add lld_flavor info to target spec | Jorge Aparicio | -0/+2 |
| 2018-08-18 | Remove LinkMeta struct | bjorn3 | -7/+7 |
| 2018-08-17 | Auto merge of #53356 - michaelwoerister:itlto, r=alexcrichton | bors | -15/+6 |
| 2018-08-16 | wasm: Remove --strip-debug argument to LLD | Alex Crichton | -12/+0 |
| 2018-08-15 | Auto merge of #53237 - overdrivenpotato:wasm-export-table, r=alexcrichton | bors | -0/+3 |
| 2018-08-15 | Use CGU name as LLVM module name and add some caching to CGU name generation. | Michael Woerister | -15/+6 |
| 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 | -60/+43 |
| 2018-08-09 | try to infer linker flavor from linker name and vice versa | Jorge Aparicio | -34/+96 |
| 2018-08-09 | Export WASM table by default | Marko Mijalkovic | -0/+3 |
| 2018-08-09 | Move Fingerprint to data structures | Mark Rousskov | -1/+1 |
| 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 | -2/+2 |
| 2018-08-08 | Address review comments for #53031 and fix some merge fallout. | Michael Woerister | -6/+6 |
| 2018-08-07 | Set 'PrepareForThinLTO' whenever doing cross-language LTO. | Michael Woerister | -1/+2 |
| 2018-08-07 | Make sure upstream object files are added to staticlibs when compiling | Michael Woerister | -1/+5 |
| 2018-08-07 | Fix issue around dllimport and ThinLTO as LLD runs it. | Michael Woerister | -6/+22 |
| 2018-08-07 | Auto merge of #51007 - AstralSorcerer:master, r=nagisa | bors | -0/+31 |
| 2018-08-04 | Move share_generics getter onto options directly | Mark Rousskov | -1/+1 |
| 2018-08-04 | Normalize DebugInfoLevel to standard style | Mark Rousskov | -9/+9 |
| 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 | -38/+38 |
| 2018-08-03 | Auto merge of #52887 - yurydelendik:disable-lld-symbols, r=alexcrichton | bors | -0/+12 |