| 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 | -0/+3 |
| 2022-11-14 | Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -2/+1 |
| 2022-11-09 | Rollup merge of #102763 - compiler-errors:nits, r=cjgillot | Michael Goulet | -5/+5 |
| 2022-11-09 | rebase conflict | Michael Goulet | -2/+2 |
| 2022-11-09 | Make span_suggestions take IntoIterator | Michael Goulet | -3/+3 |
| 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-06 | cfg-step code | Mark Rousskov | -2/+1 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -0/+29 |
| 2022-10-23 | Allow specifying multiple alternative suggestions | Xiretza | -3/+23 |
| 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 | -0/+29 |
| 2022-10-12 | UPDATE - Move IntoDiagnosticArg implementations to diagnostic_impls file | Jhonny Bill Mena | -149/+2 |
| 2022-10-10 | errors: `DiagnosticMessage::Eager` | David Wood | -1/+18 |
| 2022-10-10 | errors: `AddToDiagnostic::add_to_diagnostic_with` | David Wood | -4/+15 |
| 2022-10-10 | errors: use `HashMap` to store diagnostic args | David Wood | -6/+13 |
| 2022-10-01 | Compute `lint_levels` by definition | Deadbeef | -2/+3 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -2/+7 |
| 2022-09-27 | Implement IntoDiagnosticArg for rustc_ast::token::Token(Kind) | Xiretza | -0/+12 |
| 2022-09-27 | Implement IntoDiagnosticArg for rustc_ast::Path | Xiretza | -0/+8 |
| 2022-09-22 | Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk" | Camille GILLOT | -3/+2 |
| 2022-09-21 | FIX - adopt new Diagnostic naming in newly migrated modules | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic | Jhonny Bill Mena | -4/+5 |
| 2022-09-21 | UPDATE - rename AddSubdiagnostic trait to AddToDiagnostic | Jhonny Bill Mena | -2/+2 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -1/+1 |
| 2022-09-14 | Compute `lint_levels` by definition | Deadbeef | -2/+3 |
| 2022-09-08 | translations(rustc_session): migrates two diagnostics in session.rs | Luis Cardoso | -1/+4 |
| 2022-09-08 | translations(rustc_session): migrate TargetDataLayout::parse | Luis Cardoso | -0/+2 |
| 2022-09-03 | Rollup merge of #100928 - CleanCut:rustc_metadata_diagnostics, r=davidtwco | Dylan DPC | -0/+7 |
| 2022-08-31 | Rollup merge of #101165 - ldm0:drain_to_iter, r=cjgillot | Matthias Krüger | -2/+2 |
| 2022-08-31 | respond to review feedback: mainly eliminate as many conversions as possible... | Nathan Stocks | -0/+7 |
| 2022-08-30 | Code deduplication in tool_only_multipart_suggestion | Xiretza | -12/+5 |
| 2022-08-30 | Use more `into_iter` rather than `drain(..)` | Donough Liu | -2/+2 |
| 2022-08-24 | errors: `IntoDiagnosticArg` for `io::Error`/paths | David Wood | -0/+14 |
| 2022-08-17 | Moved structs to rustc_expand::errors, added several more migrations, fixed s... | nidnogg | -1/+2 |
| 2022-08-05 | move DiagnosticArgFromDisplay into rustc_errors | Michael Goulet | -0/+20 |
| 2022-07-20 | Auto merge of #99058 - michaelwoerister:remove-stable-set-and-map, r=nagisa | bors | -1/+1 |
| 2022-07-20 | Remove unused StableMap and StableSet types from rustc_data_structures | Michael Woerister | -1/+1 |
| 2022-07-20 | avoid `&str` to String conversions | Takayuki Maeda | -8/+7 |
| 2022-07-16 | Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compil... | Matthias Krüger | -1/+1 |
| 2022-07-17 | avoid some `Symbol` to `String` conversions | Takayuki Maeda | -1/+1 |
| 2022-07-15 | passes: migrate half of `check_attr` | David Wood | -0/+1 |
| 2022-07-15 | errors: impl `IntoDiagnosticArg` for `char` | David Wood | -77/+33 |
| 2022-07-08 | Fix duplicated type annotation suggestion | Daniel Xu | -0/+8 |
| 2022-07-08 | Implement IntoDiagnosticArg for hir::ConstContext | Michael Goulet | -0/+11 |
| 2022-07-05 | errors: introduce `DecorateLint` | David Wood | -2/+10 |