about summary refs log tree commit diff
path: root/src/libstd/io/error.rs
AgeCommit message (Expand)AuthorLines
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-5/+5
2019-03-05libstd: implement Error::source for io::ErrorSean McArthur-0/+8
2019-02-28libstd => 2018Taiki Endo-9/+9
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-17deny intra-doc link resolution failures in libstdAndy Russell-0/+3
2018-12-12Bump to 1.33.0Alex Crichton-0/+1
2018-12-07Add x86_64-fortanix-unknown-sgx target to libstd and dependenciesJethro Beekman-1/+1
2018-10-06'a' → 'an' in front of vowel sounds.Corey Farwell-1/+1
2018-10-03Remove main() from examplesSon-5/+3
2018-09-27Doc for From ErrorKindSon-3/+12
2018-08-20Add doc for impl From for ErrorSon-0/+6
2018-08-15Make std::io::Error #[non_exhaustive]varkor-10/+1
2018-07-10Deny bare trait objects in `src/libstd`.ljedrz-7/+7
2018-01-30std: use more portable error number in from_raw_os_error docsJames Cowgill-4/+4
2018-01-13Better Debug impl for io::Error.Clar Charr-8/+35
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-2/+2
2017-08-10Add missing links for Error docsGuillaume Gomez-1/+4
2017-08-10Add missing links in io::Error docsGuillaume Gomez-7/+11
2017-06-04inline io::Error creation from ErrorKindarthurprs-0/+1
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-2/+2
2017-01-22libstd: replace all `try!` with `?` in documentation examplesUtkarsh Kukreti-1/+1
2017-01-13Change `to_owned` to `to_string` in docsStjepan Glavina-2/+2
2016-11-05Rollup merge of #37537 - GuillaumeGomez:error_kind_doc, r=steveklabnikAlex Crichton-2/+7
2016-11-02Add missing urls for ErrorKind's variantsGuillaume Gomez-2/+7
2016-11-02Add a new non-heap allocated variant to io::Error's representation.Mark-Simulacrum-21/+48
2016-08-31Rollup merge of #35911 - tbu-:pr_io_errorkind_traits, r=alexcrichtonJonathan Turner-2/+3
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-5/+0
2016-08-24Restore old ordering of `io::ErrorKind`sTobias Bucher-3/+4
2016-08-23Implement more traits for `std::io::ErrorKind`Tobias Bucher-6/+6
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