| Age | Commit message (Expand) | Author | Lines |
| 2018-11-15 | resolve: Filter away macro prelude in modules with `#[no_implicit_prelude]` o... | Vadim Petrochenkov | -0/+4 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -3/+3 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -2/+2 |
| 2018-10-18 | Rollup merge of #55031 - nikic:verify_llvm_ir, r=Mark-Simulacrum | kennytm | -0/+1 |
| 2018-10-17 | Auto merge of #54671 - petrochenkov:extpre2015, r=nikomatsakis | bors | -18/+0 |
| 2018-10-15 | rustc/session: improve common patterns | ljedrz | -29/+17 |
| 2018-10-15 | rustc/session: whitespace & formatting improvements | ljedrz | -2/+2 |
| 2018-10-13 | Revert "rustc_resolve: move extern_prelude from Resolver to Session." | Vadim Petrochenkov | -18/+0 |
| 2018-10-13 | Improve verify_llvm_ir config option | Nikita Popov | -0/+1 |
| 2018-10-11 | Support for disabling the PLT on ELF targets | Gabriel Majeri | -2/+22 |
| 2018-10-02 | Move prelude crate names into `Session`. | David Wood | -7/+6 |
| 2018-09-30 | Auto merge of #54650 - eddyb:no-extern's-land, r=alexcrichton | bors | -1/+18 |
| 2018-09-29 | don't elide lifetimes in paths in librustc/ | Zack M. Davis | -5/+5 |
| 2018-09-28 | rustc_resolve: move extern_prelude from Resolver to Session. | Eduard-Mihai Burtescu | -1/+18 |
| 2018-09-23 | Auto merge of #54325 - michaelwoerister:incr-thinlto-tests, r=alexcrichton | bors | -0/+11 |
| 2018-09-20 | Auto merge of #54241 - vi:suggest_with_applicability, r=estebank | bors | -3/+8 |
| 2018-09-18 | incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te... | Michael Woerister | -0/+11 |
| 2018-09-17 | Whitespace fix again. | Vitaly _Vi Shukela | -5/+5 |
| 2018-09-17 | Add -Z dont-buffer-diagnostics, a way to force NLL to immediately emit its di... | Felix S. Klock II | -0/+2 |
| 2018-09-17 | Fix style according to review comments. | Vitaly _Vi Shukela | -2/+6 |
| 2018-09-16 | Remove usages of span_suggestion without Applicability | Vitaly _Vi Shukela | -3/+4 |
| 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 |