summary refs log tree commit diff
path: root/src/test/run-pass/html-literals.rs
AgeCommit message (Expand)AuthorLines
2015-06-12Re-enable html literals testSteve Klabnik-2/+0
2015-01-06More test fixesAlex Crichton-0/+1
2015-01-05Un-gate macro_rulesKeegan McAllister-2/+0
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-4/+4
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-3/+3
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-5/+5
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-0/+2
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-2/+2
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-0/+1
2013-08-17Fix warnings it testsErick Tryzelaar-1/+1
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