| Age | Commit message (Expand) | Author | Lines |
| 2020-04-20 | Auto merge of #70729 - nnethercote:a-big-options-clean-up, r=petrochenkov | bors | -248/+232 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -4/+3 |
| 2020-04-19 | Disallow values for `-C no-*` and `-Z no-*` options again. | Nicholas Nethercote | -24/+34 |
| 2020-04-19 | Show defaults in options descriptions. | Nicholas Nethercote | -99/+109 |
| 2020-04-19 | Replace uses of `parse_opt_*` with `parse_*` where possible. | Nicholas Nethercote | -39/+37 |
| 2020-04-19 | Make option type descriptions non-optional. | Nicholas Nethercote | -59/+38 |
| 2020-04-19 | Tweak `parse_opt_uint`. | Nicholas Nethercote | -1/+1 |
| 2020-04-19 | Fix the `-Zsanitizer_memory_track_origins` error message. | Nicholas Nethercote | -13/+7 |
| 2020-04-19 | Clean up the list of parser descriptions. | Nicholas Nethercote | -7/+6 |
| 2020-04-19 | Allow all boolean options to take values. | Nicholas Nethercote | -28/+22 |
| 2020-04-19 | Make some option descriptions fit the usual pattern. | Nicholas Nethercote | -6/+6 |
| 2020-04-18 | Add an option to inhibit automatic injection of profiler_builtins | Amanieu d'Antras | -0/+2 |
| 2020-04-17 | Make -Zprofile set codegen-units to 1 | Amanieu d'Antras | -1/+11 |
| 2020-04-11 | Depend on getopts from crates.io | Luca Barbieri | -6/+3 |
| 2020-04-09 | mark a temporary hack as such | Ralf Jung | -1/+3 |
| 2020-04-07 | rustc_session: forbid lints override regardless of position | Tobias Thiel | -1/+7 |
| 2020-04-07 | Speed up path searching with `find_library_crate`. | Nicholas Nethercote | -13/+39 |
| 2020-04-04 | Do not lose or reorder user-provided linker arguments | Vadim Petrochenkov | -5/+13 |
| 2020-04-04 | Auto merge of #69718 - arlosi:debughash, r=eddyb | bors | -38/+63 |
| 2020-04-03 | Auto merge of #70156 - michaelwoerister:incr-cgus, r=nikomatsakis | bors | -0/+7 |
| 2020-04-03 | Minor follow-up after renaming librustc(_middle) | Yuki Okushi | -4/+5 |
| 2020-04-02 | Add hash of source files in debug info | Arlo Siemsen | -38/+63 |
| 2020-04-02 | Translate the virtual `/rustc/$hash` prefix back to a real directory. | Eduard-Mihai Burtescu | -0/+30 |
| 2020-04-01 | Rollup merge of #70511 - ecstatic-morse:mir-dataflow-graphviz, r=davidtwco | Mazdak Farrokhzad | -0/+2 |
| 2020-03-31 | Make the rustc respect the `-C codegen-units` flag in incremental mode. | Michael Woerister | -0/+7 |
| 2020-03-31 | more clippy fixes | Matthias Krüger | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -2/+2 |
| 2020-03-29 | Auto merge of #70370 - petrochenkov:nosmatch, r=Centril | bors | -1/+1 |
| 2020-03-28 | Add `-Z dump-mir-dataflow` | Dylan MacKenzie | -0/+2 |
| 2020-03-28 | Auto merge of #66938 - GuillaumeGomez:lint-for-no-crate-level-doc, r=Dylan-DPC | bors | -0/+7 |
| 2020-03-28 | Auto merge of #70095 - jsgf:link-native, r=nagisa | bors | -0/+2 |
| 2020-03-27 | Implement -Zlink-native-libraries | Jeremy Fitzhardinge | -0/+2 |
| 2020-03-27 | Remove `no_integrated_as` mode. | Nicholas Nethercote | -2/+0 |
| 2020-03-25 | Rollup merge of #70319 - lcnr:issue63695, r=eddyb | Dylan DPC | -4/+4 |
| 2020-03-24 | Remove attribute `#[structural_match]` and any references to it | Vadim Petrochenkov | -1/+1 |
| 2020-03-24 | Remove `-Z incremental`. | Nicholas Nethercote | -30/+1 |
| 2020-03-24 | Remove several dead `-Z` options. | Nicholas Nethercote | -8/+0 |
| 2020-03-24 | Invert `-Z generate-arange-section`. | Nicholas Nethercote | -2/+2 |
| 2020-03-24 | Remove `-Z incremental-queries`. | Nicholas Nethercote | -2/+0 |
| 2020-03-24 | Add a comment to `parse_bool`. | Nicholas Nethercote | -0/+3 |
| 2020-03-23 | query normalize_generic_arg_after_erasing_regions | Bastian Kauschke | -4/+4 |
| 2020-03-23 | Auto merge of #70296 - Centril:rollup-wvfmb3n, r=Centril | bors | -1/+1 |
| 2020-03-22 | Update lint name to follow convention | Guillaume Gomez | -2/+2 |
| 2020-03-22 | rename NO_CRATE_LEVEL_DOC lint into MISSING_CRATE_LEVEL_DOC | Guillaume Gomez | -2/+2 |
| 2020-03-22 | Add lint when no doc is present at the crate-level | Guillaume Gomez | -0/+7 |
| 2020-03-22 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -1/+1 |
| 2020-03-21 | move CrateDisambiguator -> rustc_ast | Mazdak Farrokhzad | -49/+10 |
| 2020-03-21 | add_elided_lifetime_in_path_suggestion -> rustc_session | Mazdak Farrokhzad | -0/+43 |
| 2020-03-21 | Rollup merge of #69965 - mark-i-m:codegen-utils, r=eddyb | Mazdak Farrokhzad | -0/+224 |