about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2011-08-26stdlib: Added a treemap traversal function.Eric Holk-0/+17
2011-08-26stdlib: Added an incredibly simple treemap.Eric Holk-0/+43
2011-08-26Adding a test case to make sure spawning polymorphic functions works.Eric Holk-0/+12
2011-08-26Test case for checks on pattern-bound varsTim Chevalier-0/+16
2011-08-25Test case for unchecked blocksTim Chevalier-0/+41
2011-08-25Change "pred" to "pure fn" in all libraries and test casesTim Chevalier-20/+22
2011-08-25Allow pure fns to have any return typeTim Chevalier-2/+34
2011-08-25Cleaning up task and comm exports, updating all the test cases.Eric Holk-420/+436
2011-08-25Fix istr::unsafe_from_bytes. Issue #855Brian Anderson-0/+7
2011-08-24Test that processes that are supposed to fail return a non-zero statusBrian Anderson-0/+4
2011-08-24XFAIL task-comm-2. Doesn't work under windowsBrian Anderson-0/+5
2011-08-23Resolve a number of FIXMEsBrian Anderson-34/+8
2011-08-23Zero locals with initializers that may break or terminate. Closes #787Brian Anderson-0/+51
2011-08-23Add kind-checking for assign-op, copy, ret, be, fail exprs. Fix caught kindin...Graydon Hoare-22/+22
2011-08-23Recheck the while loop contition after continuing. Closes #825Brian Anderson-0/+10
2011-08-22Eliminate unused variable warnings in stdtestBrian Anderson-6/+7
2011-08-22Add std::istr. Issue #855Brian Anderson-0/+283
2011-08-22Teach rustc to append istrs. Issue #855Brian Anderson-0/+19
2011-08-22Teach rustc to add istrs. Issue #855Brian Anderson-2/+23
2011-08-22Encode the istr shape correctly. Issue #855Brian Anderson-0/+6
2011-08-22Fix ivec self-append. Closes #816Brian Anderson-6/+39
2011-08-22Create correct drop glue for istrs. Issue #855Brian Anderson-0/+6
2011-08-22Translate istr literals. Issue #855Brian Anderson-0/+17
2011-08-22Silence unused variable warnings in compiletestBrian Anderson-2/+2
2011-08-22Implement pattern guardsMarijn Haverbeke-0/+16
2011-08-22Remove silly restriction on passing type params by aliasMarijn Haverbeke-9/+0
2011-08-22Drop arguments on the caller side, not the calleeMarijn Haverbeke-1/+1
2011-08-20Rewrite reap_dead_tasks to never grab the sched lock before a task lockBrian Anderson-4/+0
2011-08-20Convert task-perf-spawnalot to spawn_joinable. XFAILBrian Anderson-1/+7
2011-08-20Stop parsing ~[] vector syntaxBrian Anderson-2/+2
2011-08-20ReformatBrian Anderson-2190/+1838
2011-08-19Parse x[y] as indexesBrian Anderson-19/+19
2011-08-19Fix polymorphic iterators. Closes #829.Michael Sullivan-0/+4
2011-08-19Pretty-print constrained types correctlyBrian Anderson-1/+0
2011-08-19Pretty-print parens around more things that need disambiguationBrian Anderson-1/+0
2011-08-19Teach the pretty-printer to disambiguate 'if ret { }' et. alBrian Anderson-1/+0
2011-08-19Add some tests for expression corner cases, mostly involving ret and failBrian Anderson-0/+100
2011-08-19Clean up run-pass/fun-call-variantsBrian Anderson-9/+3
2011-08-19Remove xfail-pretty directives from working testsBrian Anderson-4/+0
2011-08-19Add a comment about our single use of no-reformatBrian Anderson-0/+3
2011-08-19Do better at preserving blank lines during pretty-printingBrian Anderson-0/+15
2011-08-19Don't pretty-print extra blank lines after anon object methodsBrian Anderson-0/+14
2011-08-18Don't pretty-print trailing whitespace for blank lines inside block commentsBrian Anderson-0/+15
2011-08-18Try harder to disambig blocks followed by various exprs in pprust. Closes #840Brian Anderson-0/+65
2011-08-18Handle sequential let semantics properly in typestateTim Chevalier-0/+4
2011-08-18Kill another case of a spurious blank line. Closes #809.Graydon Hoare-0/+8
2011-08-18Fix task-comm-15 type errors and un-xfail.Michael Sullivan-7/+3
2011-08-18More misc ivec->vec renamingBrian Anderson-4/+4
2011-08-18Rename various things from ivec to vecBrian Anderson-30/+30
2011-08-18Pretty-print ivecs as []Brian Anderson-21/+21