about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2011-08-31Start paring down std::str. Issue #855Brian Anderson-672/+344
2011-08-31Convert benchmarks to istrs. Issue #855Brian Anderson-103/+97
2011-08-31Check all paths return properly in blocks. Closes #874.Michael Sullivan-0/+5
2011-08-31Get rid of the hack that ignores () typed things in fn tail position.Michael Sullivan-2/+2
2011-08-31Convert uses of #fmt to #ifmt. Issue #855Brian Anderson-110/+91
2011-08-31Replace xfail-stageN with simply xfail-testMarijn Haverbeke-124/+43
2011-08-31Revert "Replace xfail-stageN with simply xfail-test"Marijn Haverbeke-40/+118
2011-08-31Replace xfail-stageN with simply xfail-testMarijn Haverbeke-118/+40
2011-08-30Allow main to take istrs. Issue #855Brian Anderson-1/+3
2011-08-30Convert compiletest to istrs. Issue #855Brian Anderson-213/+248
2011-08-30Convert #env to istrs. Temporarily disable usage in rustc. Issue #855Brian Anderson-1/+1
2011-08-30Convert std::net to istrs. Issue #855Brian Anderson-11/+14
2011-08-30Support istrs as fail argument. Issue #855Brian Anderson-1/+1
2011-08-30Add #ifmt extension, like #fmt but for istrs. Issue #855Brian Anderson-153/+153
2011-08-30Remove the %S istr conversion from #fmtBrian Anderson-6/+0
2011-08-30Un-xfail zip-same-lengthTim Chevalier-5/+3
2011-08-30XFAIL zip-same-length -- that's ok, since it's a new testTim Chevalier-3/+5
2011-08-30Library test cases for vec::zipTim Chevalier-0/+60
2011-08-30Add a precondition on vec::zipTim Chevalier-1/+8
2011-08-30Test that fn preconditions get typecheckedTim Chevalier-0/+18
2011-08-29Implement non-internal ivecsMarijn Haverbeke-23/+13
2011-08-27Add std::istr::as_buf for converting to cstrs. Issue #855Brian Anderson-1/+21
2011-08-27Support istrs in #fmt. Issue #855Brian Anderson-0/+6
2011-08-27Convert std::map::new_str_hash to istrs. Issue #855Brian Anderson-13/+15
2011-08-27Convert std::os to istrs. Issue #855Brian Anderson-2/+2
2011-08-27Convert std::generic_os to istrs. Issue #855Brian Anderson-14/+17
2011-08-27Add std::istr::str_from_cstr. Issue #855Brian Anderson-0/+9
2011-08-27Convert std::io to istrs. Issue #855Brian Anderson-35/+46
2011-08-27Convert std::run to istrs. Issue #855Brian Anderson-5/+8
2011-08-27Convert std::getopts to istrs. Issue #855Brian Anderson-140/+142
2011-08-27Convert the task-comm parts of compiletest to istrs. Issue #855Brian Anderson-61/+108
2011-08-27Convert std::fs to istrs. Issue #855Brian Anderson-20/+29
2011-08-27Convert std::sha1 to istrs. Issue #855Brian Anderson-12/+12
2011-08-27Convert std::u64 to istrs. Issue #855Brian Anderson-3/+6
2011-08-27Convert std::int to istrs. Issue #855Brian Anderson-12/+16
2011-08-27Convert std::uint to istrs. Issue #855Brian Anderson-24/+27
2011-08-26Polymorphic MapReduce!Eric Holk-0/+328
2011-08-26stdlib: more test cases for treemap.Eric Holk-1/+16
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