| Age | Commit message (Expand) | Author | Lines |
| 2022-09-16 | Rollup merge of #101868 - notriddle:notriddle/short-links-jump-to-definition,... | Guillaume Gomez | -15/+15 |
| 2022-09-16 | Rollup merge of #101843 - chenyukang:fix-101797, r=oli-obk | Guillaume Gomez | -0/+28 |
| 2022-09-16 | Rollup merge of #101809 - aDotInTheVoid:jsondoclint, r=GuillaumeGomez | Dylan DPC | -0/+10 |
| 2022-09-16 | Rollup merge of #101753 - oli-obk:tait_closure_args, r=compiler-errors | Dylan DPC | -9/+48 |
| 2022-09-16 | Rollup merge of #101738 - dpaoliello:linkname, r=petrochenkov | Dylan DPC | -0/+137 |
| 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 | rustdoc: fix test cases | Michael Howell | -15/+15 |
| 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 #101828 - aDotInTheVoid:test-101743, r=jsha | Matthias Krüger | -0/+19 |
| 2022-09-15 | Rollup merge of #101778 - notriddle:notriddle/docblock-short-p, r=GuillaumeGomez | Matthias Krüger | -32/+20 |
| 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 | Add test for #101743 | Nixon Enraght-Moony | -0/+19 |
| 2022-09-14 | rustdoc: add test cases for turning ``[Vec<T>]`` into ``[`Vec<T>`]`` | Michael Howell | -1/+43 |
| 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 | address review again | b-naber | -374/+12 |
| 2022-09-14 | Rustdoc-Json: Add test for extern_types | Nixon Enraght-Moony | -0/+10 |
| 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 | -9/+48 |
| 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 | rustdoc: clean up DOM by removing `.dockblock-short p` | Michael Howell | -32/+20 |
| 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 |