| Age | Commit message (Expand) | Author | Lines |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -74/+80 |
| 2024-02-12 | Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgr | bors | -22/+17 |
| 2024-02-12 | Rollup merge of #120972 - lukas-code:autoderef-type-error, r=compiler-errors | Matthias Krüger | -7/+11 |
| 2024-02-12 | Rollup merge of #120917 - chenyukang:yukang-dead-parameters, r=compiler-errors | Matthias Krüger | -12/+3 |
| 2024-02-12 | Rollup merge of #120833 - nnethercote:more-internal-emit_diagnostics-cleanups... | Matthias Krüger | -3/+3 |
| 2024-02-12 | Auto merge of #115367 - frank-king:feature/unnamed-fields-hir, r=davidtwco | bors | -25/+354 |
| 2024-02-12 | fix ICE for deref coercions with type errors | Lukas Markeffsky | -7/+11 |
| 2024-02-12 | Tweak delayed bug mentions. | Nicholas Nethercote | -3/+3 |
| 2024-02-12 | Auto merge of #120835 - oli-obk:no_hir_coherence, r=cjgillot | bors | -99/+97 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -74/+80 |
| 2024-02-12 | Auto merge of #120834 - oli-obk:only_local_coherence, r=lcnr | bors | -1/+3 |
| 2024-02-12 | Improve some codes according to the reviews | Frank King | -107/+151 |
| 2024-02-12 | Check representation of unnamed fields | Frank King | -1/+84 |
| 2024-02-12 | Lowering field access for anonymous adts | Frank King | -6/+20 |
| 2024-02-12 | check uniqueness of nested fields | Frank King | -73/+182 |
| 2024-02-12 | Lower anonymous structs or unions to HIR | Frank King | -8/+87 |
| 2024-02-12 | remove a bunch of dead parameters in fn | yukang | -12/+3 |
| 2024-02-12 | Auto merge of #120951 - matthiaskrgr:rollup-0nnm7dv, r=matthiaskrgr | bors | -19/+11 |
| 2024-02-11 | Rollup merge of #120872 - petrochenkov:opthirpar, r=cjgillot | Matthias Krüger | -19/+11 |
| 2024-02-11 | Auto merge of #120619 - compiler-errors:param, r=lcnr | bors | -4/+21 |
| 2024-02-10 | Rollup merge of #120870 - Zalathar:allow-min-spec, r=oli-obk | Matthias Krüger | -3/+7 |
| 2024-02-10 | hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}` | Vadim Petrochenkov | -19/+11 |
| 2024-02-10 | Remove unnecessary `min_specialization` after bootstrap | Zalathar | -1/+1 |
| 2024-02-10 | Allow restricted trait impls in macros with `min_specialization` | Zalathar | -2/+6 |
| 2024-02-10 | Loosen an assertion to account for stashed errors. | Nicholas Nethercote | -1/+2 |
| 2024-02-09 | Don't reinvoke `impl_trait_ref` query after it was already invoked | Oli Scherer | -77/+74 |
| 2024-02-09 | use `impl Trait` argument instead of generic param for simplicity | Oli Scherer | -4/+5 |
| 2024-02-09 | No need for FnMut when FnOnce works now | Oli Scherer | -2/+2 |
| 2024-02-09 | Simplify conditional erroring | Oli Scherer | -5/+1 |
| 2024-02-09 | Avoid accessing the HIR in the happy path of `coherent_trait` | Oli Scherer | -14/+18 |
| 2024-02-09 | Auto merge of #120843 - matthiaskrgr:rollup-med37z5, r=matthiaskrgr | bors | -0/+2 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -0/+2 |
| 2024-02-09 | Auto merge of #120594 - saethlin:delayed-debug-asserts, r=oli-obk | bors | -1/+4 |
| 2024-02-09 | A trait's local impls are trivially coherent if there are no impls. | Oli Scherer | -1/+3 |
| 2024-02-08 | Rollup merge of #120590 - compiler-errors:dead, r=Nilstrieb | Matthias Krüger | -23/+5 |
| 2024-02-08 | Add a new debug_assertions instrinsic (compiler) | Ben Kimock | -1/+4 |
| 2024-02-08 | Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgr | bors | -55/+73 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -1/+1 |
| 2024-02-08 | Rollup merge of #120206 - petrochenkov:somehir, r=compiler-errors | Matthias Krüger | -9/+10 |
| 2024-02-08 | Rollup merge of #120103 - compiler-errors:concrete-afits, r=oli-obk | Matthias Krüger | -46/+63 |
| 2024-02-08 | Already poison the `type_of` result of the anon const used in the `typeof` ex... | Oli Scherer | -20/+18 |
| 2024-02-08 | Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebank | bors | -2/+14 |
| 2024-02-07 | Do not create param types that differ only by name when comparing intrinsic s... | Michael Goulet | -4/+21 |
| 2024-02-07 | Record coroutine kind in generics | Michael Goulet | -3/+10 |
| 2024-02-07 | hir: Remove `fn opt_hir_id` and `fn opt_span` | Vadim Petrochenkov | -9/+8 |
| 2024-02-07 | hir: Make sure all `HirId`s have corresponding HIR `Node`s | Vadim Petrochenkov | -0/+2 |
| 2024-02-06 | Rollup merge of #120632 - trevyn:issue-109195, r=oli-obk | Matthias Krüger | -0/+53 |
| 2024-02-05 | Create helper `maybe_report_similar_assoc_fn` | trevyn | -51/+52 |
| 2024-02-06 | More comments, final tweaks | Michael Goulet | -9/+2 |
| 2024-02-06 | Teach typeck/borrowck/solvers how to deal with async closures | Michael Goulet | -0/+31 |