about summary refs log tree commit diff
path: root/src/libstd/io/result.rs
AgeCommit message (Expand)AuthorLines
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2014-12-05Utilize fewer reexportsCorey Farwell-1/+1
2014-11-18implement Writer for Vec<u8>Daniel Micay-3/+3
2014-11-17Fix fallout from coercion removalNick Cameron-4/+4
2014-10-29Rename fail! to panic!Steve Klabnik-3/+3
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-1/+2
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-2/+2
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-1/+1
2014-02-03std: Fixing all documentationAlex Crichton-3/+3
2014-02-03std: Fix tests with io_error usageAlex Crichton-33/+23
2014-02-03std: Remove io::io_errorAlex Crichton-0/+138