| Age | Commit message (Expand) | Author | Lines |
| 2023-10-24 | Rollup merge of #117092 - matthewjasper:attribute-validation, r=compiler-errors | Matthias Krüger | -0/+95 |
| 2023-10-24 | Auto merge of #116773 - dtolnay:validatestable, r=compiler-errors | bors | -64/+74 |
| 2023-10-24 | Add regression test for #117058 | Matthew Jasper | -0/+95 |
| 2023-10-24 | Auto merge of #116435 - compiler-errors:re-erased, r=lcnr | bors | -0/+51 |
| 2023-10-24 | Introduce `-C instrument-coverage=branch` to gate branch coverage | Arpad Borsos | -4/+4 |
| 2023-10-24 | Augment `stringify.rs` test some more. | Nicholas Nethercote | -40/+38 |
| 2023-10-24 | Augment `stringify.rs` test. | Nicholas Nethercote | -2/+47 |
| 2023-10-24 | Redo `stringify.rs` test. | Nicholas Nethercote | -539/+412 |
| 2023-10-24 | tests/ui/abi/compatibility: Set min-llvm-version to 17 for LoongArch64 | WANG Rui | -0/+1 |
| 2023-10-24 | tests: Add features-gate for LoongArch | WANG Rui | -1/+2 |
| 2023-10-24 | Auto merge of #116300 - cjgillot:split-move, r=petrochenkov | bors | -11/+11 |
| 2023-10-23 | nits | Michael Goulet | -0/+12 |
| 2023-10-23 | coherence doesn't like region constraints | Michael Goulet | -3/+37 |
| 2023-10-23 | Consider regions | Michael Goulet | -0/+35 |
| 2023-10-23 | Make things work by using the new solver | Michael Goulet | -15/+9 |
| 2023-10-23 | Auto merge of #117103 - matthiaskrgr:rollup-96zuuom, r=matthiaskrgr | bors | -0/+33 |
| 2023-10-23 | When expecting closure argument but finding block provide suggestion | Esteban Küber | -0/+69 |
| 2023-10-23 | Rollup merge of #117046 - bvanjoi:fix-116186, r=oli-obk | Matthias Krüger | -0/+33 |
| 2023-10-23 | Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkov | bors | -24/+120 |
| 2023-10-23 | Let's see what those opaque types actually are | Michael Goulet | -1/+37 |
| 2023-10-23 | Handle ReErased in responses in new solver | Michael Goulet | -0/+15 |
| 2023-10-23 | Update `since` stability attributes in tests | David Tolnay | -61/+71 |
| 2023-10-23 | Fix stable feature names in tests | David Tolnay | -6/+6 |
| 2023-10-23 | Rollup merge of #117040 - Zalathar:instrument-coverage-ui, r=cjgillot | Matthias Krüger | -0/+39 |
| 2023-10-23 | Rollup merge of #116960 - lqd:applied-member-constraints-scope, r=matthewjasper | Matthias Krüger | -0/+105 |
| 2023-10-23 | return unfixed len if pat has reported error | bohan | -0/+33 |
| 2023-10-23 | Merge associated types with the other alias types | Oli Scherer | -17/+17 |
| 2023-10-23 | Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillot | bors | -168/+142 |
| 2023-10-23 | coverage: Add UI tests for values accepted by `-Cinstrument-coverage` | Zalathar | -0/+39 |
| 2023-10-23 | Auto merge of #115324 - francorbacho:master, r=davidtwco | bors | -0/+146 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -24/+120 |
| 2023-10-22 | Auto merge of #116256 - apekros:issue-114912, r=cjgillot | bors | -0/+33 |
| 2023-10-22 | Rollup merge of #117034 - Nadrieril:fix-117033, r=cjgillot | Matthias Krüger | -0/+7 |
| 2023-10-21 | Fix #117033 | Nadrieril | -0/+7 |
| 2023-10-21 | Rollup merge of #116992 - estebank:issue-69492, r=oli-obk | Matthias Krüger | -0/+10 |
| 2023-10-21 | Mention the syntax for `use` on `mod foo;` if `foo` doesn't exist | Esteban Küber | -0/+10 |
| 2023-10-21 | on unresolved import disambiguate suggested path if it would collide | León Orell Valerian Liehr | -6/+115 |
| 2023-10-21 | Auto merge of #117020 - matthiaskrgr:rollup-cg62m4h, r=matthiaskrgr | bors | -5/+34 |
| 2023-10-21 | Rollup merge of #117019 - lukas-code:for-await, r=compiler-errors | Matthias Krüger | -1/+19 |
| 2023-10-21 | Rollup merge of #116975 - ojeda:move-invalid-test, r=Nilstrieb | Matthias Krüger | -0/+0 |
| 2023-10-21 | Rollup merge of #106601 - estebank:match-semi, r=cjgillot | Matthias Krüger | -4/+15 |
| 2023-10-21 | fix spans for removing `.await` on `for` expressions | Lukas Markeffsky | -1/+19 |
| 2023-10-21 | Auto merge of #116734 - Nadrieril:lint-per-column, r=cjgillot | bors | -110/+232 |
| 2023-10-21 | Do not report errors from move path builder. | Camille GILLOT | -11/+11 |
| 2023-10-21 | Rollup merge of #116995 - estebank:issue-69944, r=compiler-errors | Matthias Krüger | -1/+6 |
| 2023-10-21 | Rollup merge of #116990 - estebank:issue-68445, r=cjgillot | Matthias Krüger | -0/+4 |
| 2023-10-21 | Rollup merge of #116961 - estebank:issue-60164, r=oli-obk | Matthias Krüger | -0/+24 |
| 2023-10-21 | Rollup merge of #116911 - estebank:issue-85378, r=oli-obk | Matthias Krüger | -0/+44 |
| 2023-10-20 | Point at assoc fn definition on type param divergence | Esteban Küber | -1/+6 |
| 2023-10-20 | Rename `generator` folder | Oli Scherer | -0/+0 |