| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-10 | cfg_select: Support unbraced expressions | Josh Triplett | -11/+19 | |
| When operating on expressions, `cfg_select!` can now handle expressions without braces. (It still requires braces for other things, such as items.) Expand the test coverage and documentation accordingly. | ||||
| 2025-07-14 | update `cfg_select!` documentation | Folkert de Vries | -4/+6 | |
| and make internal terminology consistent Co-authored-by: Travis Cross <tc@traviscross.com> | ||||
| 2025-07-13 | make `cfg_select` a builtin macro | Folkert de Vries | -0/+73 | |
