about summary refs log tree commit diff
path: root/src/libsyntax_ext/test_case.rs
AgeCommit message (Expand)AuthorLines
2019-02-11Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocsOliver Scherer-2/+2
2019-02-11Require a list of features to allow in `allow_internal_unstable`Oliver Scherer-1/+4
2019-02-04libsyntax_ext => 2018Taiki Endo-1/+1
2018-12-27Make sure feature gate errors are recoverableVadim Petrochenkov-2/+0
2018-12-25Remove licensesMark Rousskov-8/+0
2018-09-04Move #[test_case] to a syntax extensionJohn Renner-0/+75