| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-10-05 | expansion: Remove restriction on use of macro attributes with test/bench | Vadim Petrochenkov | -7/+1 | |
| The restrictions were introduced in https://github.com/rust-lang/rust/pull/54277 and no longer necessary now because legacy plugins are now expanded in usual left-to-right order | ||||
| 2018-09-16 | Temporarily prohibit proc macro attributes placed after derives | Vadim Petrochenkov | -1/+7 | |
| ... and also proc macro attributes used together with test/bench. | ||||
| 2018-09-04 | Move #[test_case] to a syntax extension | John Renner | -2/+8 | |
| 2018-09-04 | Introduce Custom Test Frameworks | John Renner | -0/+328 | |
