| Age | Commit message (Expand) | Author | Lines |
| 2024-02-22 | `DefId` to `LocalDefId` | lcnr | -2/+3 |
| 2024-02-22 | Remove dead `expect_error_or_delayed_bug` method. | Nicholas Nethercote | -5/+0 |
| 2024-02-21 | Rollup merge of #121328 - ffmancera:ff/verbose_long_type, r=compiler-errors | Dylan DPC | -1/+1 |
| 2024-02-21 | Rollup merge of #121208 - nnethercote:delayed_bug-to-bug, r=lcnr | Dylan DPC | -2/+1 |
| 2024-02-21 | Convert `bug`s back to `delayed_bug`s. | Nicholas Nethercote | -1/+3 |
| 2024-02-21 | Convert `delayed_bug`s to `bug`s. | Nicholas Nethercote | -5/+2 |
| 2024-02-20 | Rollup merge of #121344 - fmease:lta-constr-by-input, r=oli-obk | Matthias Krüger | -21/+119 |
| 2024-02-20 | Move the peeling function for weak alias types | León Orell Valerian Liehr | -0/+33 |
| 2024-02-20 | Expand weak alias types before collecting constrained and referenced late bou... | León Orell Valerian Liehr | -8/+10 |
| 2024-02-20 | Introduce expand_weak_alias_tys | León Orell Valerian Liehr | -14/+77 |
| 2024-02-20 | Make --verbose imply -Z write-long-types-to-disk=no | Fernando Fernandez Mancera | -1/+1 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -4/+4 |
| 2024-02-16 | Move trait into attr so it's greppable | Michael Goulet | -6/+6 |
| 2024-02-16 | Use extension trait derive | Michael Goulet | -27/+6 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -5/+11 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -22/+20 |
| 2024-02-15 | Fix closure kind docs | Michael Goulet | -11/+26 |
| 2024-02-15 | Auto merge of #116564 - oli-obk:evaluated_static_in_metadata, r=RalfJung,cjgi... | bors | -0/+1 |
| 2024-02-15 | Return ConstAllocation from eval_static_initializer query directly | Oli Scherer | -1/+1 |
| 2024-02-15 | Store static initializers in metadata instead of the MIR of statics. | Oli Scherer | -0/+1 |
| 2024-02-15 | Rollup merge of #121084 - oli-obk:create_def_forever_red2, r=WaffleLapkin | Matthias Krüger | -13/+17 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -20/+15 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -18/+21 |
| 2024-02-14 | Move all the heavy lifting from `TyCtxtAt::create_def` into `TyCtxt::create_def` | Oli Scherer | -13/+17 |
| 2024-02-14 | Rollup merge of #121084 - oli-obk:create_def_forever_red2, r=WaffleLapkin | Guillaume Gomez | -6/+6 |
| 2024-02-14 | Rollup merge of #121083 - GuillaumeGomez:doc-to_opt_closure_kind, r=compiler-... | Guillaume Gomez | -0/+14 |
| 2024-02-14 | Extend documentation for `Ty::to_opt_closure_kind` method | Guillaume Gomez | -0/+14 |
| 2024-02-14 | Make sure `tcx.create_def` also depends on the forever red node, instead of j... | Oli Scherer | -6/+6 |
| 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 | Auto merge of #120919 - oli-obk:impl_polarity, r=compiler-errors | bors | -10/+29 |
| 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 | -80/+80 |
| 2024-02-12 | Rollup merge of #120950 - compiler-errors:miri-async-closurs, r=RalfJung,oli-obk | Matthias Krüger | -14/+13 |
| 2024-02-12 | Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgr | bors | -5/+5 |
| 2024-02-12 | Remove impl_polarity query | Oli Scherer | -0/+5 |
| 2024-02-12 | Implement intrinsics with fallback bodies | Oli Scherer | -1/+2 |
| 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 | -1/+8 |
| 2024-02-12 | Make impl_trait_ref into a query also returning more information about the impl | Oli Scherer | -0/+9 |
| 2024-02-12 | Make `is_intrinsic` query return the intrinsic name | Oli Scherer | -4/+9 |
| 2024-02-12 | Tweak delayed bug mentions. | Nicholas Nethercote | -5/+5 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -80/+80 |
| 2024-02-12 | Lowering field access for anonymous adts | Frank King | -0/+19 |