about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
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-20Actually un-xfail task-comm-14Brian Anderson-1/+0
2011-09-20Rehabilitate task-comm-14Brian Anderson-0/+34
2011-09-19Add tests for moving nullary functionsBrian Anderson-0/+19
2011-09-19Un-xfail various testsBrian Anderson-7/+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-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-3/+3
2011-09-16Saner approach to lvalues and callable values in transMarijn Haverbeke-3/+3
2011-09-16Remove autoderef for callsMarijn Haverbeke-26/+6
2011-09-16Change convention for specifying referenced argumentMarijn Haverbeke-1/+1
2011-09-15Add parens, as needed, around else-if conditions.Jesse Ruderman-2/+9
2011-09-15Generalize expression roots in alias analysisMarijn Haverbeke-0/+9
2011-09-15Add tests for returning by referenceMarijn Haverbeke-0/+23
2011-09-15Remove maybe_protect_block kludge from pretty-printerMarijn Haverbeke-0/+1
2011-09-15Insert omitted semicolons for statementsMarijn Haverbeke-3/+3
2011-09-14xfail-fast run-pass/linked-failure.rs. Not sure what the problem is.Brian Anderson-1/+1
2011-09-14Add a run-pass test for linked failureBrian Anderson-0/+24
2011-09-14Add support for negative literals.Josh Matthews-0/+6
2011-09-13Make for loop alias-safeMarijn Haverbeke-0/+8
2011-09-13Apply implicit copying for unsafe references to alt patternsMarijn Haverbeke-0/+6
2011-09-12Merge branch 'unwind'Brian Anderson-0/+64
2011-09-12Properly implement copy expressionsMarijn Haverbeke-1/+12
2011-09-12Pretty-print for new arg-mode syntaxMarijn Haverbeke-12/+12
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-117/+116
2011-09-12Fix tests for new argument-passing conventionMarijn Haverbeke-0/+18
2011-09-11Add an XFAILed test for native "llvm" modulesBrian Anderson-0/+10
2011-09-11XFAIL run-pass/task-comm-15 on win32 againBrian Anderson-0/+1
2011-09-11XFAIL some run-pass unwinding tests on win32Brian Anderson-0/+3
2011-09-11Add a number of unwinding testsBrian Anderson-0/+50
2011-09-02Reformat. Issue #855Brian Anderson-415/+324
2011-09-02Eliminate const_refcount. Issue #855Brian Anderson-4/+0
2011-09-02test: Add a test case for linearize_ty_params() and shapesPatrick Walton-0/+25
2011-09-01Convert all uses of #ifmt to #fmt. Issue #855Brian Anderson-1/+1
2011-09-01Make #fmt and #ifmt synonymous. Issue #855Brian Anderson-149/+149
2011-09-01Do less work in run-pass/task-comm.rsBrian Anderson-2/+2
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-41/+41
2011-09-01Convert some comm tests to istrs. Issue #855Brian Anderson-8/+8
2011-09-01Remove std::str. Issue #855Brian Anderson-2/+1
2011-09-01No, not all fn constraints have the same args as the fn does, in the same ord...Tim Chevalier-0/+11
2011-09-01Allow istrs as patterns. Issue #855Brian Anderson-5/+21
2011-09-01Remove some uses of str_buf builtin. Issue #855Brian Anderson-3/+2
2011-09-01Convert main functions to istrs. Issue #855Brian Anderson-14/+14