summary refs log tree commit diff
path: root/src/libsyntax_ext/test.rs
AgeCommit message (Collapse)AuthorLines
2018-10-05expansion: Remove restriction on use of macro attributes with test/benchVadim 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-16Temporarily prohibit proc macro attributes placed after derivesVadim Petrochenkov-1/+7
... and also proc macro attributes used together with test/bench.
2018-09-04Move #[test_case] to a syntax extensionJohn Renner-2/+8
2018-09-04Introduce Custom Test FrameworksJohn Renner-0/+328