| Age | Commit message (Expand) | Author | Lines |
| 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 | Bless ui tests after typeck code change | Deadbeef | -123/+101 |
| 2022-09-16 | do const trait method bounds check later in rustc_const_eval | Deadbeef | -63/+89 |
| 2022-09-16 | bless tests | Deadbeef | -163/+228 |
| 2022-09-16 | Add test | Deadbeef | -0/+23 |
| 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 | Future-proof against loose bounds if default variant is non-exhaustive. | Daniel Henry-Mantilla | -1/+32 |
| 2022-09-15 | Auto merge of #101410 - dingxiangfei2009:fix-let-else-scoping, r=jackh726 | bors | -1/+22 |
| 2022-09-15 | more tweak on diagnostic messages | yukang | -21/+53 |
| 2022-09-15 | fix 101793, fix the wording of help msg for bitwise not | yukang | -6/+16 |
| 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 |
| 2022-09-15 | Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk | bors | -19/+74 |
| 2022-09-14 | Remove noop from test that expects no noop | Andrew Pollack | -3/+1 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -3/+134 |
| 2022-09-14 | Bless ui test. | Camille GILLOT | -11/+66 |
| 2022-09-14 | Disallow defaults on type GATs | Jack Huey | -0/+54 |
| 2022-09-14 | Compute `lint_levels` by definition | Deadbeef | -8/+8 |
| 2022-09-14 | change AccessLevels representation | Bryanskiy | -114/+106 |
| 2022-09-14 | Rollup merge of #101779 - eholk:drop-tracking-test-output, r=jyn514 | Dylan DPC | -72/+372 |
| 2022-09-14 | Prefer explict closure sig types over expected ones | Oli Scherer | -8/+47 |
| 2022-09-13 | Use Predicate ConstraintCategory when normalizing | Jack Huey | -0/+133 |
| 2022-09-13 | Better errors for implied static bound | Jack Huey | -0/+67 |
| 2022-09-13 | Update parsing test | Eric Holk | -3/+3 |
| 2022-09-13 | Update must_not_suspend/ref.rs | Eric Holk | -10/+37 |
| 2022-09-13 | Update partial-drop-partial-reinit.rs | Eric Holk | -7/+45 |
| 2022-09-13 | Update issue-65436-raw-ptr-not-send.rs | Eric Holk | -6/+10 |
| 2022-09-13 | Update issue-70935-complex-spans.rs | Eric Holk | -10/+11 |
| 2022-09-13 | Address code review comments | Eric Holk | -2/+7 |
| 2022-09-13 | Update issue-68114.rs | Eric Holk | -16/+103 |
| 2022-09-13 | Update issue-64130-4-async-move.rs | Eric Holk | -6/+36 |
| 2022-09-13 | Update async-await-let-else for drop tracking | Eric Holk | -17/+130 |
| 2022-09-13 | Auto merge of #101086 - cjgillot:thir-param, r=oli-obk | bors | -309/+111 |
| 2022-09-13 | Emit an error instead of reconstructing token stream. | Camille GILLOT | -1/+8 |
| 2022-09-13 | Manually cleanup token stream when macro expansion aborts. | Camille GILLOT | -0/+41 |