| Age | Commit message (Expand) | Author | Lines |
| 2023-11-26 | Remove `rustc_error_messages/messages.ftl`. | Nicholas Nethercote | -3/+0 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -2/+2 |
| 2023-10-16 | docs: add Rust logo to more compiler crates | Michael Howell | -0/+2 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -1/+1 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-07-30 | inline format!() args up to and including rustc_middle | Matthias Krüger | -5/+5 |
| 2023-07-24 | borrowck/errors: fix i18n error in delayed bug | David Wood | -0/+8 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -0/+7 |
| 2023-07-07 | Require TAITs to be mentioned in the signatures of functions that register hi... | Oli Scherer | -2/+1 |
| 2023-06-01 | Use translatable diagnostics in `rustc_const_eval` | Deadbeef | -0/+4 |
| 2023-05-29 | Use `Cow` in `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -18/+14 |
| 2023-05-06 | correct literals for dyn thread safe | SparrowLii | -4/+4 |
| 2023-05-06 | introduce `DynSend` and `DynSync` auto trait | SparrowLii | -6/+7 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -10/+26 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+2 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+1 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-02-23 | Handle selecting the default locale better | mejrs | -2/+5 |
| 2023-02-22 | various: translation resources from cg backend | David Wood | -1/+1 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -41/+1 |
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -1/+0 |
| 2023-01-30 | incremental: migrate diagnostics | David Wood | -0/+1 |
| 2023-01-17 | Handle diagnostics customization on the fluent side | Oli Scherer | -0/+15 |
| 2022-12-24 | Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk | Matthias Krüger | -3/+1 |
| 2022-12-23 | Rollup merge of #106057 - jyn514:trimmed-def-paths-ice, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-12-22 | Give a more helpful error for "trimmed_def_paths construted" | Joshua Nelson | -1/+1 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -3/+1 |
| 2022-12-17 | Resolve various merge conflicts | mejrs | -1/+1 |
| 2022-12-17 | Migrate "function cannot return without recursing" diagnostic | TheOddGarlic | -0/+1 |
| 2022-11-21 | Match crate and slug names | mejrs | -1/+1 |
| 2022-11-20 | Rollup merge of #104504 - compiler-errors:fru-syntax-note, r=estebank | Matthias Krüger | -0/+1 |
| 2022-11-18 | Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearth | bors | -2/+91 |
| 2022-11-18 | Import icu locale fallback data | Charles Lew | -11/+12 |
| 2022-11-18 | Migrate diagnostics list output to use icu list formatter. | Charles Lew | -2/+90 |
| 2022-11-18 | Add a detailed note for missing comma in FRU syntax typo | Michael Goulet | -0/+1 |
| 2022-11-13 | migrating rustc_resolve to SessionDiagnostic. work in progress. start | Rajput, Rajat | -0/+1 |
| 2022-11-11 | Rollup merge of #104217 - Nilstrieb:funny-dollar-syntax, r=TaKO8Ki | Dylan DPC | -1/+2 |
| 2022-11-09 | Display help message when fluent arg was referenced incorrectly | Nilstrieb | -1/+2 |
| 2022-11-09 | Port unknown feature diagnostic to the new framework | SLASHLogin | -0/+1 |
| 2022-10-12 | ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errors | Jhonny Bill Mena | -0/+1 |
| 2022-10-12 | Rollup merge of #102719 - Nilstrieb:tidy-alphabetical, r=jackh726 | Dylan DPC | -0/+2 |
| 2022-10-12 | Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errors | Dylan DPC | -1/+28 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -0/+2 |
| 2022-10-11 | Rollup merge of #102893 - TaKO8Ki:fix-102878, r=davidtwco | Matthias Krüger | -13/+0 |
| 2022-10-11 | fix #102878 | Takayuki Maeda | -13/+0 |
| 2022-10-10 | errors: `DiagnosticMessage::Eager` | David Wood | -1/+28 |
| 2022-10-07 | Address PR comments | Jhonny Bill Mena | -2/+2 |
| 2022-10-07 | ADD - codegen_ssa initial diags translations machinery | Jhonny Bill Mena | -0/+1 |
| 2022-10-03 | errors: rename `typeck.ftl` to `hir_analysis.ftl` | David Wood | -7/+8 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -0/+11 |