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