| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -2/+3 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -3/+2 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -1/+1 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -1/+1 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -5/+3 |
| 2022-04-27 | combine all unsized types and add another recursive call to process nested un... | b-naber | -1/+1 |
| 2022-04-26 | add hacky closure to struct_tail_with_normalize in order to allow us to walk ... | b-naber | -3/+11 |
| 2022-04-12 | Remove NodeIdHashingMode. | Camille GILLOT | -6/+1 |
| 2022-04-08 | Avoid looking at the internals of Interned directly | Oli Scherer | -23/+20 |
| 2022-04-07 | Document and rename the new wrapper type | Oli Scherer | -2/+4 |
| 2022-03-31 | Move stable hash from TyS into a datastructure that can be shared with other ... | Oli Scherer | -2/+2 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -1/+8 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-12 | Queryify `is_doc_hidden` | Noah Lev | -2/+10 |
| 2022-03-12 | Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead | bors | -4/+4 |