summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2011-08-05Basic async IO module using libuvRob Arnold-0/+100
2011-08-05(Almost) Always unify a function tail expr with the function result typeTim Chevalier-0/+11
2011-08-04Prohibit assignment to upvars in lambdas. Closes #805.Michael Sullivan-0/+31
2011-08-04Add a cleanup for copying closures. Closes #804.Michael Sullivan-0/+7
2011-08-04Don't force resolution of type variables until there is no enclosing function...Michael Sullivan-0/+7
2011-08-04Handle alt on a _|_ - typed valueTim Chevalier-0/+3
2011-08-04Implement the occurs checkTim Chevalier-0/+9
2011-08-03Fix the pretty print tests to handle terminal newlines. Sorry!Michael Sullivan-3/+3
2011-08-03Remove an obsolete FIXME in stdtest/deque.rs. Closes #140.Michael Sullivan-6/+2
2011-08-03Whitespace cleanupBrian Anderson-5/+5
2011-08-03Convert line endings when doing exact pretty-print testingBrian Anderson-0/+8
2011-08-03Add some hacks to get stdin piping working more correctly in windowsBrian Anderson-1/+50
2011-08-03Revert "Revert "Handle conditionals on _|_ - typed values correctly""Tim Chevalier-0/+3
2011-08-03Add #concat_idents[] and #ident_to_str[]Paul Stansifer-0/+8
2011-08-03Actually un-xfail the test for put in fns.Michael Sullivan-3/+0
2011-08-03Reject programs that do a put outside of iterators.Michael Sullivan-2/+2
2011-08-03Do a bunch more typechecking for iters and for each loops.Michael Sullivan-0/+8
2011-08-03Remove the last remaining xfail-boot directiveBrian Anderson-4/+0
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-334/+0
2011-08-03Un-xfail more pretty-printing testsBrian Anderson-9/+0
2011-08-03Pretty-print kinds of type paramsBrian Anderson-2/+0
2011-08-03Disambiguate unop statements in pretty-printer. Closes #674Brian Anderson-1/+35
2011-08-03Revert "Handle conditionals on _|_ - typed values correctly"Brian Anderson-3/+0
2011-08-02Handle _|_ - typed discriminants in alts correctlyTim Chevalier-0/+4
2011-08-02Handle conditionals on _|_ - typed values correctlyTim Chevalier-0/+3
2011-08-02Make _|_ type binopableTim Chevalier-0/+4
2011-08-02Remove task-comm-chan-chan testBrian Anderson-53/+0
2011-08-02Enable more tests that pretty-print correctly nowBrian Anderson-3/+0
2011-08-02Pretty-print fn constraints more correctishBrian Anderson-3/+0
2011-08-02Un-xfail run-pass/claim-nontermBrian Anderson-2/+0
2011-08-02Un-xfail run-fail/fn-constraint-claimBrian Anderson-2/+0
2011-08-02Don't pp extra lines after block open when preserving whitespace. Closes #759Brian Anderson-7/+8
2011-08-02 In trans, don't assume both sides of a binop have the same typeTim Chevalier-0/+10
2011-08-02Allow patterns of the form `[a, b, c ...] to be matched and transcribed.Paul Stansifer-9/+19
2011-08-02Include benchmarks in pretty-print testsBrian Anderson-2/+6
2011-08-02Use ioivec::read_whole_file_str in a few placesBrian Anderson-4/+3
2011-08-02Typecheck pretty-printing test results as libraries. Issue #789Brian Anderson-1/+1
2011-08-02Add dedicated pretty-printer tests with new pp-exact directiveBrian Anderson-6/+67
2011-08-02Pretty-print test the rfail tests. Issue #789Brian Anderson-0/+2
2011-08-02Add xfail-pretty directives to tests that don't pretty-print correctlyBrian Anderson-2/+19
2011-08-02Remove test/run-pass/simple-qsortBrian Anderson-23/+0
2011-08-02Add xfail-pretty test directive. Issue #789Brian Anderson-3/+9
2011-08-02Run pretty-printed sources through the compiler again for sanityBrian Anderson-4/+10
2011-08-02Implement test that pretty-printed code converges. Issue #789Brian Anderson-10/+101
2011-08-02Remove unused procsrv::clone function from compiletestBrian Anderson-7/+0
2011-08-02Fix comment typo in compiletestBrian Anderson-1/+1
2011-08-02Pretty-print tests only run on .rs files. Issue #789Brian Anderson-5/+22
2011-08-02Introduce pretty-print testing mode to compiletest. Issue #789Brian Anderson-2/+19
2011-08-02Replace an open-coded conversion with ivec::from_vecBrian Anderson-6/+1
2011-08-02Move compiletest modules into separate filesBrian Anderson-587/+617