| Age | Commit message (Expand) | Author | Lines |
| 2022-10-15 | Auto merge of #103083 - Dylan-DPC:rollup-97cvwdv, r=Dylan-DPC | bors | -0/+279 |
| 2022-10-15 | Rollup merge of #103041 - weihanglo:update-cargo, r=ehuss | Dylan DPC | -0/+0 |
| 2022-10-15 | Rollup merge of #103003 - TaKO8Ki:fix-102989, r=compiler-errors | Dylan DPC | -0/+75 |
| 2022-10-15 | Rollup merge of #102998 - nathanwhit:let-chains-drop-order, r=eholk | Dylan DPC | -0/+64 |
| 2022-10-15 | Rollup merge of #102954 - GuillaumeGomez:cfg-hide-attr-checks, r=Manishearth | Dylan DPC | -0/+51 |
| 2022-10-15 | Rollup merge of #102884 - petrochenkov:liferib, r=cjgillot | Dylan DPC | -0/+89 |
| 2022-10-15 | Auto merge of #101832 - compiler-errors:dyn-star-plus, r=eholk | bors | -17/+98 |
| 2022-10-15 | Auto merge of #99292 - Aaron1011:stability-use-tree, r=cjgillot | bors | -3/+38 |
| 2022-10-14 | Rollup merge of #103067 - Nilstrieb:tidy-likes-the-alphabet, r=jackh726 | Matthias Krüger | -7/+8 |
| 2022-10-14 | Rollup merge of #103054 - GuillaumeGomez:cleanup-rust-logo-test, r=notriddle | Matthias Krüger | -70/+26 |
| 2022-10-14 | Rollup merge of #103047 - GuillaumeGomez:update-browser-ui-test, r=notriddle | Matthias Krüger | -1/+1 |
| 2022-10-14 | Rollup merge of #103039 - RalfJung:checktools, r=Dylan-DPC | Matthias Krüger | -1/+3 |
| 2022-10-14 | Rollup merge of #102092 - kxxt:patch-1, r=joshtriplett | Matthias Krüger | -2/+8 |
| 2022-10-14 | Also run alphabetical check in src and library | nils | -6/+6 |
| 2022-10-14 | Add some tidy-alphabetical | nils | -1/+2 |
| 2022-10-15 | remove no_core feature | Takayuki Maeda | -28/+12 |
| 2022-10-14 | Auto merge of #102783 - RalfJung:tls, r=thomcc | bors | -2/+2 |
| 2022-10-14 | Clean up rust-logo rustdoc GUI test | Guillaume Gomez | -70/+26 |
| 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 | Update browser-ui-test version to fix some flaky tests | Guillaume Gomez | -1/+1 |
| 2022-10-14 | Add UI test for invalid `doc(cfg_hide(...))` attributes | Guillaume Gomez | -0/+51 |
| 2022-10-14 | Update cargo | Weihang Lo | -0/+0 |
| 2022-10-14 | wasm-ignore some tests that access thread-local private details | Ralf Jung | -2/+2 |
| 2022-10-14 | checktools: fix comments | Ralf Jung | -1/+3 |
| 2022-10-14 | Address nits, add test for implicit dyn-star coercion without feature gate | Michael Goulet | -0/+42 |
| 2022-10-14 | Remove CastCheckResult since it's unused | Michael Goulet | -12/+17 |
| 2022-10-14 | Add test | Michael Goulet | -0/+42 |
| 2022-10-14 | more dupe word typos | Rageking8 | -10/+8 |
| 2022-10-14 | Allow dyn* upcasting | Michael Goulet | -0/+33 |
| 2022-10-14 | normalize stderr | Takayuki Maeda | -9/+10 |
| 2022-10-14 | check if the self type is `ty::Float` before getting second substs | Takayuki Maeda | -0/+90 |
| 2022-10-14 | Make dyn* cast into a coercion | Michael Goulet | -6/+7 |
| 2022-10-13 | Validate MIR in the `drop_order` test | Nathan Whitaker | -0/+1 |
| 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 |