about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/parser/cfg_select.rs
AgeCommit message (Collapse)AuthorLines
2025-08-10cfg_select: Support unbraced expressionsJosh 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-14update `cfg_select!` documentationFolkert de Vries-4/+6
and make internal terminology consistent Co-authored-by: Travis Cross <tc@traviscross.com>
2025-07-13make `cfg_select` a builtin macroFolkert de Vries-0/+73