| Age | Commit message (Expand) | Author | Lines |
| 2022-06-23 | Auto merge of #97911 - dtolnay:numcpu, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-05-06 | sess: add `create_{err,warning}` | David Wood | -2/+28 |
| 2022-04-28 | Rollup merge of #96433 - petrochenkov:delim, r=nnethercote | Dylan DPC | -2/+2 |
| 2022-04-28 | Rollup merge of #96405 - pvdrz:ambiguous-plus-diagnostic, r=davidtwco | Dylan DPC | -5/+25 |
| 2022-04-28 | rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter` | Vadim Petrochenkov | -2/+2 |
| 2022-04-28 | Auto merge of #96085 - jsgf:deny-unused-deps, r=compiler-errors | bors | -6/+34 |
| 2022-04-28 | Rollup merge of #96483 - Urgau:check-cfg-target_feature, r=petrochenkov | Dylan DPC | -0/+5 |
| 2022-04-27 | Add missing `target_feature` to the list of well known cfg names | Loïc BRANSTETT | -0/+5 |
| 2022-04-27 | Add --json unused-externs-silent with original behaviour | Jeremy Fitzhardinge | -6/+34 |
| 2022-04-25 | add `struct_warn` method | Christian Poveda | -0/+4 |
| 2022-04-25 | fix formatting | Christian Poveda | -5/+1 |
| 2022-04-25 | use `ParseSess` instead of `Session` in `into_diagnostic` | Christian Poveda | -6/+26 |
| 2022-04-25 | Rollup merge of #96090 - JakobDegen:mir-tests, r=nagisa | Matthias Krüger | -0/+19 |
| 2022-04-23 | Add support for `nounused` --extern flag | Jeremy Fitzhardinge | -1/+10 |
| 2022-04-20 | Auto merge of #96082 - michaelwoerister:less_impl_stable_hash_via_hash, r=com... | bors | -26/+19 |
| 2022-04-19 | Rollup merge of #96086 - jsgf:remove-extern-location, r=davidtwco | Dylan DPC | -117/+0 |
| 2022-04-19 | incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it. | Michael Woerister | -26/+19 |
| 2022-04-16 | Address nits | Jakob Degen | -5/+2 |
| 2022-04-16 | Add support for MIR opt unit tests | Jakob Degen | -0/+22 |
| 2022-04-15 | Rollup merge of #96026 - matthiaskrgr:clippy_compl_1304, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-04-15 | Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelix | Dylan DPC | -0/+5 |
| 2022-04-15 | Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwco | Dylan DPC | -1/+1 |
| 2022-04-15 | Remove `--extern-location` and all associated code | Jeremy Fitzhardinge | -117/+0 |
| 2022-04-13 | couple of clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-04-13 | errors: lazily load fallback fluent bundle | David Wood | -19/+9 |
| 2022-04-12 | sess: try sysroot candidates for fluent bundle | David Wood | -11/+13 |
| 2022-04-09 | expand: Remove `ParseSess::missing_fragment_specifiers` | Vadim Petrochenkov | -2/+0 |
| 2022-04-07 | Stabilize `derive_default_enum` | Jacob Pratt | -1/+1 |
| 2022-04-05 | session: opt for enabling directionality markers | David Wood | -4/+10 |
| 2022-04-05 | macros: translatable struct attrs and warnings | David Wood | -3/+13 |
| 2022-04-05 | errors: implement sysroot/testing bundle loading | David Wood | -9/+47 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -38/+105 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -4/+6 |
| 2022-04-03 | Cleanup after some refactoring in rustc_target | Loïc BRANSTETT | -1/+1 |
| 2022-04-03 | Replace every Vec in Target(Options) with it's Cow equivalent | Loïc BRANSTETT | -1/+1 |
| 2022-04-02 | Create 2024 edition | Jacob Pratt | -0/+5 |
| 2022-04-02 | ast_lowering: Stop wrapping `ident` matchers into groups | Vadim Petrochenkov | -0/+4 |
| 2022-03-30 | Stabilize native library modifier syntax and the `whole-archive` modifier spe... | Vadim Petrochenkov | -22/+67 |
| 2022-03-27 | Make fatal DiagnosticBuilder yield never | Michael Goulet | -20/+12 |
| 2022-03-26 | Auto merge of #95296 - workingjubilee:pretty-session, r=Dylan-DPC | bors | -120/+85 |
| 2022-03-24 | Use a let-chain in _session::output (nfc) | Jubilee Young | -15/+10 |
| 2022-03-24 | Vigorously refactor _session::code_stats (nfc) | Jubilee Young | -19/+11 |
| 2022-03-24 | Prettify rustc_session fmt with capturing args (nfc) | Jubilee Young | -86/+64 |
| 2022-03-20 | Filter OnceNote in diagnostic infra. | Camille GILLOT | -73/+1 |
| 2022-03-18 | Auto merge of #88098 - Amanieu:oom_panic, r=nagisa | bors | -3/+37 |
| 2022-03-17 | Rollup merge of #94960 - codehorseman:master, r=oli-obk | Dylan DPC | -4/+4 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -18/+29 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -4/+4 |
| 2022-03-15 | fix typos | Dylan DPC | -3/+3 |
| 2022-03-10 | Rollup merge of #94274 - djkoloski:unknown_unstable_lints, r=tmandry | Dylan DPC | -2/+19 |