| Age | Commit message (Expand) | Author | Lines |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -2/+0 |
| 2022-06-11 | Auto merge of #95880 - cjgillot:def-ident-span, r=petrochenkov | bors | -17/+0 |
| 2022-06-10 | Implement def_ident_span in rustc_middle. | Camille GILLOT | -17/+0 |
| 2022-06-08 | Auto merge of #97860 - Dylan-DPC:rollup-t3vxos8, r=Dylan-DPC | bors | -5/+9 |
| 2022-06-08 | Rollup merge of #97595 - ouz-a:issue-97381, r=compiler-errors | Dylan DPC | -5/+9 |
| 2022-06-08 | Folding revamp. | Nicholas Nethercote | -1/+3 |
| 2022-06-05 | get_vtable returns opt instd of unwrpping | ouz-a | -5/+9 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 |
| 2022-05-30 | Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errors | bors | -2/+2 |
| 2022-05-30 | Add a helper function for checking whether a default function in a trait can ... | Oli Scherer | -2/+4 |
| 2022-05-30 | Remove `#[default..]` and add `#[const_trait]` | Deadbeef | -3/+1 |
| 2022-05-28 | Initial fixes on top of type interner commit | Michael Goulet | -0/+1 |
| 2022-05-28 | Move things to rustc_type_ir | Wilco Kusee | -1/+1 |
| 2022-05-17 | Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco | bors | -7/+1 |
| 2022-05-16 | Add a query for checking whether a function is an intrinsic. | Oli Scherer | -7/+1 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -6/+8 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -2/+2 |
| 2022-05-11 | Gracefully fail to resolve associated items instead of `delay_span_bug`. | Camille GILLOT | -1/+17 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -6/+8 |
| 2022-04-10 | Avoid accessing HIR from MIR queries. | Camille GILLOT | -6/+1 |
| 2022-04-01 | Auto merge of #94883 - cjgillot:flat-metadata, r=oli-obk | bors | -10/+0 |
| 2022-03-31 | Merge impl_constness and is_const_fn_raw. | Camille GILLOT | -10/+0 |
| 2022-03-31 | Specialize suggestion for Option<T> | Michael Goulet | -23/+47 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -1/+1 |
| 2022-03-17 | Rollup merge of #94960 - codehorseman:master, r=oli-obk | Dylan DPC | -3/+3 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -2/+2 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -3/+3 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -21/+24 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -7/+7 |
| 2022-02-24 | Restrict query recursion in `needs_significant_drop` | Jakob Degen | -19/+17 |
| 2022-02-21 | use `List<Ty<'tcx>>` for tuples | lcnr | -5/+5 |
| 2022-02-19 | Adopt let else in more places | est31 | -4/+2 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -3/+3 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -3/+3 |
| 2022-02-01 | remove `TyS::same_type` | lcnr | -1/+1 |
| 2022-01-31 | Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-01-19 | Store a `Symbol` instead of an `Ident` in `AssocItem` | Aaron Hill | -2/+2 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -16/+2 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -11/+3 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -2/+1 |
| 2022-01-15 | initial revert | Ellen | -16/+2 |
| 2022-01-08 | Link impl items to corresponding trait items in late resolver. | Camille GILLOT | -104/+2 |
| 2022-01-07 | Add query to avoid name comparison in `leaf_def` | Matthew Jasper | -24/+28 |
| 2022-01-07 | Move associated_item* providers to their own module | Matthew Jasper | -225/+234 |
| 2022-01-07 | Add `trait_item_def_id` to `AssocItem` | Matthew Jasper | -1/+107 |
| 2021-12-17 | Use a const ParamEnv when in default_method_body_is_const | Deadbeef | -1/+7 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -12/+73 |
| 2021-12-07 | Store impl_trait_fn inside OpaqueTyOrigin. | Camille GILLOT | -2/+2 |
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -73/+12 |
| 2021-12-03 | Rollup merge of #91462 - b-naber:use-try-normalize-erasing-regions, r=jackh726 | Matthias Krüger | -2/+4 |