about summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps
AgeCommit message (Expand)AuthorLines
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-24Test lint pluginsKeegan McAllister-0/+48
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-9/+10
2014-06-13Rolling up PRs in the queueAlex Crichton-0/+3
2014-06-13syntax: parse outer attributes in `quote_item!` calls.Huon Wilson-0/+3
2014-06-13syntax: fix quote_pat! & unignore a quotation test.Huon Wilson-5/+3
2014-06-09Convert tests to use #[plugin_registrar]Keegan McAllister-2/+2
2014-06-09Use phase(plugin) in testsKeegan McAllister-6/+6
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-2/+2
2014-05-27std: Remove String's to_ownedRicho Healey-6/+6
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-1/+1
2014-05-13compiletest: Test `--pretty expanded`klutzy-0/+2
2014-05-02syntax: implement ToSource for more things in the quasiquoter.Huon Wilson-0/+4
2014-04-29rustc: Add search paths to dylib load pathsAlex Crichton-0/+22
2014-04-23Enable use of syntax extensions when cross compiling.Douglas Young-18/+3
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-6/+6
2014-04-16rustc: Don't allocate a cnum to syntax cratesAlex Crichton-0/+24
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-2/+2
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-7/+0
2014-04-04Fix inner attribute syntax from `#[foo];` to `#![foo]`Timothée Ravier-8/+8
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