| Age | Commit message (Expand) | Author | Lines |
| 2025-07-11 | Rollup merge of #143303 - Kivooeo:tf28, r=tgross35 | Matthias Krüger | -0/+12 |
| 2025-07-10 | cleaned up some tests | Kivooeo | -7/+7 |
| 2025-07-04 | Rollup merge of #143300 - Kivooeo:tf25, r=tgross35 | Jubilee | -0/+72 |
| 2025-07-05 | cleaned up some tests | Kivooeo | -10/+18 |
| 2025-07-02 | Auto merge of #143214 - camsteffen:remove-let-chains-feature, r=est31 | bors | -351/+304 |
| 2025-07-01 | moved tests | Kivooeo | -0/+12 |
| 2025-07-01 | moved tests | Kivooeo | -0/+64 |
| 2025-07-01 | cleaned up some tests | Kivooeo | -27/+21 |
| 2025-06-30 | Remove let_chains feature | Cameron Steffen | -351/+304 |
| 2025-06-30 | moved tests | Kivooeo | -0/+46 |
| 2025-06-12 | Rollup merge of #142219 - Kivooeo:tf11, r=wesleywiser | Matthias Krüger | -0/+42 |
| 2025-06-11 | cleaned up some tests | Kivooeo | -0/+42 |
| 2025-06-09 | Rollup merge of #142193 - dianne:binding-drop-order-edge-case-tests, r=Nadrieril | Matthias Krüger | -0/+109 |
| 2025-06-08 | add tests for pattern binding drop order edge cases | dianne | -0/+109 |
| 2025-06-06 | Reduce confusion of some drop order tests | Jake Goulding | -29/+18 |
| 2025-06-05 | Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi... | bors | -10/+10 |
| 2025-06-05 | Rollup merge of #141974 - Kivooeo:tf4, r=jieyouxu | Matthias Krüger | -0/+33 |
| 2025-06-04 | Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes` | Jake Goulding | -10/+10 |
| 2025-06-04 | cleaned up some tests | Kivooeo | -0/+33 |
| 2025-06-03 | Use non-2015 edition paths in tests that do not test for their resolution | Lukas Wirth | -2/+2 |
| 2025-05-21 | Rollup merge of #140981 - est31:guard_let_chains_tests, r=petrochenkov | Matthias Krüger | -48/+130 |
| 2025-05-13 | Add match guard chains to drop-order-comparisons.rs | est31 | -48/+130 |
| 2025-05-12 | Flush errors before deep normalize in dropck_outlives | Michael Goulet | -0/+107 |
| 2025-04-18 | Remove let_chains feature gate from even more tests | est31 | -2/+2 |
| 2025-04-18 | Stabilize let chains on edition 2024 | est31 | -5/+9 |
| 2025-04-11 | Use delayed bug for normalization errors in drop elaboration | Matthew Jasper | -0/+130 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -4/+4 |
| 2025-04-06 | Stop calling source_span query in significant drop order code | Michael Goulet | -262/+96 |
| 2025-04-04 | adt_destructor: sanity-check returned item | Maja Kądziołka | -0/+28 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -1/+2 |
| 2025-02-26 | Print out destructor | Michael Goulet | -0/+180 |
| 2025-02-24 | Consider lvalues of field and index as possibly temporary places | Michael Goulet | -1/+38 |
| 2025-02-24 | Improve behavior of IF_LET_RESCOPE around temporaries and place expressions | Michael Goulet | -0/+29 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -10/+15 |
| 2025-01-24 | Rollup merge of #135926 - jieyouxu:needs-subprocess-thread, r=oli-obk | Matthias Krüger | -2/+2 |
| 2025-01-23 | Add extensive set of drop order tests | Travis Cross | -0/+1627 |
| 2025-01-23 | tests: use `needs-threads` instead of `ignore-emscripten` | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-01-22 | Auto merge of #134478 - compiler-errors:attr-span, r=oli-obk | bors | -1/+1 |
| 2025-01-08 | Try to explain borrow for tail expr temporary drop order change in 2024 | Michael Goulet | -19/+45 |
| 2025-01-08 | Don't do AccessDepth::Drop for types with no drop impl | Michael Goulet | -0/+56 |
| 2025-01-08 | Don't create cycles by normalizing opaques defined in the body we're checking | Michael Goulet | -18/+27 |
| 2025-01-08 | run borrowck tests on BIDs and emit tail-expr-drop-order lints for | Ding Xiang Fei | -0/+77 |
| 2024-12-23 | Always run tail_expr_drop_order lint on promoted MIR | Michael Goulet | -30/+28 |
| 2024-12-21 | Properly record metavar spans for other expansions other than TT | Michael Goulet | -1/+1 |
| 2024-12-20 | Handle DropKind::ForLint in coroutines correctly | Michael Goulet | -0/+81 |
| 2024-12-15 | Use links to edition guide for edition migrations | Eric Huss | -25/+25 |
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline s... | Esteban Küber | -12/+0 |
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -36/+0 |
| 2024-12-02 | reduce false positives on some common cases from if-let-rescope | Ding Xiang Fei | -38/+42 |
| 2024-11-28 | Update more 2024 tests to remove -Zunstable-options | Eric Huss | -7/+4 |