summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2011-09-27Don't ever raise unique kinds of pinned kinds to shared (again)Brian Anderson-8/+39
2011-09-27Add an xfailed test for bogus deep copying of things containing resourcesBrian Anderson-0/+16
2011-09-27Add an xfailed test for bogus vector addition of typaramsBrian Anderson-0/+21
2011-09-26Add two xfailed tests for invalid copies into vectorsBrian Anderson-0/+36
2011-09-26Enforce copy restrictions on let initializersBrian Anderson-0/+29
2011-09-26Make some nocopy tests a bit more futureproofBrian Anderson-4/+4
2011-09-26Prevent copying of uncopyable things via the copy opBrian Anderson-0/+10
2011-09-26Prevent copying of uncopyable things via compound assignment opsBrian Anderson-0/+9
2011-09-26Don't allow vectors of pinned kinds to be copiedBrian Anderson-0/+10
2011-09-26Don't allow copying of unique boxes of pinned kindsBrian Anderson-1/+0
2011-09-26Unique vectors and boxes of pinned are unique kinds. Closes #977Brian Anderson-36/+1
2011-09-24Don't iloop (future-proof test against improved reachability computations)Jesse Ruderman-1/+1
2011-09-24Remove irrelevant parts of testJesse Ruderman-4/+0
2011-09-24Move a previous run-pass test for kind-lowered unique boxes to compile-failBrian Anderson-0/+36
2011-09-24Unique pointers containing pinned kinds become pinnedBrian Anderson-0/+10
2011-09-22Calculate the correct kind for unique boxesBrian Anderson-0/+9
2011-09-22Don't unify unique boxes with different mutabilityBrian Anderson-0/+4
2011-09-21Revert "Implement pattern ranges for all numeric types."Marijn Haverbeke-57/+0
2011-09-21Implement pattern ranges for all numeric types.Josh Matthews-0/+57
2011-09-19Revert "xfail some tests that hang (instead of segfaulting) since eafb6789a2"Brian Anderson-5/+0
2011-09-19Revert "Revert "xfail some tests that hang (instead of segfaulting) since eaf...Brian Anderson-0/+5
2011-09-19Revert "xfail some tests that hang (instead of segfaulting) since eafb6789a2"Brian Anderson-5/+0
2011-09-18xfail some tests that hang (instead of segfaulting) since eafb6789a2Marijn Haverbeke-0/+5
2011-09-16Remove autoderef for callsMarijn Haverbeke-2/+0
2011-09-16Change convention for specifying referenced argumentMarijn Haverbeke-1/+1
2011-09-15Add tests for returning by referenceMarijn Haverbeke-0/+69
2011-09-13Print something when we can't figure out a tag name. Mitigates #876.Michael Sullivan-1/+1
2011-09-13Ensure that the declared type and actual type of a constant agreeMarijn Haverbeke-0/+4
2011-09-13Be more strict about what constitutes a block expressionMarijn Haverbeke-3/+2
2011-09-13Make for loop alias-safeMarijn Haverbeke-2/+2
2011-09-13Apply implicit copying for unsafe references to alt patternsMarijn Haverbeke-4/+4
2011-09-12Rename alias to reference in docs and error messagesMarijn Haverbeke-4/+4
2011-09-12Pretty-print for new arg-mode syntaxMarijn Haverbeke-4/+5
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-22/+22
2011-09-12Fix tests for new argument-passing conventionMarijn Haverbeke-27/+15
2011-09-06Forbid blocks from deinitializing upvarsTim Chevalier-5/+8
2011-09-02Print the type of istrs as 'str' in error messages. Issue #855Brian Anderson-3/+3
2011-09-02Reformat. Issue #855Brian Anderson-24/+18
2011-09-01Remove lots of estr code from rustc. Issue #855Brian Anderson-1/+1
2011-09-01Convert all uses of #ifmt to #fmt. Issue #855Brian Anderson-14/+14
2011-09-01Make #fmt and #ifmt synonymous. Issue #855Brian Anderson-2/+2
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-2/+2
2011-09-01Fix the error-patterns in 2 cfail tests. Issue #855Brian Anderson-2/+2
2011-09-01Add a test that lambdas can't deinitialize upvarsTim Chevalier-0/+8
2011-09-01Test for #876Tim Chevalier-0/+10
2011-09-01Convert main functions to istrs. Issue #855Brian Anderson-6/+6
2011-09-01Remove last users of str::sbuf. Issue #855Brian Anderson-1/+1
2011-09-01Make resolve recognize upvarsMarijn Haverbeke-2/+2
2011-09-01Move mutability checking into its own pass.Marijn Haverbeke-5/+5
2011-08-31Start paring down std::str. Issue #855Brian Anderson-5/+5