| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-05-17 | Give a more useful location for where a span_bug was delayed | jyn | -1/+1 |
| 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 | -3/+3 |
| 2023-05-06 | correct literals for dyn thread safe | SparrowLii | -3/+3 |
| 2023-05-06 | introduce `DynSend` and `DynSync` auto trait | SparrowLii | -3/+3 |
| 2023-05-05 | Mark `ErrorGuaranteed` constructor as deprecated so people don't use it | Michael Goulet | -14/+21 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -8/+8 |
| 2023-04-19 | Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco | bors | -1/+1 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+1 |
| 2023-04-18 | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | -2/+2 |
| 2023-04-13 | Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2023-04-12 | Rollup merge of #110135 - compiler-errors:revert-108031, r=davidtwco | Matthias Krüger | -2/+0 |
| 2023-04-10 | Migrate most of `rustc_builtin_macros` to diagnostic impls | clubby789 | -1/+3 |
| 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-03-21 | Avoid ICE of attempt to add with overflow in emitter | yukang | -1/+1 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-04 | Properly colorize multi-part suggestions in the same line | Esteban Küber | -1/+1 |
| 2023-02-26 | Rollup merge of #108482 - Ezrashaw:force-error-docs, r=GuillaumeGomez | Matthias Krüger | -3/+1 |
| 2023-02-26 | refactor: statically guarantee that current error codes are documented | Ezra Shaw | -3/+1 |
| 2023-02-25 | Add ErrorGuaranteed to HIR TyKind::Err | Michael Goulet | -15/+1 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -2/+4 |
| 2023-02-18 | Rollup merge of #108031 - jieyouxu:issue-108019, r=estebank | Matthias Krüger | -0/+2 |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -16/+13 |