summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2011-09-22Add assignment to unique box localsBrian Anderson-0/+5
2011-09-22Initialize unique box locals from other localsBrian Anderson-0/+14
2011-09-22Don't unify unique boxes with different mutabilityBrian Anderson-0/+4
2011-09-22XFAIL spawnfail and task-comm-15Brian Anderson-0/+2
2011-09-22Add support for mutable unique boxesBrian Anderson-0/+5
2011-09-22Call drop glue on the thing in a unique boxBrian Anderson-0/+3
2011-09-21Log and compare unique boxesBrian Anderson-0/+12
2011-09-21Add an unwind test for failure during unique box constructionBrian Anderson-0/+18
2011-09-21Add ability to deref unique boxes. Make unique boxes immediates.Brian Anderson-0/+4
2011-09-21Add more unwind tests for failure during construction of allocated thingsBrian Anderson-0/+36
2011-09-21Revert "rustc: Make bottom types immediates. Add a |log ret| testcase. Closes...Marijn Haverbeke-5/+0
2011-09-21rustc: Make bottom types immediates. Add a |log ret| testcase. Closes #935.Patrick Walton-0/+5
2011-09-21Revert "Implement pattern ranges for all numeric types."Marijn Haverbeke-87/+0
2011-09-21Revert "rustc: Make bottom types immediates. Add a |log ret| testcase. Closes...Marijn Haverbeke-5/+0
2011-09-21Implement pattern ranges for all numeric types.Josh Matthews-0/+87
2011-09-20rustc: Make bottom types immediates. Add a |log ret| testcase. Closes #935.Patrick Walton-0/+5
2011-09-20Add another testcase for #910Jesse Ruderman-0/+11
2011-09-20Make creation of unique boxes work againBrian Anderson-0/+10
2011-09-20Parse unique box typesBrian Anderson-0/+7
2011-09-20Remove bogus comments from run-pass/task-comm-3Brian Anderson-2/+0
2011-09-20Rehabilitate run-fail/trivial-message2Brian Anderson-13/+19
2011-09-20Remove a bogus comment from run-fail/spawnfailBrian Anderson-1/+0
2011-09-20Actually un-xfail task-comm-14Brian Anderson-1/+0
2011-09-20Rehabilitate task-comm-14Brian Anderson-8/+12
2011-09-20Add an assert to run-fail/unwind-altBrian Anderson-0/+1
2011-09-20Zero locals that are inited via alt expressions. Closes #945Brian Anderson-0/+12
2011-09-19Add tests for moving nullary functionsBrian Anderson-0/+19
2011-09-19Un-xfail various testsBrian Anderson-9/+0
2011-09-19Un-xfail-fast run-pass/send-iloopBrian Anderson-2/+0
2011-09-19Remove a spurious error pattern from run-pass/linked-failureBrian Anderson-1/+0
2011-09-19Un-xfail two tests under check-fastBrian Anderson-2/+0
2011-09-19Revert "xfail some tests that hang (instead of segfaulting) since eafb6789a2"Brian Anderson-5/+0
2011-09-19Check for the correct exit code on cfail tests. Closes #938Brian Anderson-3/+7
2011-09-19Build tuples in two phases to avoid cleaning up partial tuplesBrian Anderson-0/+13
2011-09-19Register tuple cleanups after the tuple is builtBrian Anderson-0/+9
2011-09-19Revert "Revert "xfail some tests that hang (instead of segfaulting) since eaf...Brian Anderson-0/+5
2011-09-19Revert "Check for the correct exit code on cfail tests. Closes #938"Brian Anderson-7/+3
2011-09-19Revert "xfail some tests that hang (instead of segfaulting) since eafb6789a2"Brian Anderson-5/+0
2011-09-19Check for the correct exit code on cfail tests. Closes #938Brian Anderson-3/+7
2011-09-19Build records in two phases to avoid cleanups on partial recordsBrian Anderson-0/+16
2011-09-19Don't register record cleanups until the record is builtBrian Anderson-0/+11
2011-09-18xfail some tests that hang (instead of segfaulting) since eafb6789a2Marijn Haverbeke-0/+5
2011-09-16Make move-mode arguments unwind correctly. Closes #939Brian Anderson-0/+9
2011-09-16Saner approach to lvalues and callable values in transMarijn Haverbeke-3/+3
2011-09-16Un-xfail some task-comm testsBrian Anderson-29/+23
2011-09-16Yield after sendBrian Anderson-0/+28
2011-09-16Handle the case where a child task tries to kill a parent while it is dyingBrian Anderson-0/+23
2011-09-16Revert "Saner approach to lvalues and callable values in trans"Marijn Haverbeke-3/+3
2011-09-16Require body of else-less if expressions to be a value-less blockMarijn Haverbeke-5/+5
2011-09-16Saner approach to lvalues and callable values in transMarijn Haverbeke-3/+3