| Age | Commit message (Expand) | Author | Lines |
| 2023-01-17 | change item_bounds query to return EarlyBinder; remove bound_item_bounds query | Kyle Matsuda | -7/+0 |
| 2023-01-15 | Remove bound_{explicit,}_item_bounds | Michael Goulet | -14/+0 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -7/+0 |
| 2023-01-14 | change const_param_default query to return EarlyBinder; remove bound_const_pa... | Kyle Matsuda | -4/+0 |
| 2022-12-28 | better names and a comment | Michael Goulet | -2/+2 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2022-12-19 | Auto merge of #103600 - compiler-errors:early-binder-nits, r=spastorino | bors | -0/+7 |
| 2022-12-14 | Ensure no one constructs `AliasTy`s themselves | Oli Scherer | -1/+1 |
| 2022-12-13 | Combine identical alias arms | Michael Goulet | -19/+11 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -14/+14 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -1/+1 |
| 2022-12-13 | Use ty::OpaqueTy everywhere | Michael Goulet | -1/+1 |
| 2022-12-13 | Remove instantiate_type_scheme | Michael Goulet | -3/+3 |
| 2022-12-13 | EarlyBinder nits | Michael Goulet | -2/+9 |
| 2022-12-07 | Move closure/generator type info methods to TyCtxt | Michael Goulet | -0/+76 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -5/+5 |
| 2022-11-25 | Rename normalize_opaque_types to reveal_opaque_types_in_bounds | Michael Goulet | -3/+3 |
| 2022-11-24 | move some layout logic to rustc_target::abi::layout | hkalbasi | -17/+6 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -13/+8 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-09-27 | rustdoc: Queryify `is_notable_trait` | Noah Lev | -2/+14 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -1/+1 |
| 2022-09-10 | split compare_predicate_entailment and collect_trait_impl_trait_tys out | Michael Goulet | -1/+1 |
| 2022-09-09 | Deeply check that method signatures match, and allow for nested RPITITs | Michael Goulet | -0/+7 |
| 2022-09-01 | tracing::instrument cleanup | Oli Scherer | -2/+1 |
| 2022-08-03 | Add bound_impl_subject and bound_return_ty | Jack Huey | -0/+4 |
| 2022-08-02 | Add bound_predicates_of and bound_explicit_predicates_of | Jack Huey | -0/+14 |
| 2022-08-01 | Remove DefId from AssocItemContainer. | Camille GILLOT | -1/+1 |
| 2022-07-12 | Rollup merge of #99038 - jackh726:earlybinder-cleanup, r=lcnr | Dylan DPC | -0/+4 |
| 2022-07-09 | Auto merge of #99028 - tmiasko:inline, r=estebank | bors | -0/+1 |
| 2022-07-07 | Add bound_const_param_default | Jack Huey | -0/+4 |
| 2022-07-07 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+1 |
| 2022-07-06 | Allow to create definitions inside the query system. | Camille GILLOT | -5/+5 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -0/+1 |
| 2022-06-19 | Auto merge of #98247 - jackh726:regionkind-rustc-type-ir, r=compiler-errors | bors | -1/+1 |
| 2022-06-19 | Move RegionKind to rustc_type_ir | Jack Huey | -1/+1 |
| 2022-06-15 | Rename `impl_constness` to `constness` | Deadbeef | -1/+1 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -3/+3 |
| 2022-06-08 | Folding revamp. | Nicholas Nethercote | -2/+3 |
| 2022-05-20 | `bool` to custom enum | lcnr | -9/+14 |
| 2022-05-20 | move unique param check into `rustc_middle` | lcnr | -32/+87 |
| 2022-05-18 | Auto merge of #97019 - b-naber:transition-to-valtrees-pt1, r=oli-obk | bors | -5/+7 |
| 2022-05-17 | Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco | bors | -1/+8 |
| 2022-05-16 | use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons... | b-naber | -5/+7 |
| 2022-05-16 | Add a query for checking whether a function is an intrinsic. | Oli Scherer | -1/+8 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -2/+29 |
| 2022-05-14 | Add bound_explicit_item_bounds and bound_item_bounds | Jack Huey | -0/+14 |
| 2022-05-13 | Add bound_impl_trait_ref | Jack Huey | -0/+4 |
| 2022-05-13 | Add bound_fn_sig | Jack Huey | -0/+4 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -2/+6 |