summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps
AgeCommit message (Expand)AuthorLines
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-3/+3
2014-03-18Move syntax-extension-hexfloat.rsNick Cameron-0/+31
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-1/+0
2014-03-11Add an ItemModifier syntax extension typeSteven Fackler-0/+9
2014-03-03auto merge of #12665 : alexcrichton/rust/fix-snap-again, r=huonwbors-0/+2
2014-03-03test: Ignore some more syntax extension testsAlex Crichton-0/+2
2014-03-02Expand string literals and exprs inside of macrosSteven Fackler-0/+35
2014-02-14extern mod => extern crateAlex Crichton-7/+7
2014-02-13Stop unloading syntax librariesSteven Fackler-0/+21
2014-02-12Ignore another fourcc test on cross compilesAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-14/+16
2014-02-08Allow codepoints 128-255 in fourc!!Yuri Kunde Schlesner-0/+2
2014-02-08Default fourcc! to big-endian.Yuri Kunde Schlesner-7/+10
2014-02-08Converted fourcc! to loadable syntax extensionDerek Guenther-0/+40
2014-02-04Replaced with a single "quote" feature gate.James Deng-3/+3
2014-02-04Feature gate all quasi-quoting macros.James Deng-2/+3
2014-01-29Remove do keyword from test/Scott Lawrence-2/+2
2014-01-21xfail another external macro test on androidBrian Anderson-0/+1
2014-01-20auto merge of #11660 : sfackler/rust/quote-unused-sp, r=huonwbors-0/+24
2014-01-18Avoid unused variable warning in quote_*!Steven Fackler-0/+24
2014-01-18xfail more external syntax extension tests on androidBrian Anderson-0/+1
2014-01-17Move macro-crate to run-pass-fulldeps and force-host the aux buildBrian Anderson-0/+23
2013-12-28Stop using @ExtCtxtSteven Fackler-1/+1
2013-12-25Remove out of date testSteven Fackler-62/+0
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-1/+1
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-4/+9
2013-08-18quote_*! macros take an ExtCtxSteven Fackler-18/+18
2013-07-29New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec...Michael Woerister-5/+5
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-5/+5
2013-07-20rm obsolete no-op lintsDaniel Micay-2/+0
2013-07-08Fix pretty printer, which was ignoring `ref` in irrefutable patternsNiko Matsakis-1/+1
2013-05-22test: Update tests to use the new syntax.Patrick Walton-2/+2
2013-05-22syntax/ext: modernise ext_ctxt to be CamelCase and use new.Huon Wilson-2/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-05-09Use a specialized string interner to reduce the need for owned stringsBjörn Steinbrink-3/+3
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-2/+0
2013-04-29test: Remove #[legacy_modes] from the test suite.Patrick Walton-2/+0
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-3/+3
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-4/+4
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-01-25Fix Option camel case in xfailed/ignored testsTyler Bindon-2/+2
2012-12-28test: Fix test/run-pass-fulldeps/qquote.rs. rs=bustagePatrick Walton-1/+1
2012-12-12syntax: remove all remaining uses of #ast, and #ast / qquote itself.Graydon Hoare-43/+22
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+30
2012-12-07syntax: try to fix pattern printing yet again, r=burningtree.Graydon Hoare-1/+1
2012-12-07syntax: Permit splicing anything into a quote that implements ToTokens.Graydon Hoare-3/+2