| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -1/+1 |
| 2020-03-19 | Refactorings to begin getting rid of rustc_codegen_utils | Mark Mansi | -0/+224 |
| 2020-03-17 | Auto merge of #69519 - 12101111:remove-proc-macro-check, r=nagisa | bors | -8/+17 |
| 2020-03-14 | rustc_metadata: Remove `rmeta::MacroDef` | Vadim Petrochenkov | -6/+0 |
| 2020-03-10 | [Miri] Use a session variable instead of checking for an env var always | Wesley Wiser | -0/+24 |
| 2020-03-10 | When `crate_type` is `None`,check compiler options | 12101111 | -1/+1 |
| 2020-03-08 | Rollup merge of #69608 - o01eg:expose-target-libdir-print, r=ehuss | Mazdak Farrokhzad | -1/+3 |
| 2020-03-08 | Simplify checking of crt_static_feature() | 12101111 | -26/+10 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -1/+1 |
| 2020-03-05 | Add a new test to reach const_limit setting, although with wrong WARNINGs yet | Christoph Schmidler | -2/+2 |
| 2020-03-05 | Prepare const_limit feature gate and attribute | Christoph Schmidler | -0/+4 |
| 2020-03-03 | Run format. | 12101111 | -1/+1 |
| 2020-03-03 | Don't use static crt by default when build proc-macro. | 12101111 | -8/+33 |
| 2020-03-02 | Remove chalk integration | CAD97 | -2/+0 |