| Age | Commit message (Expand) | Author | Lines |
| 2022-04-06 | Rollup merge of #95684 - GuillaumeGomez:fix-item-info-overflow, r=notriddle | Dylan DPC | -2/+40 |
| 2022-04-05 | Rollup merge of #95681 - petrochenkov:doclinkregr2, r=Dylan-DPC | Dylan DPC | -0/+18 |
| 2022-04-05 | Rollup merge of #95673 - lnicola:rust-analyzer-2022-04-05, r=lnicola | Dylan DPC | -16/+31 |
| 2022-04-05 | Rollup merge of #95663 - notriddle:notriddle/unsafe-fn-closure, r=compiler-er... | Dylan DPC | -10/+17 |
| 2022-04-05 | Rollup merge of #95591 - jackh726:nll-revisions-1, r=oli-obk | Dylan DPC | -328/+588 |
| 2022-04-05 | Rollup merge of #95585 - compiler-errors:ref-clone, r=estebank | Dylan DPC | -0/+31 |
| 2022-04-05 | diagnostics: tweak error message to give more rationale to unsafe Fn | Michael Howell | -17/+17 |
| 2022-04-05 | Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardin | bors | -152/+192 |
| 2022-04-05 | Explain why `&T` is cloned when `T` is not `Clone` | Michael Goulet | -0/+31 |
| 2022-04-05 | Update browser-ui-test version to 0.8.5 | Guillaume Gomez | -1/+1 |
| 2022-04-05 | Add GUI test to ensure that the width of the item-info does not overflow its ... | Guillaume Gomez | -0/+38 |
| 2022-04-05 | Generate a <div> instead of a <span> for item-info elements | Guillaume Gomez | -1/+1 |
| 2022-04-05 | unboxed-closures and type-alias-impl-trait nll revisions | Jack Huey | -20/+42 |
| 2022-04-05 | underscore-lifetime nll revisions | Jack Huey | -7/+19 |
| 2022-04-05 | More nll revisions | Jack Huey | -223/+380 |
| 2022-04-05 | Move some tests with compare-mode=nll output to revisions | Jack Huey | -78/+147 |
| 2022-04-05 | Rollup merge of #95654 - notriddle:notriddle/issue-95616, r=davidtwco | Dylan DPC | -55/+90 |
| 2022-04-05 | Rollup merge of #95525 - ohno418:suggest-derivable-trait-E0277, r=compiler-er... | Dylan DPC | -0/+270 |
| 2022-04-05 | resolve: Fix resolution of empty paths passed from rustdoc | Vadim Petrochenkov | -0/+18 |
| 2022-04-05 | mir-interpret now treats unions as non-immediate, even if they have scalar la... | Oli Scherer | -40/+104 |
| 2022-04-05 | Mark scalar layout unions so that backends that do not support partially init... | Oli Scherer | -112/+88 |
| 2022-04-05 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+31 |
| 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 | -109/+143 |
| 2022-04-05 | Rollup merge of #95512 - davidtwco:diagnostic-translation, r=oli-obk | Dylan DPC | -206/+684 |
| 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 | tidy: add fluent dependencies to whitelist | David Wood | -1/+19 |
| 2022-04-05 | session: opt for enabling directionality markers | David Wood | -7/+7 |
| 2022-04-05 | macros: support translatable suggestions | David Wood | -57/+48 |
| 2022-04-05 | macros: note/help in `SessionDiagnostic` derive | David Wood | -1/+113 |
| 2022-04-05 | macros: support translatable labels | David Wood | -40/+44 |
| 2022-04-05 | macros: optional error codes | David Wood | -11/+2 |
| 2022-04-05 | macros: add `#[no_arg]` to skip `set_arg` call | David Wood | -1/+33 |
| 2022-04-05 | macros: rename `#[message]` to `#[primary_span]` | David Wood | -6/+6 |
| 2022-04-05 | macros: translatable struct attrs and warnings | David Wood | -108/+293 |
| 2022-04-05 | macros: update session diagnostic errors | David Wood | -16/+16 |
| 2022-04-05 | macros: add args for non-subdiagnostic fields | David Wood | -4/+4 |
| 2022-04-05 | errors: implement sysroot/testing bundle loading | David Wood | -6/+72 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -18/+84 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -13/+26 |
| 2022-04-05 | errors: introduce `DiagnosticMessage` | David Wood | -1/+1 |
| 2022-04-05 | Auto merge of #95337 - petrochenkov:doclink3, r=camelid | bors | -40/+41 |
| 2022-04-04 | Format invariance notes with backticks | Michael Goulet | -109/+109 |
| 2022-04-05 | Suggest only when all fields impl the trait | ohno418 | -8/+0 |
| 2022-04-04 | Handle reporting invariance of fn pointer | Michael Goulet | -0/+34 |
| 2022-04-05 | Suggest derivable trait on E0277 | ohno418 | -0/+274 |
| 2022-04-04 | diagnostics: give a special note for unsafe fn / Fn/FnOnce/FnMut | Michael Howell | -0/+7 |
| 2022-04-05 | Rollup merge of #95603 - compiler-errors:dyn-return, r=oli-obk | Dylan DPC | -29/+163 |