| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-10-23 | Allow specifying multiple alternative suggestions | Xiretza | -3/+23 |
| 2022-10-23 | Auto merge of #103431 - Dylan-DPC:rollup-oozfo89, r=Dylan-DPC | bors | -0/+3 |
| 2022-10-23 | Rollup merge of #101293 - compiler-errors:lt-is-actually-char, r=estebank | Dylan DPC | -0/+3 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -7/+7 |
| 2022-10-22 | Recover unclosed char literal being parsed as lifetime | Michael Goulet | -0/+3 |
| 2022-10-21 | Rollup merge of #103051 - davidtwco:translation-tidying-up, r=compiler-errors | Dylan DPC | -3/+18 |
| 2022-10-20 | Implement assertions and fixes to not emit empty spans without suggestions | Kevin Per | -0/+25 |
| 2022-10-19 | Implement -Ztrack-diagnostics | mejrs | -5/+104 |
| 2022-10-17 | lint: use derive more | David Wood | -3/+18 |
| 2022-10-16 | Use IsTerminal in rustc_errors | Josh Triplett | -3/+4 |
| 2022-10-12 | UPDATE - Move IntoDiagnosticArg implementations to diagnostic_impls file | Jhonny Bill Mena | -152/+160 |
| 2022-10-12 | ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errors | Jhonny Bill Mena | -0/+54 |
| 2022-10-12 | Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errors | Dylan DPC | -27/+87 |
| 2022-10-12 | Rollup merge of #102110 - CleanCut:migrate_rustc_passes_diagnostics, r=davidtwco | Dylan DPC | -1/+51 |
| 2022-10-10 | Fix doc lint error | Guillaume Gomez | -1/+1 |
| 2022-10-10 | errors: `DiagnosticMessage::Eager` | David Wood | -2/+32 |