aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/lib-io.rs
Commit message (Expand)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-5/+5
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-061-5/+5
* Assume xfail-stage0 implies stage1 and stage2 in tests, for now.Graydon Hoare2011-05-031-0/+2
* Un-revert "Use different syntax for checks that matter to typestate", fixing ...Patrick Walton2011-05-021-1/+1
* Revert "Use different syntax for checks that matter to typestate"Graydon Hoare2011-05-021-1/+1
* Use different syntax for checks that matter to typestateTim Chevalier2011-05-021-1/+1
* Re-XFAIL lib-io.rs, not quite working yet.Graydon Hoare2011-04-291-0/+1
* Un-XFAIL most library tests.Graydon Hoare2011-04-291-1/+0
* Slight updates to match API drift in io, lib-io.rs passes.Graydon Hoare2011-04-131-4/+4
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-251-0/+2
* Change io.fileflag to a tag type. Remove FIXMEBrian Anderson2011-03-061-1/+1
* Rename std._io to std.io since 'io' is no longer a keywordBrian Anderson2011-02-221-3/+3
* Test the buffered reader and writer in _io.Roy Frostig2010-08-201-0/+26