summary refs log tree commit diff
path: root/src/test/compile-fail-fulldeps
AgeCommit message (Expand)AuthorLines
2015-05-24Auto merge of #25168 - Manishearth:register_attr, r=eddybbors-0/+30
2015-05-17Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakisbors-1/+1
2015-05-13Unignore some tests in stage1Tamir Duberstein-6/+0
2015-05-14syntax: refactor (Span)Handler and ParseSess constructors to be methods.Eduard Burtescu-1/+1
2015-05-07test for register_attribute()Manish Goregaokar-0/+30
2015-04-26Remove FakeExtCtxt from qquote tests.Geoffry Song-28/+15
2015-04-25Remove remaining tests for hygiene-encoded identifiers.Geoffry Song-28/+0
2015-04-25`qquote-1.rs` -> `compile-fail-fulldeps/qquote.rs`Tamir Duberstein-0/+55
2015-04-22Ignore cross-compilation in some fulldeps tests.Ryan Prichard-1/+0
2015-04-02Fallout to tests expecting unconditional help output from missing features.Felix S. Klock II-1/+0
2015-03-21 Add tests checking that a number of feature gates are gating their features.Florian Hahn-0/+22
2015-03-09Add tests checking that a number of feature gates are gating their features.Felix S. Klock II-0/+50
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-03-02Add regression tests for #15778Keegan McAllister-0/+18
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-1/+1
2015-02-17Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichtonbors-4/+0
2015-02-12Warn when linking a plugin into a non-plugin crateKeegan McAllister-0/+49
2015-02-12creader: Clean up macro/plugin APIKeegan McAllister-1/+1
2015-02-10Enable some tests for androidwonyong kim-4/+0
2015-02-09Use a crate attribute to load pluginsKeegan McAllister-23/+9
2015-01-21tests: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-2/+1
2015-01-08Update the compile-fail-fulldeps tests with new isize/usize literal suffixes.Felix S. Klock II-1/+1
2015-01-06Fix misspelled comments in tests.Joseph Crail-1/+1
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-27/+21
2015-01-05Replace LetSyntaxTT with MacroRulesTTKeegan McAllister-0/+21
2015-01-03Remove deprecated functionalityAlex Crichton-83/+0
2014-12-16std: Change escape_unicode to use new escapesAlex Crichton-1/+1
2014-12-12Reviewer commentsNick Cameron-1/+1
2014-11-30Adjust some error messages to start with a lowercase letter and not finish wi...P1start-1/+1
2014-11-17Fix an ICE when using struct patterns with traitsJakub Bukaj-0/+20
2014-10-28Update code with new lint namesAaron Turon-3/+3
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-166/+0
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-0/+1
2014-09-24Use more descriptive names in dead code messagesJakub Wieczorek-1/+1
2014-08-30Add lint groups; define built-in lint groups `bad_style` and `unused`P1start-0/+27
2014-08-18regex: Enable test on Windowsklutzy-6/+0
2014-08-15auto merge of #16435 : vadimcn/rust/windows, r=pcwaltonbors-3/+3
2014-08-13rustc lexer: regression tests for embedded Idents.Felix S. Klock II-0/+31
2014-08-12Replace "ignore-win32" in tests with "ignore-windows"Vadim Chugunov-3/+3
2014-07-15test: Try to fix a failing snapshot testAlex Crichton-0/+1
2014-07-11auto merge of #15565 : alexcrichton/rust/issue-15475, r=huonwbors-0/+20
2014-07-11Add scaffolding for assigning alpha-numeric codes to rustc diagnosticsJakub Wieczorek-1/+1
2014-07-10rustc: Forbid plugin_registrar in only rlib formAlex Crichton-0/+20
2014-06-24Test lint pluginsKeegan McAllister-0/+98
2014-06-18rustc: reduce redundant resolve errors.Kevin Butler-3/+2
2014-06-09Use phase(plugin) in testsKeegan McAllister-14/+14
2014-06-04Fixes #14185.Andrew Gallant-0/+60
2014-05-15test: Move syntax extension tests to cfail-fullAlex Crichton-0/+81
2014-04-28test: Add a compile-fail-fulldeps test suiteAlex Crichton-0/+194