about summary refs log tree commit diff
path: root/src/test/compile-fail/unbalanced-comment.rs
AgeCommit message (Collapse)AuthorLines
2012-09-07Add an ignore! macro, remove support for nested block comments, re: #2755.Graydon Hoare-11/+0
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2011-12-22Register snapshots and switch logging over to use of log_full or #error / ↵Graydon Hoare-1/+1
#debug.
2011-07-27Fix damage done by the pretty-printerMarijn Haverbeke-6/+11
2011-07-27Reformat for new syntaxMarijn Haverbeke-11/+6
2011-05-23test: Un-xfail some compile-fail testsBrian Anderson-4/+1
Changed a few error patterns to match rustc's errors where it seemed reasonable.
2011-05-03Assume xfail-stage0 implies stage1 and stage2 in tests, for now.Graydon Hoare-0/+2
2011-03-25Switch xfail system to use comments embedded in source files.Graydon Hoare-0/+1
2011-01-10Further corrections to the Makefile rules covering failing tests.Graydon Hoare-0/+2
2010-07-08Issue 66: Multi-line commentsMatt Brubeck-0/+9