about summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps
AgeCommit message (Expand)AuthorLines
2015-01-15Syntax extensions on trait and impl items.Nick Cameron-1/+25
2015-01-08Add test for -Z extra-pluginsManish Goregaokar-0/+21
2015-01-06More test fixesAlex Crichton-0/+88
2015-01-07Cleanup and followup to PR #17830: parsing changesPiotr Czarnecki-0/+1
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-20/+20
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-2/+2
2014-12-19ack parser.parse_ty change in quote_ty! (+ test)Mathieu Poumeyrol-0/+2
2014-12-18auto merge of #19984 : japaric/rust/macro-expressions, r=alexcrichtonbors-1/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1
2014-12-17Add tests for E-needstest issuesJakub Bukaj-0/+48
2014-12-08rustc: Prepend a length to all metadataAlex Crichton-1/+0
2014-12-03test: Ignore issue-19501 pretty for nowAlex Crichton-0/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-1/+1
2014-11-09Fix ICEs that involved quasi-quotationPiotr Czarnecki-0/+31
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-72/+0
2014-10-06syntax: Parse outer attributes in quote_method!Ben Gamari-0/+1
2014-10-03test: Fix a test that fails when cross compilingAlex Crichton-2/+1
2014-10-02Disable the Roman numerals test on Android due to cross-compile issuesKeegan McAllister-0/+1
2014-10-01Add a guide to compiler pluginsKeegan McAllister-0/+26
2014-09-29Fixed quote_method!() implementationVladimir Pouzanov-0/+2
2014-09-19Test fixes from the rollupAlex Crichton-0/+1
2014-09-19rollup merge of #17314 : eddyb/span-no-gcAlex Crichton-1/+1
2014-09-19Allow syntax extensions to return multiple items, closes #16723.Florian Hahn-0/+30
2014-09-18Fix fallout in tests from removing the use of Gc in ExpnInfo.Eduard Burtescu-1/+1
2014-09-14Fix fallout in macro_crate/quote tests.Eduard Burtescu-10/+10
2014-09-09Test fixes from the rollupAlex Crichton-0/+1
2014-09-08quote: Explicitly borrow the ExtCtxtKeegan McAllister-0/+25
2014-08-30Add lint groups; define built-in lint groups `bad_style` and `unused`P1start-0/+28
2014-08-23extern crate foobar as foo;wickerwaka-3/+3
2014-08-14Followup to PR #16477: a run-pass regression test for Issue #15750.Felix S. Klock II-0/+28
2014-07-29syntax: add support for quoting armsErick Tryzelaar-0/+3
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
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