| Age | Commit message (Expand) | Author | Lines |
| 2022-10-14 | Rollup merge of #102092 - kxxt:patch-1, r=joshtriplett | Matthias Krüger | -2/+8 |
| 2022-10-14 | Auto merge of #102783 - RalfJung:tls, r=thomcc | bors | -2/+2 |
| 2022-10-14 | Rollup merge of #103031 - est31:match_guard_irrefutable_let, r=oli-obk | Dylan DPC | -14/+23 |
| 2022-10-14 | Rollup merge of #103025 - notriddle:notriddle/search-container-star, r=Guilla... | Dylan DPC | -3/+0 |
| 2022-10-14 | Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -10/+8 |
| 2022-10-14 | Rollup merge of #102938 - c410-f3r:here-we-go-again, r=petrochenkov | Dylan DPC | -30/+2 |
| 2022-10-14 | Rollup merge of #102914 - GuillaumeGomez:migrate-css-highlight-without-change... | Dylan DPC | -55/+162 |
| 2022-10-14 | Rollup merge of #102856 - cjgillot:impl-single-check, r=petrochenkov | Dylan DPC | -29/+30 |
| 2022-10-14 | wasm-ignore some tests that access thread-local private details | Ralf Jung | -2/+2 |
| 2022-10-14 | Add test | Michael Goulet | -0/+42 |
| 2022-10-14 | more dupe word typos | Rageking8 | -10/+8 |
| 2022-10-14 | Auto merge of #103026 - matthiaskrgr:rollup-gfmlfkt, r=matthiaskrgr | bors | -58/+331 |
| 2022-10-14 | Suppress irrefutable let patterns lint for prefixes in match guards | est31 | -14/+23 |
| 2022-10-14 | Rollup merge of #103016 - nbdd0121:enum, r=pnkfelix | Matthias Krüger | -24/+65 |
| 2022-10-14 | Rollup merge of #103011 - GuillaumeGomez:improve-unsafe-fn-gui-test, r=notriddle | Matthias Krüger | -32/+23 |
| 2022-10-14 | Rollup merge of #103008 - aliemjay:opaque-parent-substs, r=oli-obk | Matthias Krüger | -0/+194 |
| 2022-10-14 | Rollup merge of #103006 - WaffleLapkin:rustdoc_dont, r=compiler-errors | Matthias Krüger | -2/+19 |
| 2022-10-14 | Rollup merge of #103000 - wesleywiser:suggest_libname, r=compiler-errors | Matthias Krüger | -0/+30 |
| 2022-10-13 | Auto merge of #102700 - oli-obk:0xDEAD_TAIT, r=compiler-errors | bors | -7/+54 |
| 2022-10-13 | rustdoc: remove unused CSS `.search-container > *` | Michael Howell | -3/+0 |
| 2022-10-13 | Report duplicate definition in impls with overlap check. | Camille GILLOT | -29/+30 |
| 2022-10-13 | Fix test | Gary Guo | -1/+1 |
| 2022-10-13 | Bless tests | Gary Guo | -23/+47 |
| 2022-10-13 | Add test for issue 102389 | Gary Guo | -0/+17 |
| 2022-10-13 | replace ReErased with fresh region vars in opaque types | Ali MJ Al-Nasrawy | -0/+194 |
| 2022-10-13 | Move some tests to more reasonable directories | Caio | -30/+2 |
| 2022-10-13 | Add test for issue 102986 | Maybe Waffle | -0/+18 |
| 2022-10-13 | Improve code for unsafe-fn rustdoc GUI test | Guillaume Gomez | -31/+22 |
| 2022-10-13 | Update browser-ui-test version to 0.12.3 | Guillaume Gomez | -1/+1 |
| 2022-10-13 | Rollup merge of #102999 - compiler-errors:issue-102985, r=fee1-dead | Dylan DPC | -0/+37 |
| 2022-10-13 | Rollup merge of #102956 - TaKO8Ki:fix-102946, r=fee1-dead | Dylan DPC | -0/+33 |
| 2022-10-13 | Rollup merge of #102947 - compiler-errors:sort-elaborated-existentials, r=cjg... | Dylan DPC | -0/+25 |
| 2022-10-13 | Rollup merge of #102765 - TaKO8Ki:follow-up-to-102708, r=compiler-errors | Dylan DPC | -1/+24 |
| 2022-10-13 | Add suggestion to the "missing native library" error | Wesley Wiser | -0/+30 |
| 2022-10-13 | rustdoc: don't ICE on `TyKind::Typeof` | Maybe Waffle | -2/+1 |
| 2022-10-13 | Delay intrinsic call until after we've determined the callee is a function | Michael Goulet | -0/+37 |
| 2022-10-13 | Sort elaborated existential predicates in object_ty_for_trait | Michael Goulet | -0/+25 |
| 2022-10-13 | Rollup merge of #102980 - notriddle:notriddle/content, r=GuillaumeGomez | Yuki Okushi | -6/+3 |
| 2022-10-13 | Rollup merge of #102974 - Rageking8:fix-small-word-dupe-typos, r=JohnTitor | Yuki Okushi | -16/+16 |
| 2022-10-13 | Rollup merge of #102971 - est31:tidy_duplicate_lang_features, r=jyn514 | Yuki Okushi | -126/+137 |
| 2022-10-13 | Rollup merge of #102967 - Rageking8:add-test-for-issue-102964, r=TaKO8Ki | Yuki Okushi | -0/+29 |
| 2022-10-13 | Rollup merge of #102949 - RalfJung:should-skip-this, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2022-10-13 | Rollup merge of #102641 - eholk:dyn-star-box, r=compiler-errors | Yuki Okushi | -0/+17 |
| 2022-10-12 | tidy: error if a lang feature is already present | est31 | -126/+137 |
| 2022-10-12 | Auto merge of #101679 - compiler-errors:rpitit-default-body, r=nikomatsakis | bors | -95/+68 |
| 2022-10-12 | rustdoc: merge separate `.item-info` CSS | Michael Howell | -6/+3 |
| 2022-10-12 | Auto merge of #102975 - Dylan-DPC:rollup-vzuwsh2, r=Dylan-DPC | bors | -42/+337 |
| 2022-10-13 | fix small word dupe typos | Rageking8 | -16/+16 |
| 2022-10-12 | Rollup merge of #102940 - ehuss:update-books, r=ehuss | Dylan DPC | -0/+0 |
| 2022-10-12 | Rollup merge of #102936 - notriddle:notriddle/nav-sum, r=Dylan-DPC | Dylan DPC | -3/+0 |