| Age | Commit message (Expand) | Author | Lines |
| 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/+89 |
| 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 |
| 2023-07-20 | Don't translate compiler-internal bug messages | Oli Scherer | -7/+7 |
| 2023-07-20 | Rollup merge of #113871 - clubby789:derive-sugg-span, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-07-19 | Use the correct span for displaying the line following a derive suggestion | clubby789 | -1/+1 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -4/+29 |
| 2023-07-17 | Simplify implement diagnostic of errors_indicate_anonymous_lifetime | Dayo | -17/+5 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -2/+2 |
| 2023-07-07 | Implement diagnostic translation for expected lifetime parameter message | Dayo | -16/+103 |
| 2023-07-03 | Add a simple markdown parser for formatting `rustc --explain` | Trevor Gross | -1/+1342 |
| 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-02 | Auto merge of #112198 - compiler-errors:rollup-o2xe4of, r=compiler-errors | bors | -26/+9 |
| 2023-06-01 | Remove adt_const_params usage from compiler | Michael Goulet | -26/+9 |
| 2023-06-01 | Use translatable diagnostics in `rustc_const_eval` | Deadbeef | -8/+19 |
| 2023-05-29 | Use `Cow` in `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -26/+22 |
| 2023-05-25 | Remove ExpnKind::Inlined. | Camille GILLOT | -3/+2 |
| 2023-05-24 | Use `is_some_and`/`is_ok_and` in less obvious spots | Maybe Waffle | -9/+5 |
| 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 | -22/+24 |
| 2023-05-19 | Fix overflow in error emitter | Badel2 | -22/+24 |
| 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 | -6/+10 |
| 2023-05-09 | bump windows crate 0.46 -> 0.48 in workspace | klensy | -2/+1 |
| 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 |