summary refs log tree commit diff
path: root/src/test/compile-fail/qquote-2.rs
AgeCommit message (Expand)AuthorLines
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-1/+1
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+1
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-1/+1
2012-04-24build: Don't require full target libs to run compiletest testsBrian Anderson-7/+6
2012-02-14When parsing a source string, fail when the entire string is not parsed.Kevin Atkinson-0/+48