| Age | Commit message (Expand) | Author | Lines |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -282/+288 |
| 2022-10-26 | Auto merge of #2622 - RalfJung:ci, r=RalfJung | bors | -7/+3 |
| 2022-10-26 | simplify GHA | Ralf Jung | -7/+3 |
| 2022-10-26 | Rollup merge of #103554 - notriddle:notriddle/summary-focus-visible, r=jsha | Dylan DPC | -0/+9 |
| 2022-10-26 | Rollup merge of #103543 - ehuss:update-books, r=ehuss | Dylan DPC | -0/+0 |
| 2022-10-26 | Rollup merge of #103428 - SarthakSingh31:issue-94187, r=compiler-errors | Dylan DPC | -0/+13 |
| 2022-10-26 | Rollup merge of #102706 - ferrocene:pa-ignore-doc-index, r=jyn514 | Dylan DPC | -18/+48 |
| 2022-10-26 | Rollup merge of #95710 - fee1-dead-contrib:stabilize_arbitrary_enum_discrimin... | Dylan DPC | -159/+12 |
| 2022-10-26 | test on windows-gnu target | Ralf Jung | -0/+1 |
| 2022-10-26 | Adjust normalization | mejrs | -22/+22 |
| 2022-10-26 | Auto merge of #103284 - compiler-errors:const-sad, r=oli-obk | bors | -3/+19 |
| 2022-10-26 | Add cargo miri to x.py check | Oli Scherer | -0/+2 |
| 2022-10-26 | stabilize `int_log` | Lukas Markeffsky | -2/+0 |
| 2022-10-26 | Update src/librustdoc/html/static/css/rustdoc.css | Michael Howell | -1/+2 |
| 2022-10-26 | Auto merge of #2620 - RalfJung:getname, r=RalfJung | bors | -36/+152 |
| 2022-10-26 | account for different max thread name lengths on different platforms | Ralf Jung | -7/+23 |
| 2022-10-26 | add pthread_getname_np | Ralf Jung | -31/+131 |
| 2022-10-26 | check lld version to choose correct flag for tests | Daniil Belov | -9/+22 |
| 2022-10-26 | Auto merge of #103562 - Dylan-DPC:rollup-sheepp5, r=Dylan-DPC | bors | -39/+343 |
| 2022-10-26 | tweak docs | Ralf Jung | -1/+4 |
| 2022-10-26 | Rollup merge of #103542 - scottmcm:invalid-macro-patterns, r=compiler-errors | Dylan DPC | -0/+28 |
| 2022-10-26 | Rollup merge of #103444 - chenyukang:yukang/fix-103425-extra-diag, r=davidtwco | Dylan DPC | -0/+44 |
| 2022-10-26 | Rollup merge of #103430 - cjgillot:receiver-attrs, r=petrochenkov | Dylan DPC | -14/+17 |
| 2022-10-26 | Rollup merge of #103416 - compiler-errors:rpit-named, r=cjgillot | Dylan DPC | -23/+23 |
| 2022-10-26 | Rollup merge of #103209 - Xiretza:multiple-suggestions, r=davidtwco | Dylan DPC | -2/+133 |
| 2022-10-26 | Rollup merge of #102951 - SparrowLii:type_annotation, r=estebank | Dylan DPC | -0/+98 |
| 2022-10-26 | Auto merge of #103279 - compiler-errors:normalize-hack-back, r=lcnr | bors | -0/+31 |
| 2022-10-25 | Modify ui tests to reflect the change | Byron Zhong | -10/+11 |
| 2022-10-26 | Auto merge of #103158 - Bryanskiy:resolve_perf, r=petrochenkov | bors | -6/+6 |
| 2022-10-26 | Update cargo | Weihang Lo | -0/+0 |
| 2022-10-25 | rustdoc: add visible focus outline to rustdoc-toggle | Michael Howell | -0/+8 |
| 2022-10-25 | diagnostics: add test case for issue 102354 | Michael Howell | -0/+34 |
| 2022-10-25 | Update books | Eric Huss | -0/+0 |
| 2022-10-25 | Rename, improve docs, fail better | Ben Kimock | -14/+44 |
| 2022-10-26 | add testcase for suggest self | yukang | -1/+28 |
| 2022-10-25 | Add regression test for inlined doc comment on impl block | Guillaume Gomez | -0/+13 |
| 2022-10-25 | Don't merge inline doc comments for impl blocks | Guillaume Gomez | -8/+35 |
| 2022-10-25 | Pinning tests for some macro_rules things discussed in the lang meeting | Scott McMurray | -0/+28 |
| 2022-10-25 | bless clippy | Ralf Jung | -34/+34 |
| 2022-10-25 | rustup | Ralf Jung | -1/+1 |
| 2022-10-25 | Merge branch 'master' of http://localhost:8000/rust-lang/rust.git:at_commit=7... | Ralf Jung | -5698/+14645 |
| 2022-10-25 | rustdoc: combine shared CSS between `.*-line-numbers` | Michael Howell | -32/+19 |
| 2022-10-26 | suggest calling the method of the same name when method not found | yukang | -4/+49 |
| 2022-10-25 | Name impl trait in region bound suggestion | Michael Goulet | -23/+23 |
| 2022-10-25 | Move a wf-check into the site where the value is instantiated | Oli Scherer | -12/+12 |
| 2022-10-25 | adopt to compiler changes | Maybe Waffle | -9/+20 |
| 2022-10-25 | add a test for gate `impl_trait_in_fn_trait_return` | Maybe Waffle | -0/+21 |
| 2022-10-25 | --bless | Maybe Waffle | -89/+106 |
| 2022-10-25 | Add even more tests for `impl Fn() -> impl Trait` | Maybe Waffle | -1/+53 |
| 2022-10-25 | Add more tests for `impl Fn() -> impl Trait` | Maybe Waffle | -0/+106 |