| Age | Commit message (Expand) | Author | Lines |
| 2022-07-09 | Only register hidden types for opaque types from the current crate, nothing e... | Oli Scherer | -0/+1 |
| 2022-06-22 | Rollup merge of #97895 - nbdd0121:unlikely, r=estebank | Yuki Okushi | -1/+1 |
| 2022-06-19 | Auto merge of #98247 - jackh726:regionkind-rustc-type-ir, r=compiler-errors | bors | -78/+1 |
| 2022-06-19 | Rollup merge of #98136 - fee1-dead-contrib:rename_impl_constness, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-06-19 | Move RegionKind to rustc_type_ir | Jack Huey | -78/+1 |
| 2022-06-18 | Remove `likely!` and `unlikely!` macro from compiler | Gary Guo | -1/+1 |
| 2022-06-15 | Consume resolutions for lowering separately. | Camille GILLOT | -0/+5 |
| 2022-06-15 | Remove unused item_generics_num_lifetimes. | Camille GILLOT | -1/+0 |
| 2022-06-15 | Rename `impl_constness` to `constness` | Deadbeef | -1/+1 |
| 2022-06-14 | Separate `source_span` and `expn_that_defined` from `Definitions`. | Camille GILLOT | -1/+5 |
| 2022-06-14 | Make ResolverAstLowering a struct. | Camille GILLOT | -1/+28 |
| 2022-06-14 | Separate Definitions and CrateStore from ResolverOutputs. | Camille GILLOT | -3/+0 |
| 2022-06-14 | rebase | b-naber | -1/+1 |
| 2022-06-14 | address review | b-naber | -1/+8 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -13/+19 |
| 2022-06-08 | publicly export `ty::subst` in `ty` | lcnr | -1/+1 |
| 2022-06-08 | Folding revamp. | Nicholas Nethercote | -3/+5 |
| 2022-06-04 | Iterate over `maybe_unused_trait_imports` when checking dead trait imports | Elliot Roberts | -2/+2 |
| 2022-05-30 | Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errors | bors | -0/+5 |
| 2022-05-30 | Add a helper function for checking whether a default function in a trait can ... | Oli Scherer | -0/+5 |
| 2022-05-28 | Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ... | Michael Goulet | -20/+7 |
| 2022-05-28 | Remove some comments, inline interner fn | Michael Goulet | -1/+1 |
| 2022-05-28 | Fix TyKind lint, make consts no longer fn, etc | Michael Goulet | -4/+4 |
| 2022-05-28 | Initial fixes on top of type interner commit | Michael Goulet | -19/+34 |
| 2022-05-28 | Move things to rustc_type_ir | Wilco Kusee | -6/+6 |
| 2022-05-24 | Make Lazy not care about lifetimes until decode | Michael Goulet | -0/+2 |
| 2022-05-22 | factor out the rvalue lifetime rule | Ding Xiang Fei | -0/+2 |
| 2022-05-21 | Auto merge of #97239 - jhpratt:remove-crate-vis, r=joshtriplett | bors | -2/+2 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -2/+2 |
| 2022-05-20 | Auto merge of #95418 - cjgillot:more-disk, r=davidtwco | bors | -2/+2 |
| 2022-05-17 | Auto merge of #96825 - kckeiks:remove-item-like-visitor-trait, r=cjgillot | bors | -1/+1 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -3/+3 |
| 2022-05-14 | use opt_item_name to pattern match items with names | Miguel Guarniz | -1/+1 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -1/+1 |
| 2022-05-13 | Cache more queries on disk. | Camille GILLOT | -2/+2 |
| 2022-05-13 | Rollup merge of #96989 - cjgillot:defpath-use, r=davidtwco | Matthias Krüger | -6/+2 |
| 2022-05-12 | Correct comment. | Camille GILLOT | -6/+2 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -3/+3 |
| 2022-05-10 | update clippy | lcnr | -1/+1 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -17/+28 |
| 2022-05-10 | add check and don't encode `#[inline]` | lcnr | -0/+3 |
| 2022-05-10 | fix comment | lcnr | -3/+3 |
| 2022-05-10 | don't encode only locally used attrs | lcnr | -0/+4 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -9/+9 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -9/+9 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -9/+27 |
| 2022-04-23 | Compute has_pub_restricted in the resolver. | Camille GILLOT | -0/+2 |
| 2022-04-23 | Drop vis in Item. | Camille GILLOT | -17/+1 |
| 2022-04-19 | Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov | Dylan DPC | -4/+4 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -4/+4 |