| Age | Commit message (Expand) | Author | Lines |
| 2023-09-11 | add `is_host_effect` to `GenericParamDefKind::Const` and address review | Deadbeef | -3/+6 |
| 2023-09-11 | explain why DispatchFromDyn does the check it does | Ralf Jung | -0/+8 |
| 2023-09-08 | E0220: only suggests associated types if there's only one candidate | Lieselotte | -25/+19 |
| 2023-09-08 | Improve "associated type not found" diagnostics | Lieselotte | -11/+42 |
| 2023-09-08 | Stabilize impl_trait_projections | Michael Goulet | -132/+3 |
| 2023-09-07 | Add note | Michael Goulet | -0/+1 |
| 2023-09-07 | Don't emit refining_impl_trait for private items | Michael Goulet | -0/+28 |
| 2023-09-07 | Use self instead of the actual self ty | Michael Goulet | -3/+15 |
| 2023-09-07 | Implement refinement lint for RPITIT | Michael Goulet | -0/+294 |
| 2023-09-06 | Auto merge of #115401 - Zoxc:freeze, r=oli-obk | bors | -0/+4 |
| 2023-09-05 | Correctly deny late-bound lifetimes from parent in anon consts and TAITs | Michael Goulet | -26/+65 |
| 2023-09-02 | Freeze `Definitions` earlier | John Kåre Alsaker | -0/+4 |
| 2023-09-01 | Don't manually walk through param indices when adding implicit Sized and Cons... | Michael Goulet | -129/+145 |
| 2023-09-01 | Auto merge of #113201 - oli-obk:recursive_type_alias, r=estebank,compiler-errors | bors | -7/+12 |
| 2023-08-30 | rustc_layout_scalar_valid_range makes ctors unsafe | Michael Goulet | -8/+9 |
| 2023-08-30 | Permit recursive weak type aliases | Oli Scherer | -7/+12 |
| 2023-08-30 | Revert "Auto merge of #102417 - oli-obk:opaque_lifetimes2, r=jackh726" | Oli Scherer | -1/+9 |
| 2023-08-30 | Auto merge of #114908 - cjgillot:no-let-under, r=compiler-errors | bors | -1/+1 |
| 2023-08-29 | repr(transparent): it's fine if the one non-1-ZST field is a ZST | Ralf Jung | -37/+21 |
| 2023-08-29 | some more is_zst that should be is_1zst | Ralf Jung | -2/+2 |
| 2023-08-28 | Auto merge of #115326 - matthiaskrgr:rollup-qsoa8ar, r=matthiaskrgr | bors | -77/+100 |
| 2023-08-28 | Test variances of opaque captures | Michael Goulet | -0/+15 |
| 2023-08-27 | More precisely detect cycle errors from type_of on opaque | Michael Goulet | -77/+100 |
| 2023-08-23 | Allow MaybeUninit in input and output of inline assembly | Taiki Endo | -19/+34 |
| 2023-08-22 | Rollup merge of #115077 - estebank:issue-115019, r=compiler-errors | Michael Goulet | -1/+15 |
| 2023-08-22 | Do not emit invalid suggestion in E0191 when spans overlap | Esteban Küber | -1/+15 |
| 2023-08-22 | unknown unstable lint command line | mojave2 | -0/+1 |
| 2023-08-20 | Add projection obligations when comparing impl too | Jack Huey | -1/+8 |
| 2023-08-19 | Do not compute unneeded results. | Camille GILLOT | -1/+1 |
| 2023-08-16 | Rollup merge of #114746 - compiler-errors:atb-no-const, r=TaKO8Ki | Matthias Krüger | -10/+28 |
| 2023-08-15 | Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naber | Guillaume Gomez | -9/+9 |
| 2023-08-14 | Rollup merge of #114752 - RickleAndMortimer:issue-113788-fix, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-08-14 | fixed *const [type error] does not implement the Copy trait | nxya | -1/+1 |
| 2023-08-14 | Use `{Local}ModDefId` in many queries | Nilstrieb | -8/+8 |
| 2023-08-14 | Auto merge of #114787 - compiler-errors:issue-114783, r=jackh726 | bors | -1/+10 |
| 2023-08-13 | Select obligations before processing wf obligation in compare_method_predicat... | Michael Goulet | -1/+10 |
| 2023-08-13 | Add typed `{Local}DefId` for modules | Nilstrieb | -1/+1 |
| 2023-08-12 | Opaques do not constrain generic params | Michael Goulet | -1/+1 |
| 2023-08-11 | Only check outlives goals on impl compared to trait | Jack Huey | -12/+39 |
| 2023-08-11 | Don't add associated type bound for non-types | Michael Goulet | -10/+28 |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -32/+55 |
| 2023-08-08 | Auto merge of #114602 - compiler-errors:rpit-outlives-sadness, r=oli-obk | bors | -190/+56 |
| 2023-08-08 | Simplify via map_rpit_lifetime_to_fn_lifetime | Michael Goulet | -144/+11 |
| 2023-08-08 | Stop using identity args for opaque type wf checks and instead load the args ... | Oli Scherer | -76/+113 |
| 2023-08-08 | Install bidirectional outlives predicates for RPITITs (and RPITs) correctly | Michael Goulet | -66/+28 |
| 2023-08-08 | Unconditionally record lifetime mapping | Michael Goulet | -1/+1 |
| 2023-08-08 | Rollup merge of #114594 - compiler-errors:new-solver-resolve-aliases, r=lcnr | Matthias Krüger | -1/+1 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -22/+21 |
| 2023-08-07 | Structurally normalize weak and inherent too | Michael Goulet | -1/+1 |
| 2023-08-07 | Fix ICE | Deadbeef | -17/+48 |