about summary refs log tree commit diff
path: root/src/test/compile-fail-fulldeps/syntax-extension-hexfloat-bad-lits.rs
AgeCommit message (Collapse)AuthorLines
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-34/+0
Spring cleaning is here! In the Fall! This commit removes quite a large amount of deprecated functionality from the standard libraries. I tried to ensure that only old deprecated functionality was removed. This is removing lots and lots of deprecated features, so this is a breaking change. Please consult the deprecation messages of the deleted code to see how to migrate code forward if it still needs migration. [breaking-change]
2014-06-09Use phase(plugin) in testsKeegan McAllister-1/+1
2014-04-28test: Add a compile-fail-fulldeps test suiteAlex Crichton-0/+34
Compile-fail tests for syntax extensions belong in this suite which has correct dependencies on all artifacts rather than just the target artifacts. Closes #13818