| Age | Commit message (Expand) | Author | Lines |
| 2023-10-13 | Use `$message_type` as the tag | Jeremy Fitzhardinge | -1/+1 |
| 2023-09-19 | Use serde_json::to_writer for JsonEmitter::emit | Jeremy Fitzhardinge | -4/+5 |
| 2023-09-19 | Make sure nested Diagnostics in FutureIncompat are also typed for consistency. | Jeremy Fitzhardinge | -7/+12 |
| 2023-09-19 | Add `type` field to json diagnostic outputs | Jeremy Fitzhardinge | -24/+22 |
| 2023-09-15 | implement -Z ignore-directory-in-diagnostics-source-blocks | Pietro Albini | -5/+39 |
| 2023-09-08 | Auto merge of #115418 - Zoxc:freeze-source, r=oli-obk | bors | -5/+5 |
| 2023-09-07 | Use `Freeze` for `SourceFile.external_src` | John Kåre Alsaker | -5/+5 |
| 2023-09-07 | Implement refinement lint for RPITIT | Michael Goulet | -3/+3 |
| 2023-09-04 | Add OnceHelp lint level (same as OnceNote, except for help) | Urgau | -4/+14 |
| 2023-09-04 | Auto merge of #115513 - Urgau:normalize-msg-after-translate, r=petrochenkov | bors | -1/+7 |
| 2023-09-03 | Don't forget to normalize the translated message | Urgau | -1/+7 |
| 2023-09-01 | Add comment so pub items are not removed | Christian Legnitto | -0/+2 |
| 2023-08-30 | Make `termcolor` types public in `rustc_errors` | Christian Legnitto | -1/+1 |
| 2023-08-30 | Use conditional synchronization for Lock | John Kåre Alsaker | -12/+14 |
| 2023-08-24 | Add comment to the push_trailing function | allaboutevemirolive | -2/+16 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -1/+1 |
| 2023-08-18 | fix | Kyle Lin | -1/+1 |
| 2023-08-18 | lint links | Kyle Lin | -3/+3 |
| 2023-08-04 | Auto merge of #114104 - oli-obk:syn2, r=compiler-errors | bors | -192/+105 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-07-31 | Sanity check that we actually flush all buffers | Oli Scherer | -0/+9 |
| 2023-07-31 | Get rid of the thin wrapper type that is `Destination` and just write to the ... | Oli Scherer | -32/+19 |
| 2023-07-31 | Turn a single-variant enum into a struct | Oli Scherer | -14/+6 |
| 2023-07-31 | Merge all `Destination` variants | Oli Scherer | -4/+1 |
| 2023-07-31 | Remove a now-redundant single-variant enum | Oli Scherer | -43/+5 |
| 2023-07-31 | Move `WritableDst` method onto `Style` directly | Oli Scherer | -5/+8 |
| 2023-07-31 | Merge buffered destination into raw destination | Oli Scherer | -17/+37 |
| 2023-07-31 | Remove an enum variant that can be covered by another | Oli Scherer | -6/+1 |
| 2023-07-31 | Remove a `bool` for color in favor of the `WriteColor` trait wrapping colored... | Oli Scherer | -18/+27 |
| 2023-07-31 | Use builder pattern instead of lots of arguments for `EmitterWriter::new` | Oli Scherer | -52/+13 |
| 2023-07-31 | Replace the many arguments of `EmitterWriter::stderr` with builder methods | Oli Scherer | -37/+15 |
| 2023-07-30 | Rollup merge of #114068 - matthiaskrgr:fmt_args_rustc_1, r=WaffleLapkin | Matthias Krüger | -16/+14 |
| 2023-07-30 | Rollup merge of #114018 - Enselic:multi-annotation, r=b-naber | Matthias Krüger | -7/+13 |
| 2023-07-30 | inline format!() args up to and including rustc_middle | Matthias Krüger | -16/+14 |
| 2023-07-29 | Auto merge of #113099 - bvanjoi:fix-112713-2, r=petrochenkov | bors | -0/+16 |
| 2023-07-28 | Rollup merge of #114128 - estebank:delayed-span-bug-dump, r=davidtwco | Matthias Krüger | -2/+2 |
| 2023-07-29 | fix(resolve): update the ambiguity glob binding as warning recursively | bohan | -0/+16 |
| 2023-07-27 | Auto merge of #113298 - tgross35:update-bless-envs, r=oli-obk | bors | -1/+1 |
| 2023-07-27 | When flushing delayed span bugs, write to the ICE dump file even if it doesn'... | Esteban Küber | -2/+2 |
| 2023-07-27 | Auto merge of #113281 - dayo05:master, r=davidtwco | bors | -14/+111 |
| 2023-07-26 | Unite bless environment variables under `RUSTC_BLESS` | Trevor Gross | -1/+1 |
| 2023-07-26 | Auto merge of #114054 - oli-obk:cleanups, r=estebank | bors | -51/+30 |
| 2023-07-25 | Rollup merge of #114014 - davidtwco:issue-114010-env-rawstr, r=cjgillot | Matthias Krüger | -0/+6 |
| 2023-07-25 | Use a builder instead of boolean/option arguments | Oli Scherer | -25/+24 |
| 2023-07-25 | Remove a redundant field | Oli Scherer | -4/+4 |
| 2023-07-25 | Inline a function that is only used once | Oli Scherer | -20/+4 |
| 2023-07-25 | Remove some arguments that are always the same | Oli Scherer | -8/+4 |
| 2023-07-25 | builtin_macros: raw str in diagnostic output | David Wood | -0/+6 |
| 2023-07-24 | Make `--error-format human-annotate-rs` handle multiple files | Martin Nordholts | -7/+13 |
| 2023-07-24 | Optimize format usage | Yuri Astrakhan | -9/+9 |