| Age | Commit message (Expand) | Author | Lines |
| 2023-11-26 | Use `rustc_fluent_macro::fluent_messages!` directly. | Nicholas Nethercote | -2/+1 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -1/+1 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -2/+2 |
| 2023-11-13 | Auto merge of #116866 - slanterns:inspect-stabilize, r=BurntSushi | bors | -1/+0 |
| 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-18 | Remove `#![feature(result_option_inspect)]` from the compiler | Slanterns | -1/+0 |
| 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-13 | Format all the let chains in compiler | Michael Goulet | -1/+5 |
| 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 | Allow `-Z treat-err-as-bug=0` | Lieselotte | -7/+5 |
| 2023-09-08 | Auto merge of #115418 - Zoxc:freeze-source, r=oli-obk | bors | -1/+1 |
| 2023-09-07 | Use `Freeze` for `SourceFile.external_src` | John Kåre Alsaker | -1/+1 |
| 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 | -3/+5 |
| 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 | -5/+5 |
| 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 | -12/+1 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-07-31 | Replace the many arguments of `EmitterWriter::stderr` with builder methods | Oli Scherer | -12/+1 |
| 2023-07-30 | inline format!() args up to and including rustc_middle | Matthias Krüger | -5/+3 |
| 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 | 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/+28 |
| 2023-07-25 | Use a builder instead of boolean/option arguments | Oli Scherer | -24/+23 |
| 2023-07-25 | Remove a redundant field | Oli Scherer | -3/+1 |
| 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-24 | Optimize format usage | Yuri Astrakhan | -1/+1 |
| 2023-07-20 | Don't translate compiler-internal bug messages | Oli Scherer | -7/+7 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -3/+28 |
| 2023-07-07 | Implement diagnostic translation for expected lifetime parameter message | Dayo | -14/+28 |
| 2023-07-03 | Add a simple markdown parser for formatting `rustc --explain` | Trevor Gross | -0/+1 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -2/+2 |
| 2023-06-06 | Respect `RUST_BACKTRACE` for delayed bugs | Nilstrieb | -4/+14 |
| 2023-06-01 | Remove adt_const_params usage from compiler | Michael Goulet | -2/+1 |
| 2023-05-29 | Use `Cow` in `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -7/+7 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -2/+2 |
| 2023-05-22 | Check opaques for mismatch during writeback | Michael Goulet | -0/+1 |
| 2023-05-21 | Rollup merge of #111745 - Badel2:emitter-add-overflow, r=compiler-errors | Matthias Krüger | -6/+5 |
| 2023-05-19 | Fix overflow in error emitter | Badel2 | -6/+5 |