| Age | Commit message (Expand) | Author | Lines |
| 2022-04-05 | rustc_trait_selection changes | Pietro Albini | -18/+0 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -314/+176 |
| 2022-04-05 | bump stage0 to the latest beta | Pietro Albini | -336/+336 |
| 2022-04-05 | Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardin | bors | -334/+467 |
| 2022-04-05 | Auto merge of #95680 - Dylan-DPC:rollup-7jldtnz, r=Dylan-DPC | bors | -75/+453 |
| 2022-04-05 | Rollup merge of #95670 - TaKO8Ki:remove-unused-function-parameters, r=davidtwco | Dylan DPC | -12/+3 |
| 2022-04-05 | Rollup merge of #95660 - yaahc:panic-docs-update, r=Dylan-DPC | Dylan DPC | -7/+19 |
| 2022-04-05 | Rollup merge of #95654 - notriddle:notriddle/issue-95616, r=davidtwco | Dylan DPC | -56/+91 |
| 2022-04-05 | Rollup merge of #95525 - ohno418:suggest-derivable-trait-E0277, r=compiler-er... | Dylan DPC | -0/+340 |
| 2022-04-05 | Use WrappingRange::full instead of hand-rolling it | Oli Scherer | -6/+3 |
| 2022-04-05 | mir-interpret now treats unions as non-immediate, even if they have scalar la... | Oli Scherer | -47/+115 |
| 2022-04-05 | Mark scalar layout unions so that backends that do not support partially init... | Oli Scherer | -289/+357 |
| 2022-04-05 | remove unused function parameters | Takayuki Maeda | -12/+3 |
| 2022-04-05 | Auto merge of #95667 - Dylan-DPC:rollup-n7xzs3y, r=Dylan-DPC | bors | -1191/+3104 |
| 2022-04-05 | Fix ui test for nll | ohno418 | -0/+4 |
| 2022-04-05 | Rollup merge of #95645 - GuillaumeGomez:intra-doc-link-ice-traits-in-scope-pr... | Dylan DPC | -2/+18 |
| 2022-04-05 | Rollup merge of #95607 - compiler-errors:issue-95272, r=Aaron1011 | Dylan DPC | -113/+158 |
| 2022-04-05 | Rollup merge of #95512 - davidtwco:diagnostic-translation, r=oli-obk | Dylan DPC | -1071/+2911 |
| 2022-04-05 | Rollup merge of #95449 - jyn514:doc-stage-0, r=ehuss | Dylan DPC | -4/+16 |
| 2022-04-05 | Rollup merge of #95234 - ben0x539:nixquotes, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-04-05 | errors: support fluent + parallel compiler | David Wood | -3/+20 |
| 2022-04-05 | tidy: add fluent dependencies to whitelist | David Wood | -1/+19 |
| 2022-04-05 | errors: use `impl Into<FluentId>` | David Wood | -5/+2 |
| 2022-04-05 | session: opt for enabling directionality markers | David Wood | -18/+27 |
| 2022-04-05 | errors: add links to fluent documentation | David Wood | -1/+5 |
| 2022-04-05 | typeck: remove now-unnecessary parameter from diag | David Wood | -3/+1 |
| 2022-04-05 | errors: don't try load default locale from sysroot | David Wood | -3/+9 |
| 2022-04-05 | macros: support translatable suggestions | David Wood | -123/+141 |
| 2022-04-05 | macros: note/help in `SessionDiagnostic` derive | David Wood | -10/+158 |
| 2022-04-05 | macros: support translatable labels | David Wood | -95/+140 |
| 2022-04-05 | macros: optional error codes | David Wood | -34/+21 |
| 2022-04-05 | macros: add `#[no_arg]` to skip `set_arg` call | David Wood | -2/+45 |
| 2022-04-05 | macros: rename `#[message]` to `#[primary_span]` | David Wood | -34/+31 |
| 2022-04-05 | macros: translatable struct attrs and warnings | David Wood | -274/+727 |
| 2022-04-05 | macros: update session diagnostic errors | David Wood | -25/+25 |
| 2022-04-05 | errors: disable directionality isolation markers | David Wood | -0/+9 |
| 2022-04-05 | macros: add args for non-subdiagnostic fields | David Wood | -30/+122 |
| 2022-04-05 | macros: move suggestion type handling to fn | David Wood | -68/+61 |
| 2022-04-05 | macros: update comments | David Wood | -27/+34 |
| 2022-04-05 | errors: implement sysroot/testing bundle loading | David Wood | -46/+322 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -294/+920 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -293/+354 |
| 2022-04-05 | errors: introduce `DiagnosticMessage` | David Wood | -43/+79 |
| 2022-04-05 | Auto merge of #95337 - petrochenkov:doclink3, r=camelid | bors | -43/+53 |
| 2022-04-04 | Format invariance notes with backticks | Michael Goulet | -113/+113 |
| 2022-04-05 | Suggest only when all fields impl the trait | ohno418 | -26/+50 |
| 2022-04-04 | Handle reporting invariance of fn pointer | Michael Goulet | -0/+45 |
| 2022-04-05 | Suggest only when Rhs for PartialEq and PartialOrd is the same type as self | ohno418 | -29/+31 |
| 2022-04-05 | Auto merge of #95662 - Dylan-DPC:rollup-fo7jsr6, r=Dylan-DPC | bors | -695/+1951 |
| 2022-04-05 | Suggest derivable trait on E0277 | ohno418 | -0/+310 |