about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2015-04-21rollup merge of #24162: pnkfelix/fsk-detect-duplicate-loop-labelsAlex Crichton-3/+275
2015-04-21Tests for shadowing between lifetimes and loop labels within function bodies.Felix S. Klock II-3/+275
2015-04-21Auto merge of #24620 - pczarn:model-lexer-issues, r=cmrbors-1/+0
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-1/+0
2015-04-20Make stability attributes an error. #22830Brian Anderson-7/+3
2015-04-20Auto merge of #22117 - fhahn:fail-on-errors, r=nikomatsakisbors-0/+4
2015-04-19Lint non-snake-case crate namesP1start-0/+31
2015-04-18Return nonzero exit code if there are errors at a stop pointFlorian Hahn-0/+4
2015-04-17Auto merge of #24461 - nikomatsakis:issue-22077-unused-lifetimes, r=aturonbors-0/+59
2015-04-17Auto merge of #24475 - arielb1:i24363-hacky-hack, r=pnkfelixbors-0/+16
2015-04-17Augment the constrainted parameter check to ensure that all regionsNiko Matsakis-0/+59
2015-04-17Auto merge of #24422 - pnkfelix:typeck-highlevel-before-bodies, r=nikomatsakisbors-54/+303
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-15Use node_ty instead of expr_ty in binary expr fixupAriel Ben-Yehuda-0/+16
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-14Fallout from this change.Felix S. Klock II-54/+177
2015-04-14Regression tests for issues that led me to revise typeck.Felix S. Klock II-0/+126
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