Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-06 | Expand - Hand attributes to item attribute handlers | John Hodge | 1 | -3/+3 | |
2019-06-30 | Expand `#[test]` - Fix should_panic/ignore flags | John Hodge | 1 | -3/+4 | |
2019-05-19 | All - Switch to using interned (de-duplicated) RcString-s instead of ↵ | John Hodge | 1 | -1/+1 | |
std::string for paths/identifiers | |||||
2018-05-20 | AST - Rename MetaItem and MetaItems to Attribute and AttributeList | John Hodge | 1 | -3/+3 | |
2017-05-01 | Expand #[test] - Fill list after cfg() handling | John Hodge | 1 | -1/+1 | |
2017-04-16 | Expand/test - Full path as test name | John Hodge | 1 | -1/+5 | |
2017-04-13 | Expand - Handle #[should_panic] and #[ignore] attributes for tests | John Hodge | 1 | -0/+60 | |
- Also doesn't emit tests that should_panic (because of lack of unwind support) | |||||
2017-04-13 | All - Add rough support for #[test] (runs basic tests) | John Hodge | 1 | -2/+12 | |
2016-12-24 | No more tears! | ubsan | 1 | -2/+2 | |
No more DOS line endings or trailing whitespace either | |||||
2016-11-05 | Expand - add #[test] handler that removes all tests | John Hodge | 1 | -0/+27 | |