summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2016-04-07fix compile-fail and parse-fail tests by blindly opting back intoFelix S. Klock II-0/+16
2016-03-16Add comment explaining purpose of testNiko Matsakis-0/+3
2016-03-16Do not report errors from regionck if other errors were alreadyNiko Matsakis-0/+24
2016-03-16remove wrong assert in check_matchAriel Ben-Yehuda-0/+20
2016-03-16don't treat unit patterns as wildcard patternsAriel Ben-Yehuda-0/+29
2016-03-01Auto merge of #31962 - sanxiyn:const-eval-map, r=arielb1bors-0/+21
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-162/+3
2016-02-29Use HIR map instead of tcx in constant evaluatorSeo Sanghyeon-0/+21
2016-02-27Auto merge of #31915 - nagisa:mir-unpretty-fix, r=arielb1bors-0/+15
2016-02-27Add testSimonas Kazlauskas-0/+15
2016-02-26Rollup merge of #31901 - bluss:suggest-use, r=sanxiynManish Goregaokar-8/+8
2016-02-26Auto merge of #31857 - jseyfried:fix_scoping, r=nikomatsakisbors-0/+29
2016-02-26Auto merge of #31749 - nikomatsakis:compiletest-subdir, r=alexcrichtonbors-0/+0
2016-02-26suggest: Put the `use` in suggested code inside the quotesUlrik Sverdrup-8/+8
2016-02-25Rollup merge of #31818 - GuillaumeGomez:error_display, r=brsonManish Goregaokar-0/+22
2016-02-24Move the borrowck run-pass/compile-fail tests into their own directoriesNiko Matsakis-0/+0
2016-02-24Improve unused import detectionJeffrey Seyfried-0/+7
2016-02-24Resolve: include normal modules in the ribsJeffrey Seyfried-0/+22
2016-02-24Warn instead of error when using an inaccessable extern crateJeffrey Seyfried-5/+16
2016-02-24Warn when reexporting a private extern crateJeffrey Seyfried-0/+4
2016-02-24Fix the visibility of extern crate declarations and stop warning on pub exter...Jeffrey Seyfried-38/+23
2016-02-20Add test for E0152 error message improvementGuillaume Gomez-0/+22
2016-02-20Auto merge of #31757 - petrochenkov:unitdotdot, r=nikomatsakisbors-11/+9
2016-02-20Auto merge of #31747 - jseyfried:stop_resolve_after_fail, r=nrcbors-2/+2
2016-02-20Auto merge of #31674 - VladUreche:issue/21221, r=nikomatsakisbors-53/+233
2016-02-19Rollup merge of #31775 - nxnfufunezn:issue-31769, r=eddybSteve Klabnik-0/+14
2016-02-19Rollup merge of #31721 - rphmeier:err_tuplestruct_count, r=ManishearthSteve Klabnik-18/+18
2016-02-19Fix error[E0518] not displayed for #[inline] on structs inside fnsnxnfufunezn-0/+14
2016-02-19Auto merge of #31716 - jseyfried:fix_privacy_for_def_err, r=nrcbors-1/+6
2016-02-19Improve dummy bindings for unresolved importsJeffrey Seyfried-1/+1
2016-02-19Show candidates for names not in scopeVlad Ureche-53/+233
2016-02-18Make future-compat lint `match_of_unit_variant_via_paren_dotdot` deny by defaultVadim Petrochenkov-11/+9
2016-02-18Change how dep-graph edges are handled in variance toNiko Matsakis-10/+4
2016-02-17Stop trying to resolve an import directive after the resolution failsJeffrey Seyfried-2/+2
2016-02-17Auto merge of #31707 - GuillaumeGomez:macro_name, r=sfacklerbors-0/+25
2016-02-16Fix #31706rphmeier-18/+18
2016-02-16Don't compute LastPrivate data for Def::Err.Jeffrey Seyfried-1/+6
2016-02-16Add check on find_best_match_for_name and improve help message for undefined ...ggomez-0/+25
2016-02-16Auto merge of #31534 - jseyfried:restrict_noninline_mod, r=nikomatsakisbors-0/+15
2016-02-15Auto merge of #31530 - dirk:dirk/restrict-matching-of-cfg-opts, r=alexcrichtonbors-0/+13
2016-02-15Auto merge of #31648 - jseyfried:fix_diagnostics, r=nrcbors-4/+5
2016-02-15Auto merge of #31566 - jseyfried:fix_regression, r=nrcbors-1/+1
2016-02-14Stricter matching of `--cfg` options on rustcDirk Gadsden-0/+13
2016-02-15TestsNick Cameron-0/+44
2016-02-15Some error recovery in the parserNick Cameron-4/+4
2016-02-14Rename Module field anonymous_children to module_children, expand it to inclu...Jeffrey Seyfried-4/+5
2016-02-13Disallow non-inline modules without path annotations inside blocks and fix fa...Jeffrey Seyfried-0/+15
2016-02-11Fix regression from #31461 and fix the test that was supposed to catch it.Jeffrey Seyfried-1/+1
2016-02-11Auto merge of #31461 - jseyfried:remove_import_resolutions, r=nrcbors-3/+3
2016-02-10Auto merge of #31499 - kamalmarhubi:cfg-flag-invalid-cfgs, r=brsonbors-0/+25