aboutsummaryrefslogtreecommitdiff
path: root/src/makefile/macro_scope.rs
AgeCommit message (Collapse)AuthorLines
2024-11-11implement rule-specific macros for targetsMelody Horn-0/+6
2024-11-11fix conditional assignment when original is inheritedMelody Horn-2/+7
2024-11-11i may be stupidMelody Horn-1/+0
2024-11-11fix with no default featuresMelody Horn-6/+14
2024-11-11overhaul macro inheritanceMelody Horn-0/+211
i was really proud of the lifetimes i had going on in the previous code. i should not have been.