| Age | Commit message (Expand) | Author | Lines |
| 2022-02-11 | Fix more chalk lowering issues | Matthew Jasper | -16/+22 |
| 2022-02-11 | Stop using a placeholder for empty regions in Chalk | Matthew Jasper | -60/+14 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -6/+0 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -0/+6 |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -3/+17 |
| 2022-01-18 | Rollup merge of #92640 - compiler-errors:array-deref-on-newtype, r=lcnr | Matthias Krüger | -4/+4 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -1/+3 |
| 2022-01-17 | Update term for use in more places | kadmin | -2/+14 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -2/+2 |
| 2022-01-15 | initial revert | Ellen | -13/+2 |
| 2022-01-12 | Canonicalize const variables correctly | Michael Goulet | -4/+4 |
| 2022-01-07 | Add `trait_item_def_id` to `AssocItem` | Matthew Jasper | -13/+3 |
| 2021-12-31 | Auto merge of #91929 - anuvratsingh:remove_in_band_lifetimes_compiler_rustc_t... | bors | -1/+1 |
| 2021-12-30 | Removed `in_band_lifetimes` from `rustc_traits` | Anuvrat | -1/+1 |
| 2021-12-22 | Update chalk to 0.75.0 | pierwill | -81/+82 |
| 2021-12-02 | Reduce boilerplate around infallible folders | Alan Egerton | -43/+35 |
| 2021-11-26 | Unwrap the results of type folders | LeSeulArtichaut | -21/+23 |
| 2021-11-26 | Adapt `TypeFolder` implementors to return a `Result` | LeSeulArtichaut | -14/+20 |
| 2021-10-08 | clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -4/+5 |
| 2021-08-26 | require a `tcx` for `TypeVisitor` | lcnr | -2/+12 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 |
| 2021-08-19 | introduce a Coerce predicate | Niko Matsakis | -0/+4 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -4/+4 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -17/+21 |
| 2021-03-31 | Add tcx lifetime to Binder | Jack Huey | -6/+11 |
| 2021-03-23 | Add has_default to GenericParamDefKind::Const | kadmin | -1/+1 |
| 2021-03-03 | Fix tests | Ryan Levick | -1/+1 |
| 2021-02-13 | Make ProjectionTy::trait_ref truncate substs again | Matthew Jasper | -5/+2 |
| 2021-02-02 | Update Chalk | Jack Huey | -3/+2 |
| 2021-02-01 | Upgrade Chalk | Jack Huey | -15/+120 |
| 2021-01-18 | Use ty::{IntTy,UintTy,FloatTy} in rustc | LeSeulArtichaut | -44/+42 |
| 2021-01-16 | Review changes | Jack Huey | -50/+50 |
| 2021-01-16 | Cleanup | Jack Huey | -20/+8 |
| 2020-12-27 | fix: small typo error in chalk/mod.rs | 0xflotus | -1/+1 |
| 2020-12-18 | Make BoundRegion have a kind of BoungRegionKind | Jack Huey | -45/+35 |
| 2020-12-11 | Move binder for dyn to each list item | Jack Huey | -29/+34 |
| 2020-11-17 | Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk | bors | -5/+5 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -15/+15 |
| 2020-11-14 | Introduce `TypeVisitor::BreakTy` | LeSeulArtichaut | -5/+5 |
| 2020-11-09 | Rollup merge of #78502 - matthewjasper:chalkup, r=nikomatsakis | Dylan DPC | -292/+304 |
| 2020-10-30 | Auto merge of #78182 - LeSeulArtichaut:ty-visitor-contolflow, r=lcnr,oli-obk | bors | -5/+6 |
| 2020-10-30 | Address review comment and update chalk to 0.36.0 | Matthew Jasper | -29/+29 |
| 2020-10-30 | Fix various Chalk lowering bugs | Matthew Jasper | -42/+128 |
| 2020-10-30 | Update chalk 0.32.0 -> 0.35.0 | Matthew Jasper | -250/+176 |
| 2020-10-30 | Fix some more clippy warnings | Joshua Nelson | -20/+20 |
| 2020-10-30 | Remove implicit `Continue` type | LeSeulArtichaut | -5/+5 |
| 2020-10-30 | TypeVisitor: use `ControlFlow` in rustc_{mir,privacy,traits,typeck} | LeSeulArtichaut | -5/+6 |
| 2020-10-16 | Review comments | Jack Huey | -8/+20 |