summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2015-05-11Fallout to compile-fail tests.Felix S. Klock II-1/+13
2015-05-11Regression tests for Issue 25199 (dropck and `Box<Trait + 'a>`).Felix S. Klock II-0/+214
2015-05-07lint: deny transmuting from immutable to mutable, since it's undefined behaviorSean McArthur-0/+20
2015-04-30tests for lint that warns about mixing #[repr(C)] with Drop.Felix S. Klock II-0/+59
2015-04-30regression test for Issue 24895.Felix S. Klock II-0/+38
2015-04-30Fix #20616York Xiang-0/+414
2015-04-29Rather than storing the relations between free-regions in a globalNiko Matsakis-1/+81
2015-04-23Augment the constrainted parameter check to ensure that all regionsNiko Matsakis-0/+59
2015-04-23Make stability attributes an error. #22830Brian Anderson-7/+3
2015-04-23test: Fix fallout in testsAlex Crichton-152/+78
2015-04-23Fallout from this change.Felix S. Klock II-54/+177
2015-04-23Regression tests for issues that led me to revise typeck.Felix S. Klock II-0/+126
2015-04-22Tests for shadowing between lifetimes and loop labels within function bodies.Felix S. Klock II-3/+275
2015-04-16Auto merge of #24485 - brson:is, r=alexcrichtonbors-2/+16
2015-04-15Forbid is/us suffixes. Fixes #22496Brian Anderson-2/+16
2015-04-15Auto merge of #24330 - pnkfelix:issue-24267, r=nikomatsakisbors-0/+29
2015-04-15Regression test.Felix S. Klock II-0/+29
2015-04-14rollup merge of #24399: brson/stabAlex Crichton-0/+18
2015-04-14rollup merge of #24380: arielb1/no-enum-suggestAlex Crichton-0/+29
2015-04-14test: Fixup many library unit testsAlex Crichton-6/+0
2015-04-14Reviewer commentsNick Cameron-1/+1
2015-04-14RebasedNick Cameron-2/+4
2015-04-14eddyb's refactoring of coercions/adjustmentsEduard Burtescu-4/+33
2015-04-13Make use of the stability attributes issue a deprecation warning. #22830Brian Anderson-0/+18
2015-04-13Don't try to suggest fields of an enumAriel Ben-Yehuda-0/+29
2015-04-12Auto merge of #24072 - ebfull:explain_closure_type_err, r=pnkfelixbors-0/+30
2015-04-12Auto merge of #24003 - rprichard:span-fixes, r=huonwbors-0/+123
2015-04-12Auto merge of #23011 - nagisa:the-war-of-symbol-and-symbol, r=pnkfelixbors-0/+151
2015-04-11Add compile-file/macro-backtrace-{invalid-internals,nested,println} testsRyan Prichard-0/+115
2015-04-11Expand internal-unstable to handle named field accesses and method calls.Ryan Prichard-0/+8
2015-04-11Rollup merge of #24259 - lstat:needstest, r=alexcrichtonManish Goregaokar-0/+70
2015-04-11Rollup merge of #24245 - nikomatsakis:issue-24241-coherence-failure, r=pnkfelixManish Goregaokar-0/+28
2015-04-11Rollup merge of #24242 - nikomatsakis:escaping-closure-error-message, r=brsonManish Goregaokar-4/+54
2015-04-11Auto merge of #24155 - chris-chambers:stmt_macros, r=sfacklerbors-1/+2
2015-04-10Improve error message where a closure escapes fn while trying to borrowNiko Matsakis-4/+54
2015-04-10Add tests for E-needstest issuesLuke Gallagher-0/+70
2015-04-09Don't use skolemized parameters but rather fresh variables inNiko Matsakis-0/+28
2015-04-10Rollup merge of #24218 - lstat:remove-ignore-tidy, r=alexcrichtonManish Goregaokar-16/+0
2015-04-10Rollup merge of #24193 - lstat:needstest, r=alexcrichtonManish Goregaokar-0/+49
2015-04-10Rollup merge of #24191 - nikomatsakis:issue-20791, r=pnkfelixManish Goregaokar-0/+40
2015-04-09Auto merge of #24158 - sanxiyn:cast, r=nrcbors-2/+22
2015-04-09Remove `ignore-tidy-linelength` from tests that no longer need itLuke Gallagher-16/+0
2015-04-08Modify the ExprUseVisitor to walk each part of an AutoRef, and inNiko Matsakis-0/+40
2015-04-08Add tests for #22289, #22370 and #22384Luke Gallagher-0/+49
2015-04-08Auto merge of #24021 - pnkfelix:fn-params-outlive-body, r=nikomatsakisbors-0/+36
2015-04-08Auto merge of #23998 - nrc:impl-self, r=nikomatsakisbors-4/+44
2015-04-08Auto merge of #24120 - aturon:range-perf, r=alexcrichtonbors-0/+1
2015-04-08Address review commentsSeo Sanghyeon-1/+6
2015-04-08Auto merge of #24078 - whipsch:extra-token-msg, r=huonwbors-3/+3
2015-04-07Fix range performance regressionAaron Turon-0/+1