| Age | Commit message (Expand) | Author | Lines |
| 2023-02-25 | Complete migrating `ast_passes` to derive diagnostics | clubby789 | -0/+1 |
| 2023-02-23 | Restore behavior when primary bundle is missing | mejrs | -4/+13 |
| 2023-02-22 | various: translation resources from cg backend | David Wood | -2/+2 |
| 2023-02-22 | errors: fix translation's run-make test | David Wood | -2/+11 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -7/+8 |
| 2023-02-18 | Rollup merge of #108031 - jieyouxu:issue-108019, r=estebank | Matthias Krüger | -0/+2 |
| 2023-02-16 | Rollup merge of #108090 - WaffleLapkin:if_not_now_then_when…, r=oli-obk | Matthias Krüger | -16/+13 |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -16/+13 |
| 2023-02-14 | rebase and review comments | Esteban Küber | -2/+1 |
| 2023-02-14 | More accurate spans for arg removal suggestion | Esteban Küber | -2/+4 |
| 2023-02-14 | Don't recover lifetimes/labels containing emojis as character literals | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2023-02-13 | Rollup merge of #107838 - estebank:terminal_hyperlinks, r=nagisa | Matthias Krüger | -3/+34 |
| 2023-02-09 | Introduce `-Zterminal-urls` to use OSC8 for error codes | Esteban Küber | -3/+34 |
| 2023-02-09 | test: snapshot for derive suggestion in diff files | bohan | -11/+11 |
| 2023-02-05 | Clean up and comment EmitterWriter.draw_code_line | CastilloDel | -59/+32 |
| 2023-02-04 | Fix suggestions rendering when the span is multiline | CastilloDel | -17/+63 |
| 2023-02-01 | Make "use latest edition" subdiagnostic translatable | Xiretza | -38/+1 |
| 2023-02-01 | Implement IntoDiagnosticArg for ast::Visibility | Xiretza | -0/+8 |
| 2023-02-01 | Use AddToDiagnostic for "use latest edition" help | Xiretza | -14/+37 |
| 2023-01-31 | Rollup merge of #107467 - WaffleLapkin:uneq, r=oli-obk | Guillaume Gomez | -24/+32 |
| 2023-01-30 | session: diagnostic migration lint on more fns | David Wood | -15/+99 |
| 2023-01-30 | errors: implement `IntoDiagnosticArg` for `&T` | David Wood | -0/+6 |
| 2023-01-30 | errors: add `emit_note`/`create_note` on `Handler` | David Wood | -0/+11 |
| 2023-01-30 | Replace some `_ == _ || _ == _`s with `matches!(_, _ | _)`s | Maybe Waffle | -1/+1 |
| 2023-01-30 | Replace enum `==`s with `match`es where it makes sense | Maybe Waffle | -23/+31 |
| 2023-01-20 | add debug assertion for suggestions with overlapping parts | Lukas Markeffsky | -27/+45 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -6/+6 |
| 2023-01-11 | Rollup merge of #106427 - mejrs:translation_errors, r=davidtwco | nils | -78/+401 |
| 2023-01-11 | Rollup merge of #106321 - compiler-errors:delayed-bug-backtrace, r=Nilstrieb | nils | -23/+15 |
| 2023-01-10 | create helper function for `rustc_lint_defs::Level` and remove it's duplicate... | ozkanonur | -10/+1 |
| 2023-01-09 | Collect backtraces for delayed span-bugs too | Michael Goulet | -23/+15 |
| 2023-01-09 | Fix tests | mejrs | -0/+5 |
| 2023-01-08 | Make translate_message return result and add tests | mejrs | -16/+221 |
| 2023-01-07 | Rollup merge of #104543 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-stru... | Matthias Krüger | -1/+75 |
| 2023-01-06 | Rollup merge of #106287 - Nilstrieb:its-bugging-me-how-we-dont-have-docs, r=j... | Matthias Krüger | -0/+2 |
| 2023-01-05 | Improve fluent error messages | mejrs | -67/+180 |
| 2023-01-02 | Auto merge of #84762 - cjgillot:resolve-span-opt, r=petrochenkov | bors | -50/+56 |
| 2023-01-01 | Merge multiple mutable borrows of immutable binding errors | Esteban Küber | -2/+2 |
| 2022-12-31 | Only deduplicate stack traces for good path bugs | Michael Goulet | -12/+18 |
| 2022-12-30 | Add some docs to `bug`, `span_bug` and `delay_span_bug` | Nilstrieb | -0/+2 |
| 2022-12-29 | Account for multiple multiline spans with empty padding | Esteban Küber | -3/+19 |
| 2022-12-27 | ADD - create and emit Bug support for Diagnostics | Jhonny Bill Mena | -1/+68 |
| 2022-12-27 | UPDATE - migrate fn simd_simple_float_intrinsic error messages | Jhonny Bill Mena | -0/+7 |
| 2022-12-25 | Ignore span references from diagnostics. | Camille GILLOT | -47/+51 |
| 2022-12-25 | Use absolute spans when trying to steal an AST diagnostic. | Camille GILLOT | -3/+5 |
| 2022-12-25 | fix more clippy::style findings | Matthias Krüger | -2/+2 |
| 2022-12-15 | more clippy::complexity fixes | Matthias Krüger | -2/+2 |
| 2022-12-13 | Avoid rendering empty annotations | Oli Scherer | -37/+44 |
| 2022-12-13 | Don't emit empty notes | Oli Scherer | -17/+19 |
| 2022-12-13 | Rollup merge of #105625 - matthiaskrgr:clippy_dec12, r=compiler-errors | Matthias Krüger | -3/+3 |