about summary refs log tree commit diff
path: root/src/libstd/test.rs
AgeCommit message (Expand)AuthorLines
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-15/+15
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-1/+1
2012-03-16core: Store reexporting result and either. Closes #1997Brian Anderson-0/+1
2012-03-14annotate libstd and start enforcing mutabilityNiko Matsakis-7/+6
2012-03-13implement deserialization, rename mk_mem_buffer() to mem_buffer()Niko Matsakis-1/+1
2012-03-13Name types after their modules instead of 't'Brian Anderson-1/+1
2012-03-13Overhaul constructor naming in libsBrian Anderson-1/+1
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-2/+1
2012-03-12std: Sort test failures. Closes #1929Brian Anderson-15/+57
2012-03-09std: Convert to rustdocBrian Anderson-0/+2
2012-02-22Remove preconditions from librariesMarijn Haverbeke-8/+2
2012-02-20core: New task APIBrian Anderson-14/+6
2012-02-18core: When running tests sequentially, print the test name before running itBrian Anderson-2/+11
2012-02-13(core::str) add find_bytes and export it...Kevin Cantu-1/+1
2012-02-07Make process-spawning take environments and working directories, remove procs...Graydon Hoare-1/+10
2012-02-03core: rename str::lteq to str::leTom Lee-1/+1
2012-01-31Change option::t to optionTim Chevalier-3/+3
2012-01-31Require alts to be exhaustiveTim Chevalier-2/+4
2012-01-19lib: ";" to "," in enumsPatrick Walton-4/+4
2012-01-19libcore: Use 4x the number of scheduler threads for testingBrian Anderson-1/+5
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
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
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
2012-01-11Major clean-up of std::ioMarijn Haverbeke-10/+10
2012-01-06simplify task implNiko Matsakis-4/+3
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-7/+7
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-1/+1
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