| Age | Commit message (Expand) | Author | Lines |
| 2023-04-25 | Rollup merge of #110590 - oli-obk:object_safe_assoc_types, r=jackh726 | Yuki Okushi | -0/+141 |
| 2023-04-25 | Rollup merge of #110480 - whtahy:105107/known-bug-tests-for-unsound-issues, r... | Yuki Okushi | -0/+348 |
| 2023-04-24 | Rollup merge of #110566 - compiler-errors:bad-projection-term, r=cjgillot,Box... | Matthias Krüger | -0/+33 |
| 2023-04-24 | Rollup merge of #110255 - clubby789:proc-macro-test-help, r=jackh726 | Matthias Krüger | -0/+26 |
| 2023-04-23 | Don't create projection ty for const projection | Michael Goulet | -0/+33 |
| 2023-04-23 | Rollup merge of #110700 - compiler-errors:fn-ret-fn, r=oli-obk | Matthias Krüger | -0/+26 |
| 2023-04-23 | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | -314/+303 |
| 2023-04-22 | Don't infer fn return type to return itself | Michael Goulet | -0/+26 |
| 2023-04-22 | add known-bug test for unsound issue 104005 | whtahy | -0/+37 |
| 2023-04-22 | add known-bug test for unsound issue 100051 | whtahy | -0/+31 |
| 2023-04-22 | add known-bug test for unsound issue 100041 | whtahy | -0/+19 |
| 2023-04-22 | add known-bug test for unsound issue 98117 | whtahy | -0/+23 |
| 2023-04-22 | Auto merge of #109753 - compiler-errors:replenish-region-constraints, r=aliemjay | bors | -0/+23 |
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -286/+3 |
| 2023-04-22 | Auto merge of #104844 - cjgillot:mention-eval-place, r=jackh726,RalfJung | bors | -3/+108 |
| 2023-04-22 | add known-bug test for unsound issue 85099 | whtahy | -0/+68 |
| 2023-04-22 | add known-bug test for unsound issue 84591 | whtahy | -0/+39 |
| 2023-04-22 | add known-bug test for unsound issue 84533 | whtahy | -0/+37 |
| 2023-04-22 | add known-bug test for unsound issue 84366 | whtahy | -0/+15 |
| 2023-04-22 | add known-bug test for unsound issue 57893 | whtahy | -0/+25 |
| 2023-04-22 | add known-bug test for unsound issue 49206 | whtahy | -0/+38 |
| 2023-04-22 | add known-bug test for unsound issue 25860 | whtahy | -0/+16 |
| 2023-04-22 | Auto merge of #110469 - compiler-errors:encode-lt-param-span, r=oli-obk | bors | -30/+48 |
| 2023-04-22 | Encode lifetime param spans too | Michael Goulet | -30/+48 |
| 2023-04-22 | Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkin | bors | -0/+445 |
| 2023-04-21 | Run `check_match` and `check_liveness` when MIR is built instead of having an... | Oli Scherer | -299/+300 |
| 2023-04-21 | Leave it to the query system to invoke the typeck query instead of invoking i... | Oli Scherer | -15/+3 |
| 2023-04-21 | Evaluate place expression in `PlaceMention`. | Camille GILLOT | -3/+108 |
| 2023-04-21 | Ensure mir_drops_elaborated_and_const_checked when requiring codegen. | Camille GILLOT | -39/+24 |
| 2023-04-21 | major test improvements | DrMeepster | -10/+240 |
| 2023-04-21 | bless | DrMeepster | -6/+6 |
| 2023-04-21 | fmt | DrMeepster | -6/+8 |
| 2023-04-21 | fix incorrect param env in dead code lint | DrMeepster | -0/+40 |
| 2023-04-21 | test improvements | DrMeepster | -1/+36 |
| 2023-04-21 | offset_of | DrMeepster | -0/+138 |
| 2023-04-21 | Auto merge of #96840 - cjgillot:query-feed, r=oli-obk | bors | -6/+6 |
| 2023-04-21 | Rollup merge of #110578 - bvanjoi:fix-issue-110547, r=jackh726 | Matthias Krüger | -0/+36 |
| 2023-04-21 | Rollup merge of #110555 - compiler-errors:subst-missing-trait-items, r=cjgillot | Matthias Krüger | -51/+68 |
| 2023-04-21 | Auto merge of #110370 - c410-f3r:dqewdas, r=petrochenkov | bors | -98/+0 |
| 2023-04-21 | fix(error): normalize whitespace during msg_to_buffer | bohan | -0/+36 |
| 2023-04-21 | Clone region var origins instead of taking in borrowck | Michael Goulet | -0/+23 |
| 2023-04-20 | Move test files | Caio | -98/+0 |
| 2023-04-20 | Give more descriptive names to queries. | Camille GILLOT | -5/+5 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -1/+1 |
| 2023-04-20 | Add some tests around (lack of) object safety of associated types and consts | Oli Scherer | -0/+141 |
| 2023-04-20 | Rollup merge of #110575 - Ezrashaw:fix-regression-110573, r=compiler-errors | Yuki Okushi | -0/+12 |
| 2023-04-20 | Rollup merge of #102341 - jmillikin:nonzero-impl-neg, r=dtolnay | Yuki Okushi | -0/+12 |
| 2023-04-20 | Implement `Neg` for signed non-zero integers. | John Millikin | -0/+12 |
| 2023-04-20 | reimpl `make non_upper_case_globals lint not report trait impls` | Ezra Shaw | -0/+12 |
| 2023-04-20 | Auto merge of #110399 - cjgillot:infer-variance, r=aliemjay | bors | -0/+51 |