summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps
AgeCommit message (Expand)AuthorLines
2015-04-14Test fixes and rebase conflicts, round 2Alex Crichton-0/+69
2015-04-10Rollup merge of #24212 - alexcrichton:destabilize-begin-unwind, r=huonwManish Goregaokar-1/+0
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-04-08Allow plugins to register LLVM passesKeegan McAllister-0/+17
2015-04-05Work towards a non-panicing parser (libsyntax)Phil Dawes-0/+1
2015-04-01Test fixes and rebase conflictsAlex Crichton-0/+3
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-1/+64
2015-03-27rollup merge of #23786: alexcrichton/less-quotesAlex Crichton-4/+4
2015-03-27Fix fallout of removing quotes in crate namesAlex Crichton-4/+4
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-9/+9
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-6/+6
2015-03-17Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichtonManish Goregaokar-1/+0
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-03-13syntax: use lookahead to distinguish inner and outer attributes, instead of p...Eduard Burtescu-1/+1
2015-03-11syntax: gather common fields of impl & trait items into their respective types.Eduard Burtescu-3/+0
2015-03-06Make #[derive(Anything)] into sugar for #[derive_Anything]Keegan McAllister-0/+59
2015-03-06Check gated attributes before and after macro expansionKeegan McAllister-1/+1
2015-03-05Fix quoting of ?SizedSeo Sanghyeon-1/+3
2015-03-05Auto merge of #22061 - pczarn:quote_matcher_and_attr, r=kmcallisterbors-2/+33
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-6/+8
2015-03-04Add quasiquote for matchers and attributesPiotr Czarnecki-2/+33
2015-03-02Add regression tests for #15778Keegan McAllister-0/+19
2015-02-17Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichtonbors-1/+0
2015-02-12Warn when linking a plugin into a non-plugin crateKeegan McAllister-0/+27
2015-02-10Auto merge of #22026 - kmcallister:plugin, r=sfacklerbors-65/+20
2015-02-10Enable some tests for androidwonyong kim-1/+0
2015-02-09Use a crate attribute to load pluginsKeegan McAllister-65/+20
2015-02-09Review changesNick Cameron-5/+7
2015-02-09Refactor compilation to make it easier to use for toolsNick Cameron-0/+79
2015-01-30Remove all `i` suffixesTobias Bucher-5/+5
2015-01-29s/Show/Debug/gJorge Aparicio-2/+2
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