summary refs log tree commit diff
path: root/src/libstd/test.rs
AgeCommit message (Collapse)AuthorLines
2012-01-19lib: ";" to "," in enumsPatrick Walton-4/+4
2012-01-19libcore: Use 4x the number of scheduler threads for testingBrian Anderson-1/+5
An arbitrary number. I've done no measurements but it's intended to overcome the effects of tasks randomly being scheduled to threads and no work stealing. If scheduler threads == 1 then we just use a single test task.
2012-01-19libcore: Do less blocking in the test runnerBrian Anderson-41/+56
2012-01-19stdlib: "tag" -> "enum"Patrick Walton-2/+2
2012-01-19libstd: Long linesBrian Anderson-2/+2
2012-01-19Use fn~ to simplify the core::test interfaceBrian Anderson-70/+44
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-6/+6
Does what it says on the tin. The next commit will remove support for this syntax.
2012-01-19Use ctypes in native function declarationsHaitao Li-1/+2
2012-01-17libstd: Move std tests into libstdBrian Anderson-0/+129
2012-01-13Remove workaround for issue #1494Marijn Haverbeke-7/+1
We have a snapshot that includes the fix.
2012-01-13distinguish "any closure" and "stack closure" (block)Niko Matsakis-2/+2
2012-01-13make "native fn" the type for bare functions, remove fn exprsNiko Matsakis-14/+14
2012-01-11Fix dependency bug iface-did-of-impl resolvingMarijn Haverbeke-1/+1
By simply not resolving that def id until the typeck pass. Closes #1494
2012-01-11Major clean-up of std::ioMarijn Haverbeke-10/+10
Use ifaces instead of objs, stop wrapping everything in two (or three) layers of no-value-added indirection, and remove some of the more pointless/outdated idioms from the code.
2012-01-06simplify task implNiko Matsakis-4/+3
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-7/+7
And remove support for the old syntax
2011-12-22Register snapshots and switch logging over to use of log_full or #error / ↵Graydon Hoare-1/+1
#debug.
2011-12-18std: getopts now uses result::t (fixes #1289)Stefan Plantikow-2/+3
2011-12-16reorder args to the various vec, option fns so blk comes lastNiko Matsakis-2/+2
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+5
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+353