| Age | Commit message (Expand) | Author | Lines |
| 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 #106934 - DrMeepster:offset_of, r=WaffleLapkin | bors | -0/+445 |
| 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-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 | 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 |
| 2023-04-19 | Auto merge of #110061 - WaffleLapkin:duality_of_myself_and_this, r=cjgillot | bors | -61/+233 |
| 2023-04-19 | Format missing GATs correctly | Michael Goulet | -1/+28 |
| 2023-04-19 | Auto merge of #106704 - ecnelises:big_archive, r=bjorn3 | bors | -1/+7 |
| 2023-04-19 | Extend and use `hir::Node::body_id` | Maybe Waffle | -61/+70 |
| 2023-04-19 | Add suggestion to use a closure arg instead of a capture on bck error | Maybe Waffle | -5/+55 |
| 2023-04-19 | Add test for `a.f(|this| a.g())` | Maybe Waffle | -0/+113 |
| 2023-04-19 | Make missing impl item suggestions more obvious that they're missing | Michael Goulet | -49/+39 |
| 2023-04-19 | Substitute missing item suggestion correctly | Michael Goulet | -3/+3 |
| 2023-04-19 | Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obk | bors | -393/+748 |
| 2023-04-19 | Bump version of object and related crates | Qiu Chaofan | -1/+7 |
| 2023-04-19 | Rollup merge of #110513 - Ezrashaw:fix-trait-const-name-lint, r=compiler-errors | Matthias Krüger | -0/+29 |
| 2023-04-19 | Rollup merge of #110510 - bryangarza:issue-110467-safe-transmute, r=compiler-... | Matthias Krüger | -0/+17 |
| 2023-04-19 | Rollup merge of #110432 - compiler-errors:unsatisfied-index-impl, r=cjgillot | Matthias Krüger | -0/+91 |
| 2023-04-19 | make `non_upper_case_globals` lint not report trait impls | Ezra Shaw | -0/+29 |
| 2023-04-19 | Auto merge of #110229 - jyn514:download-rustc-tests, r=albertlarsan68 | bors | -0/+7 |
| 2023-04-18 | Fix ICE for transmutability in candidate assembly | Bryan Garza | -0/+17 |
| 2023-04-18 | Test downstream errors from bad index expr | Michael Goulet | -28/+75 |
| 2023-04-18 | Report reason why index impl is not satisfied deeply | Michael Goulet | -0/+44 |
| 2023-04-18 | Auto merge of #110492 - GuillaumeGomez:rollup-n4tpbl4, r=GuillaumeGomez | bors | -8/+8 |
| 2023-04-18 | Rollup merge of #110441 - kadiwa4:typos, r=thomcc | Guillaume Gomez | -1/+1 |
| 2023-04-18 | Fix no_std tests that load libc when download-rustc is enabled | Joshua Nelson | -0/+7 |
| 2023-04-18 | Auto merge of #110478 - jyn514:stage1-fulldeps, r=albertlarsan68 | bors | -0/+22 |
| 2023-04-17 | Support `x test --stage 1 ui-fulldeps` | jyn | -0/+22 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -7/+7 |
| 2023-04-17 | Rollup merge of #110434 - compiler-errors:issue-110171, r=oli-obk | Matthias Krüger | -0/+31 |