| Age | Commit message (Expand) | Author | Lines |
| 2022-10-14 | Rollup merge of #103054 - GuillaumeGomez:cleanup-rust-logo-test, r=notriddle | Matthias Krüger | -70/+26 |
| 2022-10-14 | rustdoc-json: Document and Test that args can be patterns. | Nixon Enraght-Moony | -0/+7 |
| 2022-10-14 | Add test case for MIR inlining debuginfo line numbers | Wesley Wiser | -0/+25 |
| 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 #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 | Add UI test for invalid `doc(cfg_hide(...))` attributes | Guillaume Gomez | -0/+51 |
| 2022-10-14 | Require lifetime bounds for opaque types in order to allow hidden types to ca... | Oli Scherer | -25/+65 |
| 2022-10-14 | wasm-ignore some tests that access thread-local private details | Ralf Jung | -2/+2 |
| 2022-10-14 | Address nits, add test for implicit dyn-star coercion without feature gate | Michael Goulet | -0/+42 |
| 2022-10-14 | Add test | Michael Goulet | -0/+42 |
| 2022-10-14 | more dupe word typos | Rageking8 | -7/+5 |
| 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 | -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 | Adding fuchsia-ignore and needs-unwind to compiler test cases | Andrew Pollack | -2/+9 |
| 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 | resolve: Add some asserts for unexpected lifetime rib combinations | Vadim Petrochenkov | -0/+89 |
| 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-12 | Let chains should still drop temporaries | Nathan Whitaker | -0/+63 |
| 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 |