| Age | Commit message (Expand) | Author | Lines |
| 2022-12-06 | Start emitting labels even if their pointed to file is not available locally | Oli Scherer | -0/+42 |
| 2022-12-06 | remove an unnecessary `?` | Oli Scherer | -2/+1 |
| 2022-12-06 | Simplify span fallback | Oli Scherer | -47/+23 |
| 2022-12-06 | Simplify some nested conditions | Oli Scherer | -10/+3 |
| 2022-12-04 | Rollup merge of #101975 - chenyukang:fix-101749, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2022-12-03 | fix #101749, use . instead of :: when accessing a method of an object | yukang | -0/+1 |
| 2022-12-01 | Remove useless borrows and derefs | Maybe Waffle | -22/+22 |
| 2022-11-28 | Tweak output | Esteban Küber | -1/+1 |
| 2022-11-28 | Change multiline span ASCII art visual order | Esteban Küber | -1/+7 |
| 2022-11-24 | Rollup merge of #104780 - BoxyUwU:error_reported_not_be_bad, r=oli-obk | Matthias Krüger | -3/+18 |
| 2022-11-24 | make `error_reported` check for delayed bugs | Boxy | -3/+18 |
| 2022-11-24 | Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser | bors | -1/+1 |
| 2022-11-20 | Rollup merge of #104504 - compiler-errors:fru-syntax-note, r=estebank | Matthias Krüger | -0/+3 |
| 2022-11-19 | Rollup merge of #103117 - joshtriplett:use-is-terminal, r=eholk | Matthias Krüger | -3/+4 |
| 2022-11-18 | Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearth | bors | -20/+12 |
| 2022-11-18 | Rollup merge of #104498 - pierwill:stash-diag-docs, r=compiler-errors | Manish Goregaokar | -2/+3 |
| 2022-11-18 | Fix compilation issue after rebase | Charles Lew | -0/+3 |
| 2022-11-18 | Migrate diagnostics list output to use icu list formatter. | Charles Lew | -18/+6 |
| 2022-11-18 | Add a detailed note for missing comma in FRU syntax typo | Michael Goulet | -0/+3 |
| 2022-11-18 | Rollup merge of #101162 - rajputrajat:master, r=davidtwco | Matthias Krüger | -0/+6 |
| 2022-11-17 | Edit docs for `rustc_errors::Handler::stash_diagnostic` | pierwill | -2/+3 |
| 2022-11-16 | Use `as_deref` in compiler (but only where it makes sense) | Maybe Waffle | -1/+1 |
| 2022-11-14 | Rollup merge of #104229 - compiler-errors:overlap-full-path, r=davidtwco | Matthias Krüger | -0/+4 |
| 2022-11-14 | Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -4/+2 |
| 2022-11-13 | migrating rustc_resolve to SessionDiagnostic. work in progress. start | Rajput, Rajat | -0/+6 |
| 2022-11-12 | Rollup merge of #103970 - oli-obk:unhide_unknown_spans, r=estebank | Dylan DPC | -21/+40 |
| 2022-11-11 | Rollup merge of #104217 - Nilstrieb:funny-dollar-syntax, r=TaKO8Ki | Dylan DPC | -9/+29 |
| 2022-11-11 | Print all labels, even if they have no span. Fall back to main item's span. | Oli Scherer | -12/+35 |
| 2022-11-11 | Remove some redundant arguments | Oli Scherer | -9/+5 |
| 2022-11-09 | Rollup merge of #102763 - compiler-errors:nits, r=cjgillot | Michael Goulet | -7/+7 |
| 2022-11-10 | Don't print full paths in overlap errors | Michael Goulet | -0/+4 |
| 2022-11-09 | Display help message when fluent arg was referenced incorrectly | Nilstrieb | -9/+29 |
| 2022-11-09 | rebase conflict | Michael Goulet | -2/+2 |
| 2022-11-09 | Make span_suggestions take IntoIterator | Michael Goulet | -5/+5 |
| 2022-11-09 | Add missing `emitted_at` to the `Diagnostic` | SLASHLogin | -0/+1 |
| 2022-11-09 | Add constructor for `Diagnostic` that takes `Vec<(DiagnosticMessage, Style)>` | SLASHLogin | -0/+15 |
| 2022-11-09 | Formatting | SLASHLogin | -1/+4 |
| 2022-11-09 | Add `replace_args` method for `rustc_errors::diagnostic::Diagnostic` | SLASHLogin | -0/+4 |
| 2022-11-09 | Delay diagnostic translation in `rustc_codegen_ssa` | SLASHLogin | -0/+9 |
| 2022-11-09 | Port `DlltoolFailImportLibrary` and implement `IntoDiagnosticArg` for `Cow<'a... | SLASHLogin | -0/+6 |
| 2022-11-08 | add 'ty_error_with_guaranteed' and 'const_error_with_guaranteed' | yukang | -2/+2 |
| 2022-11-06 | cfg-step code | Mark Rousskov | -4/+2 |
| 2022-11-04 | Rollup merge of #103792 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-stru... | Matthias Krüger | -1/+4 |
| 2022-11-04 | Rollup merge of #103397 - crlf0710:port_dead_code_lint, r=davidtwco | Matthias Krüger | -1/+33 |
| 2022-11-04 | UPDATE - accept dyn error and make Box<dyn error> conform to IntoDiagnosticArg | Jhonny Bill Mena | -0/+1 |
| 2022-11-04 | UPDATE - Complete link.rs migration to new diagnostics infraestructure | Jhonny Bill Mena | -1/+3 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -5/+106 |
| 2022-10-31 | Add more track_caller | mejrs | -2/+4 |
| 2022-10-24 | Address some comments | mejrs | -2/+2 |
| 2022-10-24 | Port `dead_code` lints to be translatable. | Charles Lew | -1/+33 |