| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-03-09 | Add miri to the well known conditional compilation names and values | Loïc BRANSTETT | -5/+10 |
| 2022-03-08 | Switch the primary diagnostic to `unknown_lints` | David Koloski | -2/+19 |
| 2022-03-06 | Update -Z unpretty error message | Alex Macleod | -4/+3 |
| 2022-03-04 | Rollup merge of #94362 - Urgau:check-cfg-values, r=petrochenkov | Dylan DPC | -6/+110 |
| 2022-03-04 | Rollup merge of #94524 - bjorn3:remove_num_cpus, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-03-04 | Add well known values to --check-cfg implementation | Loïc BRANSTETT | -5/+102 |
| 2022-03-04 | Rollup merge of #93913 - bjorn3:remove_everybody_loops, r=jackh726 | Dylan DPC | -6/+2 |
| 2022-03-03 | Auto merge of #87835 - xFrednet:rfc-2383-expect-attribute-with-ids, r=wesleyw... | bors | -0/+7 |
| 2022-03-03 | Remove the everybody loops pass | bjorn3 | -6/+2 |
| 2022-03-03 | Add -Z oom={panic,abort} command-line option | Amanieu d'Antras | -3/+37 |