| Age | Commit message (Expand) | Author | Lines |
| 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 #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -7/+5 |
| 2022-10-14 | Rollup merge of #102938 - c410-f3r:here-we-go-again, r=petrochenkov | Dylan DPC | -28/+0 |
| 2022-10-14 | Rollup merge of #102914 - GuillaumeGomez:migrate-css-highlight-without-change... | Dylan DPC | -1/+73 |
| 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 | -7/+5 |
| 2022-10-14 | Auto merge of #103026 - matthiaskrgr:rollup-gfmlfkt, r=matthiaskrgr | bors | -55/+329 |
| 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 | -31/+22 |
| 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 | -0/+18 |
| 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 | 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 | -28/+0 |
| 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 | 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 | 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 #102974 - Rageking8:fix-small-word-dupe-typos, r=JohnTitor | Yuki Okushi | -16/+16 |
| 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 #102641 - eholk:dyn-star-box, r=compiler-errors | Yuki Okushi | -0/+17 |
| 2022-10-12 | Auto merge of #101679 - compiler-errors:rpitit-default-body, r=nikomatsakis | bors | -95/+68 |
| 2022-10-13 | fix small word dupe typos | Rageking8 | -16/+16 |
| 2022-10-12 | Rollup merge of #102927 - compiler-errors:let, r=davidtwco | Dylan DPC | -6/+70 |
| 2022-10-12 | Rollup merge of #102719 - Nilstrieb:tidy-alphabetical, r=jackh726 | Dylan DPC | -22/+22 |
| 2022-10-12 | Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errors | Dylan DPC | -8/+125 |
| 2022-10-12 | Add broken test for AFIT with RPITIT | Michael Goulet | -0/+33 |
| 2022-10-12 | add test for issue 102964 | Rageking8 | -0/+29 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -22/+22 |
| 2022-10-12 | Auto merge of #102460 - flba-eb:fix_85261_prevent_alloc_after_fork, r=thomcc | bors | -1/+42 |
| 2022-10-12 | fix #102946 | Takayuki Maeda | -0/+33 |
| 2022-10-12 | Rollup merge of #102924 - notriddle:notriddle/sidebar-link-class, r=Guillaume... | Dylan DPC | -64/+64 |
| 2022-10-12 | Rollup merge of #102890 - camsteffen:adt-sized-representability, r=cjgillot | Dylan DPC | -57/+36 |
| 2022-10-12 | Rollup merge of #102187 - b-naber:inline-const-source-info, r=eholk | Dylan DPC | -0/+67 |
| 2022-10-12 | Rollup merge of #102110 - CleanCut:migrate_rustc_passes_diagnostics, r=davidtwco | Dylan DPC | -2/+2 |
| 2022-10-11 | Fix let removal suggestion in struct | Michael Goulet | -6/+70 |