| Age | Commit message (Expand) | Author | Lines |
| 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 | -2/+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 |
| 2022-03-03 | Add support for values() with --check-cfg | Loïc BRANSTETT | -1/+8 |
| 2022-03-02 | Set `LintExpectationId` in level and collect fulfilled ones (RFC-2383) | xFrednet | -1/+5 |
| 2022-03-02 | Added `Expect` lint level and attribute (RFC-2383) | xFrednet | -0/+3 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -17/+17 |
| 2022-03-02 | Remove num_cpus dependency from bootstrap, build-manifest and rustc_session | bjorn3 | -2/+1 |
| 2022-02-26 | Auto merge of #93516 - nagisa:branch-protection, r=cjgillot | bors | -2/+4 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-25 | Auto merge of #94130 - erikdesjardins:partially, r=nikic | bors | -3/+3 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -47/+51 |
| 2022-02-24 | Rollup merge of #94175 - Urgau:check-cfg-improvements, r=petrochenkov | Dylan DPC | -23/+25 |
| 2022-02-23 | Continue improvements on the --check-cfg implementation | Loïc BRANSTETT | -11/+11 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -18/+38 |
| 2022-02-23 | rustc_errors: handle `force_warn` only through `DiagnosticId::Lint`. | Eduard-Mihai Burtescu | -10/+0 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -22/+16 |
| 2022-02-22 | Improve CheckCfg internal representation | Loïc BRANSTETT | -23/+25 |
| 2022-02-20 | Rollup merge of #94146 - est31:let_else, r=cjgillot | Matthias Krüger | -12/+7 |
| 2022-02-19 | Adopt let else in more places | est31 | -12/+7 |
| 2022-02-19 | reduce default uninit_const_chunk_threshold to 16 (from 256) | Erik Desjardins | -2/+2 |
| 2022-02-19 | No branch protection metadata unless enabled | Simonas Kazlauskas | -2/+4 |
| 2022-02-19 | switch to limiting the number of init/uninit chunks | Erik Desjardins | -3/+3 |
| 2022-02-18 | Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkov | Matthias Krüger | -1/+92 |
| 2022-02-18 | Rollup merge of #91675 - ivanloz:memtagsan, r=nagisa | Matthias Krüger | -1/+2 |