index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
io
/
error.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-5
/
+5
2019-03-05
libstd: implement Error::source for io::Error
Sean McArthur
-0
/
+8
2019-02-28
libstd => 2018
Taiki Endo
-9
/
+9
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-17
deny intra-doc link resolution failures in libstd
Andy Russell
-0
/
+3
2018-12-12
Bump to 1.33.0
Alex Crichton
-0
/
+1
2018-12-07
Add x86_64-fortanix-unknown-sgx target to libstd and dependencies
Jethro Beekman
-1
/
+1
2018-10-06
'a' → 'an' in front of vowel sounds.
Corey Farwell
-1
/
+1
2018-10-03
Remove main() from examples
Son
-5
/
+3
2018-09-27
Doc for From ErrorKind
Son
-3
/
+12
2018-08-20
Add doc for impl From for Error
Son
-0
/
+6
2018-08-15
Make std::io::Error #[non_exhaustive]
varkor
-10
/
+1
2018-07-10
Deny bare trait objects in `src/libstd`.
ljedrz
-7
/
+7
2018-01-30
std: use more portable error number in from_raw_os_error docs
James Cowgill
-4
/
+4
2018-01-13
Better Debug impl for io::Error.
Clar Charr
-8
/
+35
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2017-08-10
Add missing links for Error docs
Guillaume Gomez
-1
/
+4
2017-08-10
Add missing links in io::Error docs
Guillaume Gomez
-7
/
+11
2017-06-04
inline io::Error creation from ErrorKind
arthurprs
-0
/
+1
2017-03-13
Remove function invokation parens from documentation links.
Corey Farwell
-2
/
+2
2017-01-22
libstd: replace all `try!` with `?` in documentation examples
Utkarsh Kukreti
-1
/
+1
2017-01-13
Change `to_owned` to `to_string` in docs
Stjepan Glavina
-2
/
+2
2016-11-05
Rollup merge of #37537 - GuillaumeGomez:error_kind_doc, r=steveklabnik
Alex Crichton
-2
/
+7
2016-11-02
Add missing urls for ErrorKind's variants
Guillaume Gomez
-2
/
+7
2016-11-02
Add a new non-heap allocated variant to io::Error's representation.
Mark-Simulacrum
-21
/
+48
2016-08-31
Rollup merge of #35911 - tbu-:pr_io_errorkind_traits, r=alexcrichton
Jonathan Turner
-2
/
+3
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-5
/
+0
2016-08-24
Restore old ordering of `io::ErrorKind`s
Tobias Bucher
-3
/
+4
2016-08-23
Implement more traits for `std::io::ErrorKind`
Tobias Bucher
-6
/
+6
2016-07-30
Add urls in std::io types
Guillaume Gomez
-1
/
+7
2016-07-29
Add io::Error doc examples
Guillaume Gomez
-0
/
+145
2016-07-06
Add doc examples for `io::Error::from_raw_os_error`.
Corey Farwell
-0
/
+24
2016-05-03
Remove unused trait imports flagged by lint
Seo Sanghyeon
-1
/
+0
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-8
/
+0
2015-12-29
Fix warnings when compiling stdlib with --test
Florian Hahn
-1
/
+1
2015-12-10
std: improve io error descriptions
Sean McArthur
-1
/
+23
2015-12-09
doc: these are just renames, so avoid duplication
Tshepang Lekhonkhobe
-6
/
+1
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-1
/
+13
2015-10-14
fix tidy
Manish Goregaokar
-1
/
+1
2015-10-14
fix link on std::result::Result
Vladimir Rutsky
-3
/
+2
2015-09-14
Auto merge of #28256 - petrochenkov:conv, r=alexcrichton
bors
-1
/
+5
2015-09-09
Reduce code bloat from conversion traits in function parameters
Vadim Petrochenkov
-1
/
+5
2015-09-08
some more clippy-based improvements
Andre Bogus
-3
/
+3
2015-08-30
Auto merge of #27588 - cesarb:read_all, r=alexcrichton
bors
-0
/
+9
2015-08-28
Add issue number to read_exact unstable declarations
Cesar Eduardo Barros
-1
/
+1
2015-08-24
Implement read_exact for the Read trait
Cesar Eduardo Barros
-0
/
+9
2015-08-19
Improve std::io::ErrorKind
Steve Klabnik
-0
/
+3
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-1
/
+2
2015-07-28
std: Stabilize a number of small APIs
Alex Crichton
-9
/
+6
2015-07-10
Add more std::io documentation.
Steve Klabnik
-3
/
+29
[next]