| Age | Commit message (Expand) | Author | Lines |
| 2023-04-21 | Clone region var origins instead of taking in borrowck | Michael Goulet | -2/+2 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -3/+3 |
| 2023-04-16 | use matches! macro in more places | Matthias Krüger | -4/+4 |
| 2023-04-12 | region error cleanup | lcnr | -141/+1 |
| 2023-04-06 | Remove u32 on BoundTyKind::Anon | Jack Huey | -1/+1 |
| 2023-04-06 | Use BoundTy and BoundRegion instead of kind of PlaceholderTy and PlaceholderR... | Jack Huey | -6/+10 |
| 2023-03-28 | Rollup merge of #109629 - aliemjay:remove-givens, r=lcnr | nils | -4/+0 |
| 2023-03-28 | Rollup merge of #102472 - lcnr:static-in-eval, r=jackh726 | nils | -6/+1 |
| 2023-03-26 | remove obsolete `givens` from regionck | Ali MJ Al-Nasrawy | -4/+0 |
| 2023-03-23 | Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgr | bors | -2/+2 |
| 2023-03-22 | assertion for only collection nll region variable information for debug in no... | b-naber | -0/+32 |
| 2023-03-22 | stop special-casing `'static` in evaluate | lcnr | -6/+1 |
| 2023-03-21 | enable `intercrate` in the solver `InferCtxt` | lcnr | -2/+2 |
| 2023-03-17 | Fast path that skips over unchanged obligations in process_obligations | The 8472 | -0/+32 |
| 2023-03-16 | Rollup merge of #109166 - lcnr:define_opaque_types-explicit, r=oli-obk | Matthias Krüger | -4/+6 |
| 2023-03-15 | always make `define_opaque_types` explicit | lcnr | -4/+6 |
| 2023-03-15 | Auto merge of #107376 - aliemjay:remove-givens, r=lcnr | bors | -4/+0 |
| 2023-03-14 | Don't make projection tys out of anon consts | Michael Goulet | -0/+1 |
| 2023-03-09 | Fix canonicalizer bug for int/float vars too | Michael Goulet | -0/+22 |
| 2023-03-09 | remove obsolete `givens` from regionck | Ali MJ Al-Nasrawy | -4/+0 |
| 2023-03-08 | Rollup merge of #108839 - compiler-errors:canonicalize-the-root-var, r=lcnr | Matthias Krüger | -0/+4 |
| 2023-03-07 | Canonicalize the ROOT VAR | Michael Goulet | -0/+4 |
| 2023-03-07 | Rollup merge of #108728 - tshepang:fix-and-improve, r=michaelwoerister | Yuki Okushi | -29/+32 |
| 2023-03-04 | infer: fix and improve comments | Tshepang Mbambo | -29/+32 |
| 2023-03-04 | field is not used outside the crate | Tshepang Mbambo | -3/+3 |
| 2023-02-28 | Some `infer/mod.rs` cleanups | Nilstrieb | -39/+11 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -10/+10 |
| 2023-02-21 | Rollup merge of #104239 - b-naber:sccs-info, r=jackh726 | Matthias Krüger | -0/+2 |
| 2023-02-21 | Make hidden type registration opt-in, so that each site can be reviewed on it... | Oli Scherer | -1/+1 |
| 2023-02-19 | collect region contexts during mir renumbering | b-naber | -0/+2 |
| 2023-02-16 | changes from review | Kyle Matsuda | -1/+7 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -1/+1 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -1/+3 |
| 2023-02-16 | Auto merge of #108020 - nnethercote:opt-mk_region, r=compiler-errors | bors | -1/+1 |
| 2023-02-15 | Rollup merge of #108010 - compiler-errors:can_eq-returns-bool, r=lcnr | Matthias Krüger | -14/+4 |
| 2023-02-15 | Add specialized variants of `mk_region`. | Nicholas Nethercote | -1/+1 |
| 2023-02-13 | Make can_eq and can_sub return booleans | Michael Goulet | -14/+4 |
| 2023-02-13 | Rename folder traits' `tcx` method to `interner` | Alan Egerton | -3/+3 |
| 2023-02-13 | Make folding traits generic over the Interner | Alan Egerton | -3/+3 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -1/+1 |
| 2023-02-13 | Reduce direct `mk_ty` usage. | Nicholas Nethercote | -2/+2 |
| 2023-02-10 | emit `AliasEq` when relating type and const aliases | Boxy | -0/+1 |
| 2023-02-07 | Replacing bound vars is actually instantiating a binder | Michael Goulet | -3/+10 |
| 2023-02-06 | Split and inline `ShallowResolver::fold_ty`. | Nicholas Nethercote | -24/+33 |
| 2023-02-06 | Improve early bailout test in `resolve_vars_if_possible`. | Nicholas Nethercote | -2/+2 |
| 2023-01-30 | Track bound types like bound regions | Michael Goulet | -3/+3 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -3/+3 |
| 2023-01-12 | Rollup merge of #106714 - Ezrashaw:remove-e0490, r=davidtwco | nils | -4/+0 |
| 2023-01-12 | remove unreachable error code `E0490` | Ezra Shaw | -4/+0 |
| 2023-01-11 | Move autoderef to rustc_hir_analysis | Michael Goulet | -0/+4 |