| Age | Commit message (Expand) | Author | Lines |
| 2021-05-22 | Make THIR building a stealable query | LeSeulArtichaut | -1/+1 |
| 2021-04-08 | Fix outdated crate names in compiler docs | pierwill | -2/+2 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -34/+33 |
| 2021-03-31 | Track bound vars | Jack Huey | -43/+26 |
| 2021-03-31 | Add tcx lifetime to Binder | Jack Huey | -41/+41 |
| 2021-03-31 | count bound vars | Jack Huey | -6/+44 |
| 2021-03-31 | Add u32 for bound variables to Binder | Jack Huey | -10/+11 |
| 2021-03-27 | Address more review comments | Joshua Nelson | -0/+14 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -80/+1 |
| 2021-03-26 | fix doc comment for `ty::Dynamic | lcnr | -1/+1 |
| 2021-03-06 | Change x64 size checks to not apply to x32. | Harald van Dijk | -1/+1 |
| 2021-02-26 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+4 |
| 2021-02-24 | Auto merge of #82159 - BoxyUwU:uwu, r=varkor | bors | -47/+0 |
| 2021-02-23 | yeet | Ellen | -47/+0 |
| 2021-02-18 | Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726 | Dylan DPC | -29/+41 |
| 2021-02-15 | Parameterize `DynMetadata` over its `dyn SomeTrait` type | Simon Sapin | -1/+4 |
| 2021-02-15 | Add `ptr::Pointee` trait (for all types) and `ptr::metadata` function | Simon Sapin | -0/+45 |
| 2021-02-13 | Make ProjectionTy::trait_ref truncate substs again | Matthew Jasper | -11/+26 |
| 2021-02-13 | Avoid `trait_ref` when lowering ExistentialProjections | Matthew Jasper | -5/+18 |
| 2021-02-13 | Remove ProjectionTy::from_ref_and_name | Matthew Jasper | -16/+0 |
| 2021-02-12 | Auto merge of #81744 - rylev:overlapping-early-exit2, r=lcnr | bors | -0/+9 |
| 2021-02-12 | Short circuit full corherence check when dealing with types with different re... | Ryan Levick | -0/+9 |
| 2021-02-04 | use generic arguments of associated item in trait_ref method | b-naber | -1/+9 |
| 2021-02-02 | Bump rustfmt version | Mark Rousskov | -2/+8 |
| 2021-01-18 | Use `rustc_type_ir::{IntTy,UintTy,FloatTy} instead of the `rustc_ast` ones in... | LeSeulArtichaut | -9/+8 |
| 2021-01-18 | Move a few more types to `rustc_type_ir` | LeSeulArtichaut | -56/+1 |
| 2021-01-17 | Whitespace and typo | Jack Huey | -1/+1 |
| 2021-01-17 | Add comment about Encodable/Decodable impl | Jack Huey | -0/+2 |
| 2021-01-17 | Don't derive TyEncodable/TyDecodable for Binder | Jack Huey | -1/+1 |
| 2021-01-14 | Don't ICE when computing a layout of a generator tainted by errors | Tomasz Miąsko | -2/+2 |
| 2020-12-27 | Also show the displayed version of IntVar and FloatVar | Camelid | -2/+2 |
| 2020-12-26 | Document `InferTy` & co. | Camelid | -3/+30 |
| 2020-12-25 | Rollup merge of #80327 - PankajChaudhary5:PankajChaudhary, r=GuillaumeGomez | Dylan DPC | -4/+1 |
| 2020-12-23 | Updated the match with the matches macro | PankajChaudhary5 | -4/+1 |
| 2020-12-23 | Rollup merge of #80298 - PankajChaudhary5:PankajChaudhary, r=GuillaumeGomez | Guillaume Gomez | -8/+2 |
| 2020-12-22 | Improve the code quality by using matches macro | PankajChaudhary5 | -8/+2 |
| 2020-12-20 | Edit rustc_middle::ty::TyKind docs | pierwill | -3/+5 |
| 2020-12-18 | Make BoundRegion have a kind of BoungRegionKind | Jack Huey | -12/+20 |
| 2020-12-17 | Auto merge of #79945 - jackh726:existential_trait_ref, r=nikomatsakis | bors | -41/+19 |
| 2020-12-15 | Auto merge of #79922 - tmiasko:lower-discriminant, r=nagisa | bors | -4/+35 |
| 2020-12-12 | Auto merge of #79169 - LeSeulArtichaut:ty-lib, r=nikomatsakis | bors | -108/+2 |
| 2020-12-11 | Move binder for dyn to each list item | Jack Huey | -41/+19 |
| 2020-12-11 | Lower `discriminant_value` intrinsic | Tomasz Miąsko | -4/+35 |
| 2020-12-09 | Use Places for captures in MIR | Aman Arora | -0/+9 |
| 2020-12-02 | Create `rustc_ty_library` | LeSeulArtichaut | -108/+2 |
| 2020-11-29 | Auto merge of #78863 - KodrAus:feat/simd-array, r=oli-obk | bors | -17/+12 |
| 2020-11-23 | Use Option::map instead of open coding it | LingMan | -4/+1 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -1/+1 |
| 2020-11-15 | add a canary test for complex repr(simd) | Ashley Mannix | -1/+7 |
| 2020-11-13 | remove internal simd_size_and_ty from llvm backend | Ashley Mannix | -1/+6 |