about summary refs log tree commit diff
path: root/src/test/run-pass/html-literals.rs
AgeCommit message (Expand)AuthorLines
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-18core: add macro_rules! for "condition! { c: in -> out; }".Graydon Hoare-2/+3
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-30Remove xfail-pretty from tests that pretty-print correctly nowTim Chevalier-1/+0
2012-08-23Eliminate some extraneous curly brackets inside invocations of `macro_rules!`.Paul Stansifer-10/+10
2012-08-23Update invocation syntax for `macro_rules!`Paul Stansifer-4/+4
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-2/+2
2012-08-10A better HTML parser.Eric Holk-43/+66
2012-08-10An attempt at a macro to support HTML literalsEric Holk-0/+68