| Age | Commit message (Expand) | Author | Lines |
| 2025-07-19 | tests: Require `run-fail` ui tests to have an exit code (`SIGABRT` not ok) | Martin Nordholts | -5/+5 |
| 2025-07-04 | Workaround a MemorySanitizer test issue | Scott McMurray | -2/+8 |
| 2025-07-01 | Detect more cases of unused_parens around types | Benjamin Schulz | -2/+2 |
| 2025-06-23 | compiletest: Improve diagnostics for line annotation mismatches | Vadim Petrochenkov | -1/+1 |
| 2025-06-16 | Change __rust_no_alloc_shim_is_unstable to be a function | Daniel Paoliello | -0/+1 |
| 2025-04-29 | Require sanitizers be enabled for asan_odr_windows.rs | Daniel Paoliello | -0/+2 |
| 2025-04-11 | Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxu | bors | -2/+4 |
| 2025-04-10 | Remove unnecessary `mut`. | Mara Bos | -1/+1 |
| 2025-04-10 | replace `//@ compile-flags: --edition` with `//@ edition` | Pietro Albini | -2/+4 |
| 2025-04-05 | KCFI: Add KCFI arity indicator support | Ramon de C Valle | -0/+28 |
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -2/+5 |
| 2025-03-25 | compiletest: Support matching on diagnostics without a span | Vadim Petrochenkov | -0/+17 |
| 2025-02-24 | tests: use minicore more | David Wood | -6/+6 |
| 2025-02-06 | remove `feature(trait_upcasting)` from tests and bless them | Waffle Lapkin | -1/+0 |
| 2025-01-27 | Locate asan-odr-win with other sanitizer tests | Tomasz Miąsko | -0/+29 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -10/+10 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -1/+0 |
| 2024-12-05 | Stabilize noop_waker | Eric Holk | -1/+0 |
| 2024-11-23 | remove remaining references to `Reveal` | lcnr | -1/+1 |
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -1/+1 |
| 2024-10-19 | Warn on redundant `--cfg` directive when revisions are used | clubby789 | -6/+6 |
| 2024-10-10 | UI tests: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -1/+1 |
| 2024-08-21 | Rollup merge of #129179 - compiler-errors:cfi-erase-transparent, r=davidtwco | Matthias Krüger | -0/+18 |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -1/+0 |
| 2024-08-16 | CFI: Erase regions when projecting ADT to its transparent non-1zst field | Michael Goulet | -0/+18 |
| 2024-08-12 | CFI: Move CFI ui tests to cfi directory | Ramon de C Valle | -1/+1 |
| 2024-08-02 | Use ParamEnv::reveal_all in CFI | Michael Goulet | -0/+44 |
| 2024-07-29 | Rollup merge of #127882 - compiler-errors:cfi-sized-self-gat, r=oli-obk | Matthias Krüger | -0/+38 |
| 2024-07-17 | Don't elaborate associated types with Sized bounds in trait_object_ty in cfi | Michael Goulet | -0/+38 |
| 2024-07-17 | CFI: Support provided methods on traits | Matthew Maurer | -0/+6 |
| 2024-05-15 | Sort mutually-exclusive pairs, update fixed tests | David Koloski | -10/+2 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -2/+2 |
| 2024-04-09 | Rollup merge of #123649 - maurer:kcfi-v0, r=compiler-errors | Matthias Krüger | -0/+30 |
| 2024-04-08 | KCFI: Use legal charset in shim encoding | Matthew Maurer | -0/+30 |
| 2024-04-08 | CFI: Fix ICE in KCFI non-associated function pointers | Matthew Maurer | -2/+6 |
| 2024-04-07 | Remove useless configs in tests | Urgau | -2/+2 |
| 2024-04-04 | CFI: Add test for `call_once` addr taken | Matthew Maurer | -0/+11 |
| 2024-04-04 | Auto merge of #123052 - maurer:addr-taken, r=compiler-errors | bors | -8/+38 |
| 2024-04-02 | CFI: Support function pointers for trait methods | Matthew Maurer | -8/+38 |
| 2024-04-02 | CFI: Support non-general coroutines | Matthew Maurer | -2/+39 |
| 2024-03-30 | CFI: Rewrite closure and coroutine instances to their trait method | Matthew Maurer | -23/+116 |
| 2024-03-30 | CFI: Only encode Coroutine Parent Args | Matthew Maurer | -0/+30 |
| 2024-03-30 | Rollup merge of #123200 - maurer:kcfi-abort, r=compiler-errors | Matthias Krüger | -0/+5 |
| 2024-03-30 | Auto merge of #123012 - maurer:cfi-supertraits, r=compiler-errors | bors | -0/+73 |
| 2024-03-29 | CFI: Encode Virtual calls as calls through the defining trait | Matthew Maurer | -0/+73 |
| 2024-03-29 | KCFI: Require -C panic=abort | Matthew Maurer | -0/+5 |
| 2024-03-29 | Auto merge of #123071 - rcvalle:rust-cfi-fix-method-fn-ptr-cast, r=compiler-e... | bors | -0/+23 |
| 2024-03-27 | CFI: Fix methods as function pointer cast | Ramon de C Valle | -0/+23 |
| 2024-03-27 | Rollup merge of #123075 - rcvalle:rust-cfi-fix-drop-drop-in-place, r=compiler... | Matthias Krüger | -0/+20 |
| 2024-03-27 | CFI: Fix drop and drop_in_place | Ramon de C Valle | -0/+20 |