about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2011-07-14Add tests for unsuperviseBrian Anderson-5/+17
2011-07-14Add a flag to run ignored tests. Issue #428Brian Anderson-0/+40
2011-07-14Add head and tail functions to std::ivecBrian Anderson-0/+18
2011-07-14Add is_empty, is_not_empty preds to std::ivecBrian Anderson-0/+23
2011-07-14Add a facility for ignoring tests. Issue #428Brian Anderson-0/+37
2011-07-14Revert "Allow main to return int"Brian Anderson-3/+0
2011-07-14XFAIL some tests in stage 0Brian Anderson-0/+14
2011-07-13Allow main to return intBrian Anderson-0/+3
2011-07-13Make resolve and the typechecker check for a main fn of theTim Chevalier-0/+12
2011-07-13Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.Graydon Hoare-139/+139
2011-07-13Add test case from issue #675. The previous fix actually fixes this too.Tim Chevalier-0/+5
2011-07-13Parse nullary ret correctlyTim Chevalier-0/+6
2011-07-13Add box patternsMarijn Haverbeke-0/+12
2011-07-12Fix fast-check target by disabling code snippet printing on warnings (broken ...Graydon Hoare-0/+1
2011-07-12Fix type inference of fn tail expressions. Closes #680Brian Anderson-0/+9
2011-07-12Updating and unXFAILing somet communication tests.Eric Holk-105/+80
2011-07-12test: Switch lib-either over to interior vectors. Puts out burning tinderbox.Patrick Walton-26/+26
2011-07-12Make resolve check for type-variable name-shadowingTim Chevalier-5/+8
2011-07-12Change typestate to use visit instead of walkTim Chevalier-0/+8
2011-07-11Change "etc" syntax for record patterns from `{a:b ...}` to `{a:b, _}`.Paul Stansifer-1/+1
2011-07-11Move macro expansion to a separate phase, change macro syntax, and add parse_...Paul Stansifer-6/+6
2011-07-11Visit the type argument in a port expressionTim Chevalier-0/+16
2011-07-11In typeck, check for dynamically sized by-value arguments to thunksTim Chevalier-0/+28
2011-07-11rustc: Implement explicit global scope resolution via leading "::"; add a tes...Patrick Walton-0/+14
2011-07-11Unify the rhs and lhs types in a sendTim Chevalier-0/+10
2011-07-11rustc: Implement pointer dereference; add a test casePatrick Walton-0/+23
2011-07-11Fix comparisons of the nil type to do something sensible.Michael Sullivan-5/+3
2011-07-11Started working on MapReduce.Eric Holk-0/+220
2011-07-11Fix autoderef of function calls when the function is not an lval.Michael Sullivan-0/+12
2011-07-11Add a test that exercises these cases in bind.Michael Sullivan-0/+20
2011-07-11Implement record patternsMarijn Haverbeke-0/+29
2011-07-11Implement or-patterns in case clausesMarijn Haverbeke-0/+30
2011-07-10rt: Remove the _2 prefix from intrinsics; all rust-intrinsics now use explici...Patrick Walton-11/+11
2011-07-09rustc: Make rust-intrinsics take an explicit return pointerPatrick Walton-11/+11
2011-07-09Add sha1 and int tests to stdtest. Issue #428Brian Anderson-0/+110
2011-07-09Begin running the test for int::powBrian Anderson-2/+5
2011-07-08Tests for constraint propagationTim Chevalier-0/+70
2011-07-08Improve the error message for import glob collisions. Closes #482Brian Anderson-0/+14
2011-07-08Add test case for issue #333. Closes #333Brian Anderson-0/+12
2011-07-08Adding more support for working with u64s.Eric Holk-7/+14
2011-07-08rustc: Do dynamic size calculations properly when concatenating interior vect...Patrick Walton-0/+16
2011-07-08Ignore current scope when resolving self-shadowing importsMarijn Haverbeke-0/+16
2011-07-08Auto-bind generic functions when their value is taken in non-call contextMarijn Haverbeke-0/+13
2011-07-07Added a stress test mode to pfib.Eric Holk-13/+57
2011-07-07Un-xfail a test.Lindsey Kuper-1/+0
2011-07-07Fix a bug that was interfering with method overriding. Issue #543.Lindsey Kuper-12/+2
2011-07-07Make moving of temporaries do the right thing, use it to optimizeMarijn Haverbeke-0/+1
2011-07-06Tie the knot for self-calls inside extended objects. Closes #539.Lindsey Kuper-6/+1
2011-07-06Add a stdtest crate to hold the standard library testsBrian Anderson-0/+10
2011-07-06Swap the expected/actual for typechecking fields of updated recordsBrian Anderson-0/+9