summaryrefslogtreecommitdiff
path: root/src/expand/test_harness.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-10-06AST - Clean up location of attributes and span on mod-level itemsJohn Hodge1-5/+5
2019-05-19All - Switch to using interned (de-duplicated) RcString-s instead of ↵John Hodge1-2/+2
std::string for paths/identifiers
2018-12-30Test harness - Fix harness for 1.29John Hodge1-0/+5
2017-07-16AST - Attributes on struct literal entriesJohn Hodge1-7/+7
2017-04-13Expand - Handle #[should_panic] and #[ignore] attributes for testsJohn Hodge1-0/+4
- Also doesn't emit tests that should_panic (because of lack of unwind support)
2017-04-13All - Add rough support for #[test] (runs basic tests)John Hodge1-0/+116