about summary refs log tree commit diff
path: root/crates/cfg/src/cfg_expr.rs
AgeCommit message (Collapse)AuthorLines
2022-03-21Replace write! with direct callsLaurențiu Nicola-1/+1
2021-08-31Simplify `int_in_range`Jonas Schievink-5/+5
2021-08-31Depend on both crates individuallyJonas Schievink-1/+1
2021-08-30Fix DNF construction, add proptestJonas Schievink-0/+15
2021-06-13tree-wide: make rustdoc links spiky so they are clickableJade-1/+1
2021-02-27Add runnables::related_testsvsrs-1/+1
2020-10-23cfg: move tests to separate fileJonas Schievink-50/+0
that way we don't have to re-check the entire project when a test is changed
2020-10-22Update crates/cfg/src/cfg_expr.rsJonas Schievink-1/+1
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2020-10-22Implement DNF-based `#[cfg]` introspectionJonas Schievink-2/+33
2020-10-21Simplify cfg representationJonas Schievink-14/+30
2020-08-13Rename ra_cfg -> cfgAleksey Kladov-0/+133