| Age | Commit message (Expand) | Author | Lines |
| 2023-11-08 | rustc: minor changes suggested by clippy perf lints. | Nicholas Nethercote | -5/+1 |
| 2023-10-30 | Don't emit delayed good-path bugs on panic | Michael Goulet | -1/+1 |
| 2023-10-26 | Stash and cancel cycle errors for auto trait leakage in opaques | Michael Goulet | -0/+2 |
| 2023-10-20 | Auto merge of #116962 - estebank:issue-63835, r=oli-obk | bors | -1/+8 |
| 2023-10-19 | Do not bold main message in `--error-format=short` | Esteban Küber | -1/+8 |
| 2023-10-19 | Fix duplicate labels emitted in `render_multispan_macro_backtrace()` | Gurinder Singh | -4/+4 |
| 2023-10-16 | Rollup merge of #115196 - chenyukang:yukang-fix-86094, r=estebank | Matthias Krüger | -0/+1 |
| 2023-10-15 | Suggest adding `return` if the type of unused semi return value can coerce to... | yukang | -0/+1 |
| 2023-10-15 | Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb | bors | -15/+23 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -15/+23 |
| 2023-10-12 | check-cfg: only print the list of expected names once | Urgau | -0/+1 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+2 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -3/+8 |
| 2023-09-22 | Auto merge of #115690 - ShE3py:Z-treat-err-as-bug, r=petrochenkov | bors | -7/+5 |
| 2023-09-22 | Allow `-Z treat-err-as-bug=0` | Lieselotte | -7/+5 |
| 2023-09-22 | give FutureIncompatibilityReason variants more explicit names | Ralf Jung | -1/+7 |
| 2023-09-21 | Prevent promotion of const fn calls in inline consts | Oli Scherer | -1/+1 |
| 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/+104 |
| 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/+14 |
| 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 |