summary refs log tree commit diff
path: root/src/libstd/io/error.rs
AgeCommit message (Expand)AuthorLines
2016-07-30Add urls in std::io typesGuillaume Gomez-1/+7
2016-07-29Add io::Error doc examplesGuillaume Gomez-0/+145
2016-07-06Add doc examples for `io::Error::from_raw_os_error`.Corey Farwell-0/+24
2016-05-03Remove unused trait imports flagged by lintSeo Sanghyeon-1/+0
2016-03-12std: Clean out deprecated APIsAlex Crichton-8/+0
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-1/+1
2015-12-10std: improve io error descriptionsSean McArthur-1/+23
2015-12-09doc: these are just renames, so avoid duplicationTshepang Lekhonkhobe-6/+1
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-1/+13
2015-10-14fix tidyManish Goregaokar-1/+1
2015-10-14fix link on std::result::ResultVladimir Rutsky-3/+2
2015-09-14Auto merge of #28256 - petrochenkov:conv, r=alexcrichtonbors-1/+5
2015-09-09Reduce code bloat from conversion traits in function parametersVadim Petrochenkov-1/+5
2015-09-08some more clippy-based improvementsAndre Bogus-3/+3
2015-08-30Auto merge of #27588 - cesarb:read_all, r=alexcrichtonbors-0/+9
2015-08-28Add issue number to read_exact unstable declarationsCesar Eduardo Barros-1/+1
2015-08-24Implement read_exact for the Read traitCesar Eduardo Barros-0/+9
2015-08-19Improve std::io::ErrorKindSteve Klabnik-0/+3
2015-08-15std: Add issues to all unstable featuresAlex Crichton-1/+2
2015-07-28std: Stabilize a number of small APIsAlex Crichton-9/+6
2015-07-10Add more std::io documentation.Steve Klabnik-3/+29
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