| Age | Commit message (Expand) | Author | Lines |
| 2023-02-18 | Rollup merge of #108186 - compiler-errors:closures-with-late-bound-types-r-ba... | Matthias Krüger | -85/+114 |
| 2023-02-18 | Move late-bound arg type checks to resolve_bound_vars | Michael Goulet | -85/+114 |
| 2023-02-18 | Auto merge of #108112 - nnethercote:clarify-iterator-interners, r=oli-obk,com... | bors | -27/+14 |
| 2023-02-17 | Auto merge of #108075 - WaffleLapkin:de-arena-allocates-you-OwO, r=Nilstrieb | bors | -54/+54 |
| 2023-02-17 | Replace more `mk_foo` calls with `infer_foo`. | Nicholas Nethercote | -10/+6 |
| 2023-02-17 | Use `IntoIterator` for `mk_fn_sig`. | Nicholas Nethercote | -16/+7 |
| 2023-02-17 | Replace `mk_foo` calls with `infer_foo` where possible. | Nicholas Nethercote | -1/+1 |
| 2023-02-17 | add predicate evaluation logic | Boxy | -5/+62 |
| 2023-02-17 | Add `Clause::ConstArgHasType` variant | Boxy | -1/+3 |
| 2023-02-17 | Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU | bors | -71/+84 |
| 2023-02-16 | fix new usage of type_of | Kyle Matsuda | -1/+1 |
| 2023-02-16 | changes from review | Kyle Matsuda | -2/+10 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -79/+71 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -59/+72 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -203/+306 |
| 2023-02-16 | Move call trait lang item malformed check to typeck | Michael Goulet | -51/+1 |
| 2023-02-16 | Auto merge of #108127 - matthiaskrgr:rollup-kpzfc6j, r=matthiaskrgr | bors | -8/+3 |
| 2023-02-16 | Auto merge of #108020 - nnethercote:opt-mk_region, r=compiler-errors | bors | -58/+49 |
| 2023-02-16 | Replace some `then`s with some `then_some`s | Maybe Waffle | -1/+1 |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -7/+2 |
| 2023-02-16 | Rollup merge of #108103 - matthiaskrgr:lice, r=compiler-errors | Dylan DPC | -2/+2 |
| 2023-02-16 | Deny some late-bound ty/ct in some positions, add tests | Michael Goulet | -3/+47 |
| 2023-02-16 | A bit more work on late-bound consts | Michael Goulet | -5/+1 |
| 2023-02-16 | Make things actually work | Michael Goulet | -89/+141 |
| 2023-02-16 | Rename some region-specific stuff | Michael Goulet | -127/+138 |
| 2023-02-16 | be nice and don't slice | Matthias Krüger | -2/+2 |
| 2023-02-15 | Rollup merge of #108010 - compiler-errors:can_eq-returns-bool, r=lcnr | Matthias Krüger | -3/+2 |
| 2023-02-15 | Copy `ty::AssocItem` all other the place | Maybe Waffle | -54/+54 |
| 2023-02-15 | Auto merge of #108006 - cjgillot:def-impl, r=oli-obk | bors | -200/+143 |
| 2023-02-15 | Add specialized variants of `mk_region`. | Nicholas Nethercote | -58/+49 |
| 2023-02-14 | Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgr | bors | -5/+7 |
| 2023-02-14 | Move query out of path. | Camille GILLOT | -2/+7 |
| 2023-02-14 | Even less HIR. | Camille GILLOT | -33/+28 |
| 2023-02-14 | Fetch less HIR in signature check. | Camille GILLOT | -111/+72 |
| 2023-02-14 | Do not fetch HIR for inherent impls. | Camille GILLOT | -56/+36 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -16/+18 |
| 2023-02-14 | add a `#[rustc_coinductive]` attribute | lcnr | -5/+7 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -1/+1 |
| 2023-02-13 | Rollup merge of #107942 - compiler-errors:tighter-inherent-impl-bad-spans, r=... | Matthias Krüger | -16/+17 |
| 2023-02-13 | Make can_eq and can_sub return booleans | Michael Goulet | -3/+2 |
| 2023-02-13 | Tighter spans for bad inherent impl types | Michael Goulet | -16/+17 |
| 2023-02-13 | Rename folder traits' `tcx` method to `interner` | Alan Egerton | -7/+7 |
| 2023-02-13 | Make folding traits generic over the Interner | Alan Egerton | -4/+4 |
| 2023-02-13 | Make visiting traits generic over the Interner | Alan Egerton | -8/+8 |
| 2023-02-13 | Workaround issue #107747 | Alan Egerton | -1/+3 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -12/+12 |
| 2023-02-13 | Reduce direct `mk_ty` usage. | Nicholas Nethercote | -6/+5 |
| 2023-02-11 | Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnr | bors | -0/+3 |
| 2023-02-10 | add `AliasEq` to `PredicateKind` | Boxy | -0/+3 |
| 2023-02-09 | Use `ErrorGuaranteed` more in `ReError` | Esteban Küber | -5/+5 |