about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
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
2015-04-08Rollup merge of #24147 - lstat:needstest-22560, r=alexcrichtonManish Goregaokar-0/+20
2015-04-08Check casts from fat pointerSeo Sanghyeon-0/+14
2015-04-07Improves handling of statement macros.Christopher Chambers-1/+2
2015-04-07Check casts from floatSeo Sanghyeon-2/+3
2015-04-07Rollup merge of #24057 - nikomatsakis:lifetime-shadowing-hard-error, r=huonManish Goregaokar-9/+2
2015-04-07Add `ignore-tidy-linelength` and fix formattingLuke Gallagher-2/+3
2015-04-07Add test for #22560Luke Gallagher-0/+19
2015-04-07Work with assoc types in a super trait.Nick Cameron-4/+12
2015-04-06Provide context for macro expansions which result in unparsed tokens.Will Hipschman-3/+3
2015-04-06Fix testsNiko Matsakis-9/+2
2015-04-06If we find a blanket impl for `Trait` but we're matching on an objectNiko Matsakis-0/+32
2015-04-04Added test for #24036, using spans to display note/help for this message nowSean Bowe-0/+30
2015-04-04Test cases for Issue 23338.Felix S. Klock II-0/+36
2015-04-04Rebase falloutSimonas Kazlauskas-1/+1
2015-04-03Auto merge of #23930 - petrochenkov:issue23656, r=nrcbors-3/+3
2015-04-03Auto merge of #23938 - nikomatsakis:invariant, r=pnkfelixbors-177/+111
2015-04-03Update tests to match the messagesSimonas Kazlauskas-30/+9
2015-04-03Add the tests for duplicate symbol errorsSimonas Kazlauskas-0/+172
2015-04-03Check uses of `Self` in impls in the compiler rather than during expansionNick Cameron-0/+32
2015-04-03Add tests for parsing of patternsVadim Petrochenkov-51/+0
2015-04-02Fallout to tests expecting unconditional help output from missing features.Felix S. Klock II-7/+0
2015-04-02Merge conflictsNiko Matsakis-6/+2
2015-04-02Remove *most* mentions of phantom fns and variance on traits. Leave someNiko Matsakis-2/+17
2015-04-02Fallout in testsNiko Matsakis-171/+94
2015-04-02syntax: Rewrite parsing of patternsVadim Petrochenkov-3/+3
2015-04-02Tweak relese notes + rebase fixesAlex Crichton-0/+2
2015-04-01Test fixes and rebase conflicts, round 2Alex Crichton-35/+0
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-16/+23