summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps
AgeCommit message (Expand)AuthorLines
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-1/+1
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-05-19Fix test run-pass-fulldeps\issue-15149.rs on Windowspetrochenkov-2/+6
2015-05-17Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakisbors-1/+1
2015-05-15syntax: Unquoting some statements requires trailing semicolonsErick Tryzelaar-0/+6
2015-05-13Unignore some tests in stage1Tamir Duberstein-1/+0
2015-05-14syntax: refactor (Span)Handler and ParseSess constructors to be methods.Eduard Burtescu-1/+1
2015-05-12Merge branch 'master' intoNick Cameron-0/+74
2015-05-01Add test for custom deriving plugins which rely on field attributesManish Goregaokar-0/+74
2015-05-01Get tests passingNick Cameron-3/+6
2015-04-30Merge branch 'master' into mulit-decorNick Cameron-65/+35
2015-04-28test: Fix some tests to run with muslAlex Crichton-0/+1
2015-04-25Interpolate AST nodes in quasiquote.Geoffry Song-41/+38
2015-04-25Unrot and re-enable `run-pass-fulldeps/qquote.rs`Tamir Duberstein-60/+32
2015-04-25Merge branch 'syntax' of https://github.com/aochagavia/rust into mulit-decorNick Cameron-0/+52
2015-04-22Ignore cross-compilation in some fulldeps tests.Ryan Prichard-8/+9
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-31Add tests for MultiItemDecoratorAdolfo OchagavĂ­a-0/+52
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