| Age | Commit message (Expand) | Author | Lines |
| 2024-02-14 | Rollup merge of #120498 - compiler-errors:type-flags, r=lcnr | Oli Scherer | -312/+69 |
| 2024-02-14 | Auto merge of #121018 - oli-obk:impl_unsafety, r=TaKO8Ki | bors | -0/+1 |
| 2024-02-13 | Rollup merge of #120959 - nnethercote:rm-good_path, r=oli-obk | Matthias Krüger | -6/+5 |
| 2024-02-13 | Move visitable bounds up into interner | Michael Goulet | -2/+2 |
| 2024-02-13 | Uplift TypeVisitableExt into rustc_type_ir | Michael Goulet | -310/+67 |
| 2024-02-13 | Store impl unsafety in impl trait header | Oli Scherer | -0/+1 |
| 2024-02-13 | Rollup merge of #120696 - estebank:issue-115405, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-02-13 | Auto merge of #120919 - oli-obk:impl_polarity, r=compiler-errors | bors | -18/+33 |
| 2024-02-13 | Remove `good_path_delayed_bug`. | Nicholas Nethercote | -6/+5 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -96/+97 |
| 2024-02-12 | Rollup merge of #120950 - compiler-errors:miri-async-closurs, r=RalfJung,oli-obk | Matthias Krüger | -15/+14 |
| 2024-02-12 | Properly handle `async` blocks and `fn`s in `if` exprs without `else` | Esteban Küber | -1/+1 |
| 2024-02-12 | Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgr | bors | -14/+14 |
| 2024-02-12 | Remove impl_polarity query | Oli Scherer | -4/+5 |
| 2024-02-12 | Stop calling `impl_polarity` when `impl_trait_ref` was also called | Oli Scherer | -5/+6 |
| 2024-02-12 | Eagerly dismiss binder | Oli Scherer | -8/+5 |
| 2024-02-12 | Unwrap an Option that can only be Some, as inherent impls can't overlap | Oli Scherer | -6/+6 |
| 2024-02-12 | Use a struct instead of a tuple | Oli Scherer | -5/+11 |
| 2024-02-12 | Make impl_trait_ref into a query also returning more information about the impl | Oli Scherer | -4/+14 |
| 2024-02-12 | Tweak delayed bug mentions. | Nicholas Nethercote | -14/+14 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -96/+97 |
| 2024-02-12 | Lowering field access for anonymous adts | Frank King | -0/+24 |
| 2024-02-12 | check uniqueness of nested fields | Frank King | -1/+6 |
| 2024-02-12 | Lower anonymous structs or unions to HIR | Frank King | -5/+48 |
| 2024-02-12 | Auto merge of #120951 - matthiaskrgr:rollup-0nnm7dv, r=matthiaskrgr | bors | -51/+40 |
| 2024-02-11 | Rollup merge of #120872 - petrochenkov:opthirpar, r=cjgillot | Matthias Krüger | -51/+40 |
| 2024-02-11 | Auto merge of #120619 - compiler-errors:param, r=lcnr | bors | -2/+8 |
| 2024-02-11 | is_closure_like | Michael Goulet | -15/+14 |
| 2024-02-11 | Rollup merge of #120896 - compiler-errors:coro-closure-kind, r=oli-obk | Matthias Krüger | -1/+18 |
| 2024-02-11 | Rollup merge of #120883 - RalfJung:extern-static-err, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-02-11 | Rollup merge of #120882 - RalfJung:set-discriminant, r=compiler-errors | Matthias Krüger | -0/+2 |
| 2024-02-11 | Rollup merge of #120874 - gurry:120838-extra-where-in-suggestion, r=fmease | Matthias Krüger | -1/+7 |
| 2024-02-10 | Print kind of coroutine closure | Michael Goulet | -1/+18 |
| 2024-02-10 | detect consts that reference extern statics | Ralf Jung | -0/+1 |
| 2024-02-10 | validation: descend from consts into statics | Ralf Jung | -0/+1 |
| 2024-02-10 | interpret: rename ReadExternStatic → ExternStatic | Ralf Jung | -1/+1 |
| 2024-02-10 | interpret/write_discriminant: when encoding niched variant, ensure the stored... | Ralf Jung | -0/+2 |
| 2024-02-10 | Take empty `where` into account when suggesting predicates | Gurinder Singh | -1/+7 |
| 2024-02-10 | hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}` | Vadim Petrochenkov | -27/+10 |
| 2024-02-10 | hir: Introduce `TyCtxt::parent_hir_{id,node}` | Vadim Petrochenkov | -28/+34 |
| 2024-02-09 | Auto merge of #120852 - matthiaskrgr:rollup-01pr8gj, r=matthiaskrgr | bors | -16/+32 |
| 2024-02-09 | Rollup merge of #120354 - lukas-code:metadata-normalize, r=lcnr | Matthias Krüger | -16/+32 |
| 2024-02-09 | Auto merge of #120676 - Mark-Simulacrum:bootstrap-bump, r=clubby789 | bors | -1/+1 |
| 2024-02-09 | Auto merge of #120843 - matthiaskrgr:rollup-med37z5, r=matthiaskrgr | bors | -1/+3 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -1/+3 |
| 2024-02-09 | Auto merge of #120594 - saethlin:delayed-debug-asserts, r=oli-obk | bors | -0/+4 |
| 2024-02-08 | Rollup merge of #120801 - oli-obk:drop_recursion_ice, r=Nilstrieb | Matthias Krüger | -0/+1 |
| 2024-02-08 | Rollup merge of #120590 - compiler-errors:dead, r=Nilstrieb | Matthias Krüger | -2/+1 |
| 2024-02-08 | Avoid ICE in drop recursion check in case of invalid drop impls | Oli Scherer | -0/+1 |
| 2024-02-08 | Add a new debug_assertions instrinsic (compiler) | Ben Kimock | -0/+4 |