| Age | Commit message (Expand) | Author | Lines |
| 2022-04-05 | Add test for issue rust-lang/rust#83474 | kangarooCoder | -4/+20 |
| 2022-04-05 | Auto merge of #95667 - Dylan-DPC:rollup-n7xzs3y, r=Dylan-DPC | bors | -1191/+3104 |
| 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-04 | Handle reporting invariance of fn pointer | Michael Goulet | -0/+45 |
| 2022-04-05 | Auto merge of #95662 - Dylan-DPC:rollup-fo7jsr6, r=Dylan-DPC | bors | -695/+1951 |
| 2022-04-05 | Rollup merge of #95642 - lcnr:probe-smol, r=compiler-errors | Dylan DPC | -33/+33 |
| 2022-04-05 | Rollup merge of #95631 - TaKO8Ki:remove-unnecessary-nested-blocks, r=davidtwco | Dylan DPC | -11/+9 |
| 2022-04-05 | Rollup merge of #95630 - declanvk:update-nonnull-doc, r=RalfJung | Dylan DPC | -4/+8 |
| 2022-04-05 | Rollup merge of #95620 - RalfJung:memory-no-extras, r=oli-obk | Dylan DPC | -253/+201 |
| 2022-04-05 | Rollup merge of #95603 - compiler-errors:dyn-return, r=oli-obk | Dylan DPC | -84/+242 |
| 2022-04-05 | Rollup merge of #95588 - RalfJung:strict-provenance, r=scottmcm | Dylan DPC | -19/+217 |
| 2022-04-05 | Rollup merge of #91873 - estebank:mention-impls-for-unsatisfied-trait, r=davi... | Dylan DPC | -291/+1241 |
| 2022-04-04 | explicitly distinguish pointer::addr and pointer::expose_addr | Ralf Jung | -19/+217 |
| 2022-04-04 | Remove hack, fix fmt and tests | Esteban Kuber | -47/+72 |
| 2022-04-04 | Highlight `is` in the message for emphasis | Esteban Kuber | -4/+3 |
| 2022-04-04 | Refer to the TraitRef::identity in the message to be clearer | Esteban Kuber | -71/+71 |
| 2022-04-04 | Dedup logic and improve output for other types that impl trait | Esteban Kuber | -357/+363 |
| 2022-04-04 | Fix list length | Esteban Kuber | -1/+225 |
| 2022-04-04 | Suggest dereferncing when possible in E0277, fix #87437 | Esteban Kuber | -41/+121 |
| 2022-04-04 | Fix #90970, doesn't address #87437 | Esteban Kuber | -6/+115 |
| 2022-04-04 | Mention implementers of unsatisfied trait | Esteban Kuber | -183/+690 |