| Age | Commit message (Expand) | Author | Lines |
| 2025-06-14 | Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errors | Matthias Krüger | -34/+17 |
| 2025-06-13 | Update tests. | Mara Bos | -25/+23 |
| 2025-06-13 | Unimplement unsized_locals | mejrs | -34/+17 |
| 2025-06-12 | Rollup merge of #141069 - chenyukang:yukang-fix-137486-suggest-mut, r=davidtwco | Matthias Krüger | -2/+2 |
| 2025-06-06 | Make obligation cause code suggestions verbose | Esteban Küber | -4/+7 |
| 2025-06-03 | Add `iter` macro | Oli Scherer | -4/+18 |
| 2025-06-02 | Add missing `dyn` keywords to tests that do not test for them | Lukas Wirth | -1/+1 |
| 2025-05-27 | Suggest mut when possbile for temporary value dropped while borrowed | yukang | -2/+2 |
| 2025-05-17 | check coroutines with TypingMode::Borrowck to avoid cyclic reasoning | lcnr | -0/+48 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -30/+34 |
| 2025-04-25 | add regression test | lcnr | -0/+25 |
| 2025-04-23 | More | Michael Goulet | -49/+1 |
| 2025-04-19 | Auto merge of #139114 - m-ou-se:super-let-pin, r=davidtwco | bors | -1/+1 |
| 2025-04-16 | Don't require rigid alias's trait to hold | Michael Goulet | -0/+41 |
| 2025-04-15 | Update tests. | Mara Bos | -1/+1 |
| 2025-04-10 | replace `//@ compile-flags: --edition` with `//@ edition` | Pietro Albini | -2/+2 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -4/+4 |
| 2025-04-03 | add `TypingMode::Borrowck` | lcnr | -3/+3 |
| 2025-03-14 | Preserve yield position during pretty printing | Eric Holk | -3/+3 |
| 2025-03-14 | Add support for postfix yield expressions | Eric Holk | -0/+34 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -16/+15 |
| 2025-03-06 | Add the yield_expr feature | Eric Holk | -25/+5 |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -6/+4 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -6/+9 |
| 2025-01-27 | Remove all dead files inside tests/ui/ | León Orell Valerian Liehr | -12/+0 |
| 2025-01-23 | tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}` | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-01-09 | Fix typo in `#[coroutine]` gating error | Noah Lev | -6/+6 |
| 2025-01-08 | Auto merge of #133858 - dianne:better-blame-constraints-for-static, r=lcnr | bors | -11/+15 |
| 2025-01-06 | `best_blame_constraint`: don't filter constraints by sup SCC | dianne | -11/+15 |
| 2025-01-06 | Rollup merge of #134742 - compiler-errors:post-borrowck-analysis, r=lcnr | Matthias Krüger | -0/+2 |
| 2025-01-03 | turn rustc_box into an intrinsic | Ralf Jung | -11/+10 |
| 2024-12-31 | chore: fix some typos | peicuiping | -1/+1 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -1/+1 |
| 2024-12-25 | Use PostBorrowckAnalysis in check_coroutine_obligations | Michael Goulet | -0/+2 |
| 2024-12-25 | Actually print all the relevant parts of a coroutine in verbose mode | Michael Goulet | -3/+3 |
| 2024-12-21 | coroutine_clone: add comments | Ralf Jung | -8/+10 |
| 2024-12-14 | Rollup merge of #134181 - estebank:trim-render, r=oli-obk | Matthias Krüger | -21/+1 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -8/+7 |
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline s... | Esteban Küber | -4/+1 |
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -17/+0 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -18/+0 |
| 2024-12-05 | Stabilize noop_waker | Eric Holk | -2/+1 |
| 2024-12-03 | Don't try and handle unfed `type_of` on anon consts | Boxy | -11/+1 |
| 2024-11-28 | Update more 2024 tests to remove -Zunstable-options | Eric Huss | -2/+2 |
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -42/+37 |
| 2024-11-06 | Add --diagnostic-width to some tests failing after 1a0c5021838 | Hans Wennborg | -45/+47 |
| 2024-11-02 | fix tests | Esteban Küber | -9/+10 |
| 2024-11-02 | On long E0277 primary span label, move it to a `help` | Esteban Küber | -45/+47 |
| 2024-11-02 | Point at tail expression on rpit E0277 | Esteban Küber | -5/+27 |
| 2024-10-29 | Rollup merge of #132157 - estebank:long-types-3, r=jieyouxu | Matthias Krüger | -26/+26 |