| Age | Commit message (Expand) | Author | Lines |
| 2018-09-15 | rustc: add unstable support for --extern crate_name without a path. | Eduard-Mihai Burtescu | -21/+22 |
| 2018-09-14 | Rollup merge of #53950 - michaelwoerister:more-lto-cli, r=alexcrichton | kennytm | -20/+65 |
| 2018-09-08 | Rollup merge of #54007 - japaric:gh53964, r=cramertj | kennytm | -0/+4 |
| 2018-09-06 | crates that provide a `panic_handler` are exempt from `unused_extern_crates` | Jorge Aparicio | -0/+4 |
| 2018-09-06 | Validate syntax of `--cfg` command line arguments | Vadim Petrochenkov | -14/+25 |
| 2018-09-05 | Allow for opting out of ThinLTO and clean up LTO related cli flag handling. | Michael Woerister | -20/+65 |
| 2018-08-31 | Support local ThinLTO with incremental compilation. | Michael Woerister | -8/+13 |
| 2018-08-30 | Rollup merge of #53472 - eddyb:fx-pls, r=pnkfelix | Pietro Albini | -7/+6 |
| 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 | -7/+6 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -3/+3 |
| 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 | -6/+6 |
| 2018-08-19 | mv CodeMap SourceMap | Donato Sciarra | -4/+4 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -2/+2 |
| 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 | -33/+5 |
| 2018-08-09 | Remove dependency on rustc::ty from code_stats | Mark Rousskov | -14/+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 | -0/+7 |
| 2018-08-07 | Fix issue around dllimport and ThinLTO as LLD runs it. | Michael Woerister | -8/+19 |
| 2018-08-07 | Fix outdated description of -Zcross-lang-lto. | Michael Woerister | -1/+1 |
| 2018-08-04 | Use diagnostic API on Session | Mark Rousskov | -1/+1 |
| 2018-08-04 | Move share_generics getter onto options directly | Mark Rousskov | -0/+18 |
| 2018-08-04 | Move basic_options to impl of Default | Mark Rousskov | -60/+62 |
| 2018-08-04 | Normalize DebugInfoLevel to standard style | Mark Rousskov | -15/+13 |
| 2018-08-04 | Normalize EntryFnType variants to standard style | Mark Rousskov | -3/+2 |
| 2018-08-04 | Normalize variants of Passes to standard style | Mark Rousskov | -11/+9 |
| 2018-08-04 | Normalize variants of CrateType to standard style | Mark Rousskov | -21/+20 |
| 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/+7 |
| 2018-08-02 | Basic profiling | Wesley Wiser | -1/+18 |
| 2018-07-29 | Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb | bors | -3/+1 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -3/+1 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -2/+2 |
| 2018-07-28 | Auto merge of #52355 - pietroalbini:zfeature, r=eddyb | bors | -0/+2 |
| 2018-07-28 | Rollup merge of #52765 - sinkuu:remove_nonzeroing_move_opt, r=pnkfelix | kennytm | -9/+0 |
| 2018-07-27 | Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributes | Pietro Albini | -0/+2 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -2/+2 |
| 2018-07-27 | Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakis | bors | -1/+16 |
| 2018-07-27 | Remove unused option flag | Shotaro Yamada | -9/+0 |
| 2018-07-26 | Add `migrate` to list of values for `-Z borrowck=...` | Felix S. Klock II | -1/+1 |
| 2018-07-26 | Add `-Z borrowck=migrate` flag, use it to link NLL up to AST-borrowck. | Felix S. Klock II | -0/+15 |