| Age | Commit message (Expand) | Author | Lines |
| 2025-08-11 | Add more docs to templates for attrs with incorrect arguments | Esteban Küber | -0/+8 |
| 2025-08-01 | Tweak rendering of cfg'd out item | Esteban Küber | -172/+88 |
| 2025-08-01 | remove recursive search for items | Esteban Küber | -12/+2 |
| 2025-08-01 | Detect more `cfg`d out items in resolution errors | Esteban Küber | -15/+188 |
| 2025-07-28 | Rollup merge of #144151 - Kivooeo:issue1, r=jieyouxu | Matthias Krüger | -0/+46 |
| 2025-07-26 | Rollup merge of #144356 - GuillaumeGomez:gcc-ignore-tests, r=jieyouxu | Trevor Gross | -0/+1 |
| 2025-07-25 | comments | Kivooeo | -0/+2 |
| 2025-07-25 | move 28 tests | Kivooeo | -0/+44 |
| 2025-07-25 | Rollup merge of #143979 - dpaoliello:arm64ectest, r=petrochenkov | Matthias Krüger | -0/+3 |
| 2025-07-23 | Add `ignore-backends` annotations in failing GCC backend ui tests | Guillaume Gomez | -0/+1 |
| 2025-07-18 | tests: Add a regression test for crt-static with target features | Jens Reidel | -0/+32 |
| 2025-07-15 | Changes to diagnostics | Jonathan Brouwer | -53/+74 |
| 2025-07-13 | Fixes for Arm64EC | Daniel Paoliello | -0/+3 |
| 2025-07-01 | cleaned up some tests | Kivooeo | -4/+18 |
| 2025-07-01 | moved test files | Kivooeo | -0/+13 |
| 2025-06-11 | cleaned up some tests | Kivooeo | -0/+9 |
| 2025-05-28 | Rollup merge of #141548 - bvanjoi:issue-141256, r=petrochenkov | Trevor Gross | -0/+149 |
| 2025-05-28 | consider glob imports in cfg suggestion | bohan | -0/+149 |
| 2025-05-26 | cfg_version: pull out dedicated syntax test from feature gate test | Jieyou Xu | -0/+340 |
| 2025-05-24 | Make #[cfg(version)] respect RUSTC_OVERRIDE_VERSION_STRING | est31 | -0/+47 |
| 2025-05-03 | tests: fix a panic strategy in `cfg_false_no_std-2.rs` | Jieyou Xu | -4/+5 |
| 2025-04-27 | Implement the internal feature `cfg_target_has_reliable_f16_f128` | Trevor Gross | -0/+37 |
| 2025-04-17 | Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur... | Matthias Krüger | -67/+107 |
| 2025-04-10 | compiletest: Trim the value of `dont-require-annotations` | Vadim Petrochenkov | -1/+1 |
| 2025-04-09 | Migrate some tests to `dont-require-annotations` | Vadim Petrochenkov | -4/+4 |
| 2025-04-03 | Use `cfg(false)` in UI tests | clubby789 | -66/+66 |
| 2025-04-03 | Rollup merge of #138767 - clubby789:check-cfg-bool, r=Urgau | Matthias Krüger | -16/+8 |
| 2025-04-03 | Add more tests for `cfg_boolean_literals` | clubby789 | -0/+41 |
| 2025-04-03 | Stabilize `cfg_boolean_literals` | clubby789 | -1/+0 |
| 2025-04-03 | Allow boolean literals in `check-cfg` | clubby789 | -16/+8 |
| 2025-04-03 | Fix up tests on wasm and msvc, and rebase conflicts | Vadim Petrochenkov | -2/+5 |
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -1/+3 |
| 2025-03-25 | compiletest: Support matching on diagnostics without a span | Vadim Petrochenkov | -0/+2 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -1/+1 |
| 2025-02-14 | Use underline suggestions for purely 'additive' replacements | Michael Goulet | -3/+2 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -2/+3 |
| 2025-02-06 | Remove some unnecessary parens in `assert!` conditions | Esteban Küber | -1/+1 |
| 2025-01-27 | Remove all dead files inside tests/ui/ | León Orell Valerian Liehr | -8/+0 |
| 2025-01-06 | Add support for wasm exception handling to Emscripten target | Hood Chatham | -0/+10 |
| 2024-11-27 | Update tests to use new proc-macro header | Eric Huss | -6/+1 |
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -7/+0 |
| 2024-10-16 | Handle gracefully true/false in `cfg(target(..))` compact | Urgau | -1/+11 |
| 2024-10-06 | Auto merge of #129670 - est31:cfg_attr_crate_type_name_error, r=Urgau | bors | -45/+30 |
| 2024-10-05 | Make deprecated_cfg_attr_crate_type_name a hard error | est31 | -45/+30 |
| 2024-10-04 | Feature gate boolean lit support in cfg predicates | Urgau | -0/+20 |
| 2024-10-01 | Implement boolean lit support in cfg predicates | Urgau | -0/+29 |
| 2024-09-20 | Fix feature name in test | clubby789 | -1/+1 |
| 2024-08-28 | fmt-debug option | Kornel | -0/+10 |
| 2024-08-07 | Disallow setting built-in cfgs via set the command-line | Urgau | -0/+239 |
| 2024-07-12 | When finding item gated behind a `cfg` flat, point at it | Esteban Küber | -24/+91 |