about summary refs log tree commit diff
path: root/src/libstd/io/error.rs
AgeCommit message (Expand)AuthorLines
2015-06-19Add a test for Debug for io::ErrorPeter Atashian-0/+10
2015-06-18Custom Debug impl for io::ErrorPeter Atashian-1/+11
2015-06-17std: Split the `std_misc` featureAlex Crichton-1/+1
2015-05-30std::io: bump the stability tag on ErrorKind::InvalidData to 1.2.0Mikhail Zabaluev-1/+1
2015-05-29std::io: New ErrorKind value InvalidDataMikhail Zabaluev-0/+7
2015-05-28Mention UFCS sadness in instability messagesSteven Fackler-3/+6
2015-05-27Add a test for downcastingSteven Fackler-2/+38
2015-05-27Add accessors for io::Error's inner error.Steven Fackler-6/+42
2015-05-27Delegate io::Error::cause to inner errorSteven Fackler-0/+7
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-7/+0
2015-04-18Auto merge of #24133 - kballard:add-sync-to-io-error, r=alexcrichtonbors-3/+8
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-1/+1
2015-04-08std: Stabilize io::Error::from_raw_os_errorAlex Crichton-3/+9
2015-04-06Add `Sync` to the bounds in `io::Error`Kevin Ballard-3/+8
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-55/+34
2015-03-19std: Stablize io::ErrorKindAlex Crichton-21/+58
2015-03-12std: Stabilize the `io` moduleAlex Crichton-2/+22
2015-02-03std: Add `io` module againAlex Crichton-0/+183