| Age | Commit message (Expand) | Author | Lines |
| 2023-02-09 | UI tests for -Z instrument-xray | Oleksii Lozovskyi | -0/+40 |
| 2023-02-09 | Parse "-Z instrument-xray" codegen option | Oleksii Lozovskyi | -0/+9 |
| 2023-02-08 | Rollup merge of #107777 - compiler-errors:derive_const-actually-derive-const,... | Matthias Krüger | -3/+24 |
| 2023-02-08 | Rollup merge of #107779 - compiler-errors:issue-107775, r=jackh726 | Matthias Krüger | -0/+56 |
| 2023-02-08 | Rollup merge of #107771 - estebank:ice-msg, r=compiler-errors | Matthias Krüger | -13/+8 |
| 2023-02-08 | Rollup merge of #107770 - notriddle:notriddle/br2nl, r=GuillaumeGomez | Matthias Krüger | -22/+47 |
| 2023-02-08 | Rollup merge of #107769 - compiler-errors:pointer-like, r=eholk | Matthias Krüger | -53/+55 |
| 2023-02-08 | Auto merge of #107688 - lukas-code:projection-with-lifetime, r=jackh726 | bors | -1/+65 |
| 2023-02-07 | Remove astconv usage in diagnostic | Michael Goulet | -0/+56 |
| 2023-02-07 | Add ~const bounds trait bounds when using derive_const | Michael Goulet | -0/+13 |
| 2023-02-07 | Expand const-if-const trait bounds correctly | Michael Goulet | -3/+11 |
| 2023-02-07 | Tweak ICE message | Esteban Küber | -13/+8 |
| 2023-02-07 | Rename PointerSized to PointerLike | Michael Goulet | -53/+55 |
| 2023-02-07 | rustdoc: use a newline instead of `<br>` to format code headers | Michael Howell | -22/+47 |
| 2023-02-07 | Auto merge of #107767 - matthiaskrgr:rollup-9m1qfso, r=matthiaskrgr | bors | -16/+344 |
| 2023-02-07 | Rollup merge of #107709 - tialaramex:master, r=compiler-errors | Matthias Krüger | -2/+55 |
| 2023-02-07 | Rollup merge of #107695 - Swatinem:futcallx3, r=compiler-errors | Matthias Krüger | -0/+96 |
| 2023-02-07 | Rollup merge of #107662 - cjgillot:copy-projection, r=oli-obk | Matthias Krüger | -1/+66 |
| 2023-02-07 | Rollup merge of #107555 - edward-shen:edward-shen/dup-trait-suggestion, r=com... | Matthias Krüger | -13/+100 |
| 2023-02-07 | Rollup merge of #100599 - MatthewPeterKelly:add-E0523-description-and-test, r... | Matthias Krüger | -0/+27 |
| 2023-02-07 | Auto merge of #107671 - CastilloDel:master, r=estebank | bors | -0/+79 |
| 2023-02-07 | Add test for Future inflating arg size to 3x | Arpad Borsos | -0/+96 |
| 2023-02-07 | Auto merge of #106180 - RalfJung:dereferenceable-generators, r=nbdd0121 | bors | -3/+29 |
| 2023-02-06 | Fix problem noticed in PR106859 with char -> u8 suggestion | Nick Lamb | -2/+55 |
| 2023-02-06 | Rollup merge of #107692 - Swatinem:printsizeyield, r=compiler-errors | Matthias Krüger | -10/+10 |
| 2023-02-06 | Rollup merge of #106477 - Nathan-Fenner:nathanf/refined-error-span-trait-impl... | Matthias Krüger | -14/+588 |
| 2023-02-06 | Modify existing bounds if they exist | Edward Shen | -13/+100 |
| 2023-02-06 | Auto merge of #107727 - Dylan-DPC:rollup-b1yexcl, r=Dylan-DPC | bors | -133/+550 |
| 2023-02-06 | Add `run-rustfix` to tests/ui/issues/issue-92741.rs | CastilloDel | -15/+29 |
| 2023-02-06 | Add more test cases to tests/ui/issues/issue-92741.rs | CastilloDel | -1/+41 |
| 2023-02-06 | Rollup merge of #107687 - cjgillot:sroa-2, r=oli-obk | Dylan DPC | -133/+334 |
| 2023-02-06 | Rollup merge of #107685 - jieyouxu:issue-90027, r=compiler-errors | Dylan DPC | -0/+57 |
| 2023-02-06 | Rollup merge of #107580 - lenko-d:default_value_for_a_lifetime_generic_parame... | Dylan DPC | -0/+14 |
| 2023-02-06 | Rollup merge of #107553 - edward-shen:edward-shen/suggest-null-ptr, r=WaffleL... | Dylan DPC | -0/+145 |
| 2023-02-06 | Auto merge of #103761 - chenyukang:yukang/fix-103320-must-use, r=compiler-errors | bors | -0/+94 |
| 2023-02-06 | Add extended error message for E0523 | Matthew Kelly | -0/+27 |
| 2023-02-06 | also do not add noalias on not-Unpin Box | Ralf Jung | -2/+8 |
| 2023-02-06 | make &mut !Unpin not dereferenceable | Ralf Jung | -1/+15 |
| 2023-02-06 | make PointerKind directly reflect pointer types | Ralf Jung | -0/+6 |
| 2023-02-06 | Suggest return type for async function without return type | 许杰友 Jieyou Xu (Joe) | -0/+57 |
| 2023-02-06 | Auto merge of #107141 - notriddle:notriddle/max-lev-distance-2023, r=Guillaum... | bors | -9/+24 |
| 2023-02-05 | yet another ui test | Lukas Markeffsky | -0/+42 |
| 2023-02-05 | Auto merge of #107526 - obeis:for-missing-iterator, r=estebank,compiler-errors | bors | -0/+18 |
| 2023-02-05 | Add UI test for issue #92741 | CastilloDel | -0/+25 |
| 2023-02-05 | Auto merge of #107663 - matthiaskrgr:107423-point-at-EOF-code, r=compiler-errors | bors | -0/+39 |
| 2023-02-05 | Sort Generator `print-type-sizes` according to their yield points | Arpad Borsos | -10/+10 |
| 2023-02-05 | Add ui test for missing expression in for loop | Obei Sideg | -0/+18 |
| 2023-02-05 | ReErased regions are local | Lukas Markeffsky | -1/+23 |
| 2023-02-05 | Auto merge of #102842 - rol1510:issue-85566-fix, r=notriddle | bors | -10/+44 |
| 2023-02-05 | Bless 32bit tests. | Camille GILLOT | -19/+21 |