| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-23 | Add regression test for matches! + non_exhaustive_omitted_patterns lint | Jonas Platte | -0/+6 | |
| 2025-07-13 | make `cfg_select` a builtin macro | Folkert de Vries | -3/+12 | |
| 2025-05-20 | Rename `cfg_match!` to `cfg_select!` | Trevor Gross | -21/+21 | |
| At [1] it was pointed out that `cfg_match!` syntax does not actually align well with match syntax, which is a possible source of confusion. The comment points out that usage is instead more similar to ecosystem `select!` macros. Rename `cfg_match!` to `cfg_select!` to match this. Tracking issue: https://github.com/rust-lang/rust/issues/115585 [1]: https://github.com/rust-lang/rust/issues/115585#issuecomment-2346307605 | ||||
| 2025-01-26 | Put all coretests in a separate crate | bjorn3 | -0/+206 | |
