| Age | Commit message (Expand) | Author | Lines |
| 2023-02-16 | Deny some late-bound ty/ct in some positions, add tests | Michael Goulet | -4/+49 |
| 2023-02-16 | A bit more work on late-bound consts | Michael Goulet | -14/+23 |
| 2023-02-16 | Be better about bound vars | Michael Goulet | -5/+12 |
| 2023-02-16 | Make things actually work | Michael Goulet | -93/+151 |
| 2023-02-16 | Rename some region-specific stuff | Michael Goulet | -167/+178 |
| 2023-02-16 | Add feature gate for non_lifetime_binders | Michael Goulet | -45/+77 |
| 2023-02-16 | Auto merge of #108096 - matthiaskrgr:rollup-ncexzf6, r=matthiaskrgr | bors | -364/+636 |
| 2023-02-16 | be nice and don't slice | Matthias Krüger | -2/+2 |
| 2023-02-15 | simplify some refs | Matthias Krüger | -4/+4 |
| 2023-02-15 | don't clone types that are copy | Matthias Krüger | -7/+6 |
| 2023-02-15 | use chars instead of strings where applicable | Matthias Krüger | -1/+1 |
| 2023-02-15 | exhaustive matching in get_ambient_variance | b-naber | -1/+9 |
| 2023-02-15 | Auto merge of #108012 - compiler-errors:issue-107999, r=oli-obk | bors | -56/+74 |
| 2023-02-15 | Rollup merge of #108066 - compiler-errors:better-labels-for-bad-impl-trait, r... | Matthias Krüger | -19/+44 |
| 2023-02-15 | Rollup merge of #108049 - clubby789:dont-suggest-unstable, r=compiler-errors | Matthias Krüger | -1/+3 |
| 2023-02-15 | Rollup merge of #108047 - oli-obk:machine->🞋, r=RalfJung | Matthias Krüger | -70/+70 |
| 2023-02-15 | Rollup merge of #108010 - compiler-errors:can_eq-returns-bool, r=lcnr | Matthias Krüger | -43/+33 |
| 2023-02-15 | Rollup merge of #107034 - IntQuant:issue-100717-infer-5, r=oli-obk | Matthias Krüger | -231/+486 |
| 2023-02-15 | Copy `ty::AssocItem` all other the place | Maybe Waffle | -96/+89 |
| 2023-02-15 | Remove `arena_cache` modifier from queries which return `Copy` types | Maybe Waffle | -2/+1 |
| 2023-02-15 | Skip method calls with arity mismatch | Martin Gammelsæter | -1/+7 |
| 2023-02-15 | Auto merge of #108006 - cjgillot:def-impl, r=oli-obk | bors | -372/+282 |
| 2023-02-15 | wasm: Register the `relaxed-simd` target feature | Alex Crichton | -0/+1 |
| 2023-02-15 | Don't suggest `#[doc(hidden)]` methods | clubby789 | -1/+3 |
| 2023-02-15 | Use target instead of machine for mir interpreter integer handling. | Oli Scherer | -70/+70 |
| 2023-02-15 | Auto merge of #108070 - Dylan-DPC:rollup-v6xw7vk, r=Dylan-DPC | bors | -439/+664 |
| 2023-02-15 | Rollup merge of #108032 - oli-obk:un📦ing_resolver, r=petrochenkov | Dylan DPC | -177/+97 |
| 2023-02-15 | Rollup merge of #107968 - ian-h-chamberlain:feature/3ds-enable-thread-local, ... | Dylan DPC | -2/+1 |
| 2023-02-15 | Rollup merge of #107411 - cjgillot:dataflow-discriminant, r=oli-obk | Dylan DPC | -102/+331 |
| 2023-02-15 | Rollup merge of #107173 - clubby789:suggest-array-length, r=compiler-errors | Dylan DPC | -0/+65 |
| 2023-02-15 | Rollup merge of #107163 - mikebenfield:parameters-pr, r=TaKO8Ki | Dylan DPC | -147/+146 |
| 2023-02-15 | Rollup merge of #105300 - aliemjay:member-lower, r=oli-obk | Dylan DPC | -11/+24 |
| 2023-02-15 | Auto merge of #107940 - BoxyUwU:const_ty_assertion_use_semantic_equality, r=c... | bors | -22/+59 |
| 2023-02-14 | Add `kernel-address` sanitizer support for freestanding targets | Wesley Norris | -12/+38 |
| 2023-02-14 | Better label for illegal impl trait types | Michael Goulet | -19/+44 |
| 2023-02-14 | Make permit_uninit/zero_init fallible | Michael Goulet | -61/+74 |
| 2023-02-15 | Replace an unnecessary `mk_ty` call with `mk_array`. | Nicholas Nethercote | -5/+2 |
| 2023-02-15 | Pre-intern some `ReVar`s and `ReLateBound`s. | Nicholas Nethercote | -4/+59 |
| 2023-02-15 | Add specialized variants of `mk_region`. | Nicholas Nethercote | -173/+196 |
| 2023-02-15 | Remove `reuse_or_mk_region`. | Nicholas Nethercote | -11/+4 |
| 2023-02-14 | Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgr | bors | -2527/+2956 |
| 2023-02-14 | Move query out of path. | Camille GILLOT | -4/+9 |
| 2023-02-14 | Even less HIR. | Camille GILLOT | -33/+28 |
| 2023-02-14 | Do not fetch HIR to check target features. | Camille GILLOT | -8/+5 |
| 2023-02-14 | Do not fetch HIR to compute symbols. | Camille GILLOT | -33/+34 |
| 2023-02-14 | Do not fetch HIR to monomorphize impls. | Camille GILLOT | -72/+42 |
| 2023-02-14 | Fetch less HIR in signature check. | Camille GILLOT | -111/+72 |
| 2023-02-14 | Do not fetch HIR for reachable. | Camille GILLOT | -16/+13 |
| 2023-02-14 | Re-add replacement logic and add comment explaining it | Esteban Küber | -14/+38 |
| 2023-02-14 | Show the effects of weird code commented out | Esteban Küber | -14/+14 |