summaryrefslogtreecommitdiff
path: root/src/expand/test.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-10-06Expand - Hand attributes to item attribute handlersJohn Hodge1-3/+3
2019-06-30Expand `#[test]` - Fix should_panic/ignore flagsJohn Hodge1-3/+4
2019-05-19All - Switch to using interned (de-duplicated) RcString-s instead of ↵John Hodge1-1/+1
std::string for paths/identifiers
2018-05-20AST - Rename MetaItem and MetaItems to Attribute and AttributeListJohn Hodge1-3/+3
2017-05-01Expand #[test] - Fill list after cfg() handlingJohn Hodge1-1/+1
2017-04-16Expand/test - Full path as test nameJohn Hodge1-1/+5
2017-04-13Expand - Handle #[should_panic] and #[ignore] attributes for testsJohn Hodge1-0/+60
- Also doesn't emit tests that should_panic (because of lack of unwind support)
2017-04-13All - Add rough support for #[test] (runs basic tests)John Hodge1-2/+12
2016-12-24No more tears!ubsan1-2/+2
No more DOS line endings or trailing whitespace either
2016-11-05Expand - add #[test] handler that removes all testsJohn Hodge1-0/+27