| Age | Commit message (Expand) | Author | Lines |
| 2024-02-29 | Rollup merge of #121783 - nnethercote:emitter-cleanups, r=oli-obk | Guillaume Gomez | -197/+113 |
| 2024-02-29 | Rollup merge of #121669 - nnethercote:count-stashed-errs-again, r=estebank | Guillaume Gomez | -302/+365 |
| 2024-02-29 | Rollup merge of #121376 - Nadrieril:mir-half-ranges, r=pnkfelix | Guillaume Gomez | -38/+32 |
| 2024-02-29 | Rollup merge of #121000 - Nadrieril:keep_all_fields, r=compiler-errors | Guillaume Gomez | -88/+98 |
| 2024-02-29 | Rollup merge of #120820 - CKingX:cpu-base-minimum, r=petrochenkov,ChrisDenton | Guillaume Gomez | -5/+10 |
| 2024-02-29 | Rollup merge of #121792 - GuillaumeGomez:improve-suggestion, r=michaelwoerister | Guillaume Gomez | -2/+3 |
| 2024-02-29 | Rollup merge of #121700 - rcvalle:rust-cfi-dont-compress-user-defined-builtin... | Guillaume Gomez | -3/+14 |
| 2024-02-29 | Rollup merge of #121654 - compiler-errors:async-fn-for-fn-def, r=oli-obk | Guillaume Gomez | -93/+235 |
| 2024-02-29 | Improve suggestion to rename type starting with underscore to make it more ob... | Guillaume Gomez | -2/+3 |
| 2024-02-29 | Rollup merge of #121779 - mu001999:clean, r=Nilstrieb | Jacob Pratt | -75/+0 |
| 2024-02-29 | Rollup merge of #121777 - sisungo:master, r=oli-obk | Jacob Pratt | -1/+1 |
| 2024-02-29 | Rollup merge of #121745 - compiler-errors:refining-impl-trait-deeply-norm, r=... | Jacob Pratt | -5/+18 |
| 2024-02-29 | Rollup merge of #121740 - surechen:change_attribute_to_local_20240228, r=lcnr | Jacob Pratt | -18/+45 |
| 2024-02-29 | Rollup merge of #121723 - nnethercote:two-diagnostic-things, r=oli-obk | Jacob Pratt | -21/+40 |
| 2024-02-29 | Avoid unnecessary `color` local variable. | Nicholas Nethercote | -6/+3 |
| 2024-02-29 | Add a useful comment. | Nicholas Nethercote | -0/+1 |
| 2024-02-29 | Make `JsonEmitter` more like `HumanEmitter`. | Nicholas Nethercote | -51/+28 |
| 2024-02-29 | Inline and remove `JsonEmitter::{basic,stderr}`. | Nicholas Nethercote | -60/+11 |
| 2024-02-29 | Inline and remove `HumanEmitter::stderr`. | Nicholas Nethercote | -14/+18 |
| 2024-02-29 | Inline and remove `HumanReadableErrorType::new_emitter`. | Nicholas Nethercote | -23/+16 |
| 2024-02-29 | Remove unused diagnostic struct | r0cky | -75/+0 |
| 2024-02-29 | Merge HumanEmitter::{new,create}. | Nicholas Nethercote | -7/+2 |
| 2024-02-29 | Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`. | Nicholas Nethercote | -13/+13 |
| 2024-02-29 | Inline and remove `DiagCtxt::with_tty_emitter` | Nicholas Nethercote | -13/+10 |
| 2024-02-29 | Remove unnecessary `output` local variable. | Nicholas Nethercote | -5/+4 |
| 2024-02-29 | Use `Destination` more. | Nicholas Nethercote | -6/+3 |
| 2024-02-29 | Simplify `UnusedExterns` lifetimes. | Nicholas Nethercote | -3/+3 |
| 2024-02-29 | Minor visibility and formatting improvements. | Nicholas Nethercote | -15/+20 |
| 2024-02-29 | Fix typo in `rustc_passes/messages.ftl` | sisungo | -1/+1 |
| 2024-02-29 | Reinstate `emit_stashed_diagnostics` in `DiagCtxtInner::drop`. | Nicholas Nethercote | -4/+6 |
| 2024-02-29 | Mark some once-again-unreachable paths as unreachable. | Nicholas Nethercote | -13/+6 |
| 2024-02-29 | Overhaul how stashed diagnostics work, again. | Nicholas Nethercote | -284/+351 |
| 2024-02-29 | Refactor `DiagCtxtInner::flush_delayed`. | Nicholas Nethercote | -21/+21 |
| 2024-02-29 | Add a comment about how `IntoDiagnostic` should be impl'd. | Nicholas Nethercote | -0/+19 |
| 2024-02-29 | Don't cancel stashed `TraitMissingMethod` errors. | Nicholas Nethercote | -7/+4 |
| 2024-02-29 | Don't cancel stashed `OpaqueHiddenTypeMismatch` errors. | Nicholas Nethercote | -1/+5 |
| 2024-02-29 | Rollup merge of #121743 - compiler-errors:opportunistically-resolve-regions, ... | Matthias Krüger | -1/+9 |
| 2024-02-29 | Rollup merge of #121735 - Nadrieril:no-panic-on-type-error, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2024-02-29 | Rollup merge of #121724 - nnethercote:LitKind-Err-for-floats, r=fmease | Matthias Krüger | -3/+7 |
| 2024-02-28 | Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwco | bors | -1682/+1436 |
| 2024-02-28 | Rename `Skip` to `PrivateUninhabited` | Nadrieril | -33/+38 |
| 2024-02-28 | Simplify | Nadrieril | -46/+34 |
| 2024-02-28 | Don't filter out skipped fields | Nadrieril | -22/+28 |
| 2024-02-28 | Add special `Skip` constructor | Nadrieril | -22/+15 |
| 2024-02-28 | Push the decision to skip fields further down | Nadrieril | -14/+26 |
| 2024-02-28 | Push down the decision to skip fields | Nadrieril | -16/+22 |
| 2024-02-28 | Deeply normalize obligations in refining_impl_trait | Michael Goulet | -5/+18 |
| 2024-02-28 | Opportunistically resolve regions when processing region outlives obligations | Michael Goulet | -1/+9 |
| 2024-02-28 | Rollup merge of #121702 - compiler-errors:coerce-alias-relate, r=lcnr | Guillaume Gomez | -0/+14 |
| 2024-02-28 | Rollup merge of #121695 - oli-obk:split_ty_utils, r=compiler-errors | Guillaume Gomez | -73/+103 |