| Age | Commit message (Expand) | Author | Lines |
| 2023-12-05 | Rollup merge of #118587 - nnethercote:cleanup-error-handlers-2, r=compiler-er... | Michael Goulet | -466/+251 |
| 2023-12-05 | Rollup merge of #118585 - sjwang05:issue-118564, r=compiler-errors | Michael Goulet | -10/+12 |
| 2023-12-05 | Rollup merge of #118346 - compiler-errors:deeply-normalize-for-diagnostic, r=... | Michael Goulet | -5/+57 |
| 2023-12-05 | Rollup merge of #118268 - compiler-errors:pretty-print, r=estebank | Michael Goulet | -29/+64 |
| 2023-12-05 | Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errors | Michael Goulet | -7/+15 |
| 2023-12-05 | Add more | Michael Goulet | -10/+10 |
| 2023-12-05 | Add print_trait_sugared | Michael Goulet | -19/+54 |
| 2023-12-05 | Continue folding if deep normalizer fails | Michael Goulet | -14/+40 |
| 2023-12-05 | Add deeply_normalize_for_diagnostics, use it in coherence | Michael Goulet | -4/+30 |
| 2023-12-05 | Auto merge of #118646 - matthiaskrgr:rollup-jnscl9z, r=matthiaskrgr | bors | -34/+76 |
| 2023-12-05 | Rollup merge of #118637 - Enselic:query-instability-2, r=cjgillot | Matthias Krüger | -3/+7 |
| 2023-12-05 | Rollup merge of #118608 - fee1-dead-contrib:backdoor-in-askconv, r=compiler-e... | Matthias Krüger | -0/+25 |
| 2023-12-05 | Rollup merge of #118598 - Nadrieril:remove_precise_pointer_size_matching, r=d... | Matthias Krüger | -21/+9 |
| 2023-12-05 | Rollup merge of #117922 - estebank:unclosed-generics, r=b-naber | Matthias Krüger | -10/+35 |
| 2023-12-05 | Auto merge of #118488 - andjo403:remove_deadlock, r=SparrowLii | bors | -16/+7 |
| 2023-12-05 | Auto merge of #118076 - estebank:issue-109429, r=davidtwco | bors | -53/+316 |
| 2023-12-05 | rustc_symbol_mangling: Address all `rustc::potential_query_instability` lints | Martin Nordholts | -1/+0 |
| 2023-12-05 | rustc_interface: Address all `rustc::potential_query_instability` lints | Martin Nordholts | -1/+7 |
| 2023-12-05 | rustc_driver_impl: Address all `rustc::potential_query_instability` lints | Martin Nordholts | -1/+0 |
| 2023-12-05 | Auto merge of #118066 - estebank:structured-use-suggestion, r=b-naber | bors | -1/+86 |
| 2023-12-05 | Auto merge of #118230 - nnethercote:streamline-dataflow-cursors, r=cjgillot | bors | -243/+113 |
| 2023-12-05 | Auto merge of #117088 - lcnr:generalize-alias, r=compiler-errors | bors | -26/+131 |
| 2023-12-04 | Structured `use` suggestion on privacy error | Esteban Küber | -1/+86 |
| 2023-12-04 | Provide more suggestions for cloning immutable bindings | Esteban Küber | -1/+101 |
| 2023-12-04 | Deduplicate some logic | Esteban Küber | -181/+161 |
| 2023-12-04 | On "this .clone() is on the reference", provide more info | Esteban Küber | -1/+74 |
| 2023-12-04 | Tweak output on specific case | Esteban Küber | -1/+21 |
| 2023-12-04 | Suggest cloning and point out obligation errors on move error | Esteban Küber | -48/+124 |
| 2023-12-04 | Tweak `.clone()` suggestion to work in more cases | Esteban Küber | -3/+17 |
| 2023-12-04 | Rollup merge of #118565 - RalfJung:numeric_intrinsic, r=davidtwco | Guillaume Gomez | -46/+36 |
| 2023-12-04 | Fix parser ICE when recovering `dyn`/`impl` after `for<...>` | sjwang05 | -10/+12 |
| 2023-12-04 | Use default params until effects in desugaring | Deadbeef | -0/+25 |
| 2023-12-04 | Rollup merge of #118573 - petrochenkov:pathdatakind, r=TaKO8Ki | Takayuki Maeda | -132/+133 |
| 2023-12-04 | Rollup merge of #118551 - RalfJung:extern-types-bugs, r=compiler-errors | Takayuki Maeda | -0/+22 |
| 2023-12-04 | Rollup merge of #118540 - RalfJung:unsized-packed-offset, r=TaKO8Ki | Takayuki Maeda | -11/+23 |
| 2023-12-04 | Rollup merge of #118495 - weiznich:more_tests_for_on_unimplemented, r=compile... | Takayuki Maeda | -52/+98 |
| 2023-12-04 | Remove the `precise_pointer_size_matching` feature gate | Nadrieril | -21/+9 |
| 2023-12-04 | cleanup and comments | lcnr | -26/+34 |
| 2023-12-04 | generalize: handle occurs check failure in aliases | lcnr | -23/+120 |
| 2023-12-04 | do not fetch variance info during generalization | lcnr | -1/+1 |
| 2023-12-04 | Restrict what symbols can be used in `#[diagnostic::on_unimplemented]` format... | Georg Semmler | -52/+98 |
| 2023-12-04 | Inline and remove `fatal_no_raise`. | Nicholas Nethercote | -10/+3 |
| 2023-12-04 | Make `Handler::{err,bug}` more like `Handler::{warn,note}`. | Nicholas Nethercote | -10/+3 |
| 2023-12-04 | Remove `HandlerInner::emit`. | Nicholas Nethercote | -12/+12 |
| 2023-12-04 | Move some `HandlerInner` functions to `Handler`. | Nicholas Nethercote | -212/+164 |
| 2023-12-04 | Use `DiagnosticBuilder::new` more. | Nicholas Nethercote | -68/+36 |
| 2023-12-04 | De-genericize some `IntoDiagnostic` impls. | Nicholas Nethercote | -20/+20 |
| 2023-12-04 | Remove some unused code, and downgrade some `pub`s. | Nicholas Nethercote | -49/+6 |
| 2023-12-04 | Avoid `Diagnostic::new_with_code(..., None, ...)`. | Nicholas Nethercote | -5/+5 |
| 2023-12-04 | Always use `G` for `EmissionGuarantee` type variables. | Nicholas Nethercote | -13/+13 |