about summary refs log tree commit diff
path: root/src/libstd/io/test.rs
AgeCommit message (Expand)AuthorLines
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-3/+3
2015-01-09iOS: fixed test buildValerii Hiora-8/+21
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-2/+0
2015-01-03Remove deprecated functionalityAlex Crichton-3/+3
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-3/+3
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+2
2015-01-01std: Second pass stabilization of syncAlex Crichton-3/+3
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-11-26/*! -> //!Steve Klabnik-9/+6
2014-11-19Make os::getcwd() return IoResult<Path>Barosl Lee-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-3/+3
2014-10-10Register new snapshotsAlex Crichton-6/+4
2014-10-01Remove iotest macroAaron Turon-36/+0
2014-09-17rollup merge of #17297 : treeman/net-unixAlex Crichton-1/+1
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-09-16Rename std::io::net::unix to std::io::net::pipe.Jonas Hietala-1/+1
2014-08-20Add #[repr(C)] to all the things!Corey Richardson-0/+1
2014-08-13std: Clarify what timers do with zero and negative durationsBrian Anderson-0/+1
2014-08-04stabilize atomics (now atomic)Aaron Turon-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-05-28std: Remove format_strbuf!()Alex Crichton-5/+5
2014-05-23std: Move running_on_valgrind to rt::util. #1457Brian Anderson-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-5/+5
2014-04-10rustc: Don't allow priv use to shadow pub useAlex Crichton-1/+0
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-28syntax: Accept meta matchers in macrosAlex Crichton-3/+3
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-6/+3
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-3/+3
2014-03-12Remove remaining nolink usages.(fixes #12810)lpy-1/+0
2014-03-12Remove the dependence of std::io::test on rand.Huon Wilson-4/+11
2014-02-28std: Improve some I/O documentationAlex Crichton-0/+1
2014-02-26auto merge of #12490 : zslayton/rust/doc-fix-12386, r=alexcrichtonbors-0/+2
2014-02-23Roll std::run into std::io::processAlex Crichton-0/+1
2014-02-23Closes #12386. Removed 'pub mod' doc-comments in std::io's mod.rs file. Added...zslayton-0/+2
2014-02-15std: clean up ptr a bitCorey Richardson-6/+4
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-1/+1
2014-01-22Implement native timersAlex Crichton-0/+1
2013-12-27Implement native TCP I/OAlex Crichton-5/+6
2013-12-27Bring native process bindings up to dateAlex Crichton-0/+1
2013-12-25Test fixes and rebase conflictsAlex Crichton-0/+1
2013-12-24Test fixes and rebase problemsAlex Crichton-0/+79
2013-12-24std: Get stdtest all passing againAlex Crichton-4/+40
2013-12-24std: Delete rt::testAlex Crichton-0/+79