Age | Commit message (Expand) | 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 std::str... | John Hodge | 1 | -1/+1 |
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 |
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 |
2016-11-05 | Expand - add #[test] handler that removes all tests | John Hodge | 1 | -0/+27 |