| Age | Commit message (Expand) | Author | Lines |
| 2022-09-21 | Auto merge of #100096 - compiler-errors:fn-return-must-be-sized, r=jackh726 | bors | -1/+66 |
| 2022-09-20 | Auto merge of #102061 - notriddle:rollup-kwu9vp8, r=notriddle | bors | -0/+48 |
| 2022-09-20 | Rollup merge of #100250 - cjgillot:recover-token-stream, r=Aaron1011 | Michael Howell | -0/+48 |
| 2022-09-20 | Auto merge of #101989 - fee1-dead-contrib:const_trait_impl-assoc-caller-bound... | bors | -0/+14 |
| 2022-09-20 | Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank | bors | -24/+122 |
| 2022-09-20 | Auto merge of #102022 - matthiaskrgr:rollup-emwfjd1, r=matthiaskrgr | bors | -18/+77 |
| 2022-09-19 | Auto merge of #101894 - dingxiangfei2009:let-else-avoid-duplicate-storage-liv... | bors | -0/+19 |
| 2022-09-19 | Rollup merge of #101966 - crlf0710:emoji_unittest, r=Mark-Simulacrum | Matthias Krüger | -0/+69 |
| 2022-09-19 | Rollup merge of #101904 - Rageking8:fix-101712, r=oli-obk | Matthias Krüger | -18/+8 |
| 2022-09-19 | Auto merge of #101629 - compiler-errors:issue-101623, r=sanxiyn | bors | -1/+40 |
| 2022-09-19 | Auto merge of #101924 - jackh726:revert-static-hrtb-error, r=compiler-errors | bors | -0/+200 |
| 2022-09-18 | make projection bounds with const bounds satisfy const | Deadbeef | -0/+14 |
| 2022-09-18 | Add unit test for identifier Unicode emoji diagnostics | Charles Lew | -0/+69 |
| 2022-09-18 | add miri test via const fn | Ding Xiang Fei | -0/+19 |
| 2022-09-17 | Auto merge of #101949 - matthiaskrgr:rollup-xu5cqnd, r=matthiaskrgr | bors | -117/+107 |
| 2022-09-17 | Rollup merge of #101826 - andrewpollack:fix-joined-without-noop, r=Mark-Simul... | Matthias Krüger | -3/+1 |
| 2022-09-17 | Rollup merge of #101713 - Bryanskiy:AccessLevels, r=petrochenkov | Matthias Krüger | -114/+106 |
| 2022-09-17 | Rollup merge of #101801 - SparrowLii:query_depth_note, r=estebank | Matthias Krüger | -0/+42 |
| 2022-09-17 | Use Predicate ConstraintCategory when normalizing | Jack Huey | -0/+133 |
| 2022-09-17 | Rollup merge of #101807 - jackh726:no-gat-defaults, r=lcnr | Dylan DPC | -0/+54 |
| 2022-09-17 | Rollup merge of #101790 - TaKO8Ki:do-not-suggest-placeholder-to-const-and-sta... | Dylan DPC | -0/+28 |
| 2022-09-17 | Rollup merge of #98441 - calebzulawski:simd_as, r=oli-obk | Dylan DPC | -0/+33 |
| 2022-09-17 | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | -105/+78 |
| 2022-09-16 | Rollup merge of #101741 - andrewpollack:add-needs-unwind-ui-tests, r=tmandry | Michael Howell | -11/+21 |
| 2022-09-16 | Final bits | Jack Huey | -0/+67 |
| 2022-09-16 | Auto merge of #97800 - pnkfelix:issue-97463-fix-aarch64-call-abi-does-not-zer... | bors | -0/+39 |
| 2022-09-16 | Adding needs-unwind arg to applicable compiler ui tests | Andrew Pollack | -11/+21 |
| 2022-09-16 | fix typo in comment noted by bjorn3. | Felix S. Klock II | -1/+1 |
| 2022-09-16 | Auto merge of #101902 - jackh726:revert-static-hrtb-error, r=nikomatsakis | bors | -200/+73 |
| 2022-09-16 | add help for invalid inline argument | Rageking8 | -18/+8 |
| 2022-09-16 | Add test for #101844 | Jack Huey | -0/+73 |
| 2022-09-16 | Revert "Better errors for implied static bound" | Jack Huey | -67/+0 |
| 2022-09-16 | Revert "Use Predicate ConstraintCategory when normalizing" | Jack Huey | -133/+0 |
| 2022-09-16 | Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r... | Oli Scherer | -24/+122 |
| 2022-09-16 | Rollup merge of #101843 - chenyukang:fix-101797, r=oli-obk | Guillaume Gomez | -0/+28 |
| 2022-09-16 | Rollup merge of #101753 - oli-obk:tait_closure_args, r=compiler-errors | Dylan DPC | -8/+47 |
| 2022-09-16 | do not suggest a placeholder to const and static without a type | Takayuki Maeda | -0/+28 |
| 2022-09-15 | Auto merge of #101831 - compiler-errors:issue-75899, r=jackh726 | bors | -0/+39 |
| 2022-09-15 | Remove the let_else feature gate from the testsuite | est31 | -78/+62 |
| 2022-09-15 | Remove feature gate from let else suggestion | est31 | -8/+8 |
| 2022-09-15 | Stabilize the let_else feature | est31 | -19/+8 |
| 2022-09-16 | tweak suggestion | yukang | -1/+1 |
| 2022-09-15 | Auto merge of #101410 - dingxiangfei2009:fix-let-else-scoping, r=jackh726 | bors | -1/+22 |
| 2022-09-15 | fix #101797: Suggest associated const for incorrect use of let in traits | yukang | -0/+28 |
| 2022-09-15 | correct span, add help message and add UI test when query depth overflows | SparrowLii | -0/+42 |
| 2022-09-15 | Rollup merge of #101740 - andrewpollack:add-ignore-fuchsia-ui-tests, r=tmandry | Matthias Krüger | -0/+6 |
| 2022-09-15 | enclose else block in terminating scope | Ding Xiang Fei | -2/+1 |
| 2022-09-15 | add test for #99975 | Ding Xiang Fei | -0/+20 |
| 2022-09-15 | reorder nesting scopes and declare bindings without drop schedule | Ding Xiang Fei | -1/+3 |
| 2022-09-15 | Normalize struct types in confirm_builtin_unsize_candidate | Michael Goulet | -0/+39 |