| Age | Commit message (Expand) | Author | Lines |
| 2018-10-18 | Revert "rustc_resolve: move extern_prelude from Resolver to Session." | Vadim Petrochenkov | -17/+1 |
| 2018-10-02 | rustc_resolve: move extern_prelude from Resolver to Session. | Eduard-Mihai Burtescu | -1/+17 |
| 2018-09-14 | Rollup merge of #53950 - michaelwoerister:more-lto-cli, r=alexcrichton | kennytm | -4/+21 |
| 2018-09-06 | crates that provide a `panic_handler` are exempt from `unused_extern_crates` | Jorge Aparicio | -0/+4 |
| 2018-09-05 | Allow for opting out of ThinLTO and clean up LTO related cli flag handling. | Michael Woerister | -4/+21 |
| 2018-08-31 | Support local ThinLTO with incremental compilation. | Michael Woerister | -7/+12 |
| 2018-08-30 | Rollup merge of #53472 - eddyb:fx-pls, r=pnkfelix | Pietro Albini | -3/+2 |
| 2018-08-28 | Fix warnings about the `native` target-cpu | Alex Crichton | -7/+0 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -3/+2 |
| 2018-08-20 | Auto merge of #52101 - japaric:linker-flavor, r=alexcrichton | bors | -8/+1 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -12/+12 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -5/+5 |
| 2018-08-19 | mv CodeMap SourceMap | Donato Sciarra | -4/+4 |
| 2018-08-15 | Clean up CodegenUnit name generation. | Michael Woerister | -0/+10 |
| 2018-08-09 | try to infer linker flavor from linker name and vice versa | Jorge Aparicio | -8/+1 |
| 2018-08-09 | Move span_bug and bug helper functions to util | Mark Rousskov | -38/+0 |
| 2018-08-09 | Cache ignored attributes inside ICH entirely | Mark Rousskov | -6/+0 |
| 2018-08-09 | Move Fingerprint to data structures | Mark Rousskov | -1/+1 |
| 2018-08-09 | Reuse Hash impls for session data structures | Mark Rousskov | -1/+1 |
| 2018-08-08 | Address review comments for #53031 and fix some merge fallout. | Michael Woerister | -0/+7 |
| 2018-08-07 | Fix issue around dllimport and ThinLTO as LLD runs it. | Michael Woerister | -1/+19 |
| 2018-08-04 | Use diagnostic API on Session | Mark Rousskov | -1/+1 |
| 2018-08-04 | Privatize some exports from code_stats | Mark Rousskov | -2/+2 |
| 2018-08-02 | Include additional data in the json output | Wesley Wiser | -1/+1 |
| 2018-08-02 | First pass at json output | Wesley Wiser | -0/+5 |
| 2018-08-02 | Basic profiling | Wesley Wiser | -0/+15 |
| 2018-07-27 | Remove unused option flag | Shotaro Yamada | -3/+0 |
| 2018-07-20 | Make sure the compiler actually panics on `delay_span_bug` | Oliver Schneider | -0/+2 |
| 2018-07-16 | Revert "Clean up CodegenUnit name generation." | Michael Woerister | -9/+0 |
| 2018-07-11 | Clean up CodegenUnit name generation. | Michael Woerister | -0/+9 |
| 2018-07-11 | Auto merge of #51230 - nikic:no-verify-lto, r=pnkfelix | bors | -2/+2 |
| 2018-07-05 | Fix rustdoc run failures by shutting down definitely some lints | Guillaume Gomez | -1/+5 |
| 2018-06-12 | Rename -Z no-verify to -Z verify-llvm-ir | Nikita Popov | -2/+2 |
| 2018-06-01 | Fix optimization_fuel | John Kåre Alsaker | -1/+2 |
| 2018-05-21 | Stabilize suggestion applicability field in json output | Manish Goregaokar | -2/+0 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -6/+6 |
| 2018-05-13 | Add a Rayon thread pool | John Kåre Alsaker | -1/+7 |
| 2018-05-09 | Allow for specifying a linker plugin for cross-language LTO | Michael Woerister | -0/+7 |
| 2018-05-01 | Rework force-frame-pointer | Simonas Kazlauskas | -2/+5 |
| 2018-05-01 | Don't force-enable frame pointers when generating debug info | Björn Steinbrink | -1/+1 |
| 2018-04-30 | Auto merge of #50204 - Manishearth:approx-enum, r=estebank | bors | -2/+2 |
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -2/+2 |
| 2018-04-26 | rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target. | Irina Popa | -1/+1 |
| 2018-04-25 | Approximate -> Applicability | Manish Goregaokar | -2/+2 |
| 2018-04-25 | Auto merge of #50134 - andjo403:jobserver, r=michaelwoerister | bors | -4/+13 |
| 2018-04-23 | make rustdoc test follow the jobserver limit of threadsfix that to many threa... | Andreas Jonson | -4/+13 |
| 2018-04-19 | add --edition option | Kurtis Nusbaum | -2/+2 |
| 2018-04-17 | Make one_time_diagnostics thread-safe | John Kåre Alsaker | -2/+2 |
| 2018-04-17 | Make Handler more thread-safe | John Kåre Alsaker | -5/+5 |