| Age | Commit message (Expand) | Author | Lines |
| 2023-05-19 | Fix overflow in error emitter | Badel2 | -22/+24 |
| 2023-05-17 | Emits E0599 when meeting MyTrait::missing_method | mu001999 | -0/+1 |
| 2023-05-13 | Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillot | bors | -6/+10 |
| 2023-05-09 | bump windows crate 0.46 -> 0.48 in workspace | klensy | -4/+2 |
| 2023-05-08 | Rollup merge of #111004 - clubby789:migrate-mir-transform, r=oli-obk | Michael Goulet | -0/+8 |
| 2023-05-06 | correct literals for dyn thread safe | SparrowLii | -6/+8 |
| 2023-05-06 | introduce `DynSend` and `DynSync` auto trait | SparrowLii | -6/+8 |
| 2023-05-05 | Mark `ErrorGuaranteed` constructor as deprecated so people don't use it | Michael Goulet | -14/+22 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -10/+10 |
| 2023-05-02 | Migrate `mir_transform` to translatable diagnostics | clubby789 | -0/+8 |
| 2023-04-21 | Rollup merge of #110578 - bvanjoi:fix-issue-110547, r=jackh726 | Matthias Krüger | -0/+1 |
| 2023-04-21 | fix(error): normalize whitespace during msg_to_buffer | bohan | -0/+1 |
| 2023-04-19 | Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco | bors | -1/+2 |
| 2023-04-18 | Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillot | bors | -2/+2 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+2 |
| 2023-04-18 | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | -2/+2 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -1/+1 |
| 2023-04-13 | Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2023-04-13 | Auto merge of #109786 - estebank:tweak-add-line-sugg, r=compiler-errors | bors | -1/+49 |
| 2023-04-12 | Special-case item attributes in the suggestion output | Esteban Küber | -1/+10 |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -1/+40 |
| 2023-04-12 | Rollup merge of #110135 - compiler-errors:revert-108031, r=davidtwco | Matthias Krüger | -2/+0 |
| 2023-04-11 | Auto merge of #110092 - clubby789:builtin-macros-translatable, r=compiler-errors | bors | -2/+29 |
| 2023-04-10 | Migrate most of `rustc_builtin_macros` to diagnostic impls | clubby789 | -2/+29 |
| 2023-04-10 | Stabilize IsTerminal | Josh Triplett | -1/+0 |
| 2023-04-10 | Revert "Don't recover lifetimes/labels containing emojis as character literals" | Michael Goulet | -2/+0 |
| 2023-04-09 | Fix some clippy::complexity | Nilstrieb | -6/+6 |
| 2023-04-01 | a couple clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2023-03-28 | Create AnnotationColumn struct to fix hard tab column numbers in errors | pommicket | -36/+85 |
| 2023-03-21 | Rollup merge of #109403 - chenyukang:yukang/fix-109396, r=estebank | Matthias Krüger | -1/+1 |
| 2023-03-21 | Avoid ICE of attempt to add with overflow in emitter | yukang | -1/+1 |
| 2023-03-20 | migrate compiler, bootstrap, and compiletest to windows-rs | Andy Russell | -47/+44 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-04 | Properly colorize multi-part suggestions in the same line | Esteban Küber | -6/+6 |
| 2023-02-26 | Rollup merge of #108482 - Ezrashaw:force-error-docs, r=GuillaumeGomez | Matthias Krüger | -12/+6 |
| 2023-02-26 | Rollup merge of #108379 - compiler-errors:hir-error-guaranteed, r=cjgillot | Matthias Krüger | -15/+1 |
| 2023-02-26 | refactor: statically guarantee that current error codes are documented | Ezra Shaw | -12/+6 |
| 2023-02-26 | Rollup merge of #108456 - clubby789:ast-passes-diag-migrate, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2023-02-25 | Add ErrorGuaranteed to HIR TyKind::Err | Michael Goulet | -15/+1 |
| 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/+27 |
| 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 |