rust/src/libstd
bors ecfcd2a305 Auto merge of #26416 - retep998:error-debug, r=sfackler
Fixes https://github.com/rust-lang/rust/issues/26408

Example output when using `Result::unwrap`:
```
thread '<main>' panicked at 'called `Result::unwrap()` on an `Err` value: Error { repr: Os { code: 2, message: "The system cannot find the file specified.\r\n" } }', src/libcore\result.rs:731
```

This could technically be considered a breaking change for any code that depends on the format of the `Debug` output for `io::Error` but I sincerely hope nobody wrote code like that.
2015-06-21 03:08:28 +00:00
..
collections Auto merge of #26192 - alexcrichton:features-clean, r=aturon 2015-06-18 19:14:52 +00:00
ffi Add comment about stabilizing CString::from_ptr 2015-06-17 09:07:17 -07:00
io Add a test for Debug for io::Error 2015-06-19 12:55:59 -04:00
net Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton 2015-06-11 18:10:08 +00:00
num std: Split the std_misc feature 2015-06-17 09:06:59 -07:00
os std: Stabilize a number of new fs features 2015-06-09 17:44:13 -07:00
prelude Rollup merge of #25224 - brson:stddoc, r=steveklabnik 2015-05-13 00:52:48 -04:00
rand remove references to IoResult 2015-05-28 12:51:01 -04:00
rt More test fixes and fallout of stability changes 2015-06-17 09:07:17 -07:00
sync More test fixes and fallout of stability changes 2015-06-17 09:07:17 -07:00
sys std: Add FromRaw{Fd,Handle,Socket} to os preludes 2015-06-18 16:14:50 -07:00
thread Fix libstd tests 2015-06-18 10:51:31 -07:00
time std: Redesign Duration, implementing RFC 1040 2015-05-13 17:50:58 -07:00
array.rs
ascii.rs std: Split the std_misc feature 2015-06-17 09:06:59 -07:00
bool.rs
dynamic_lib.rs std: Split the std_misc feature 2015-06-17 09:06:59 -07:00
env.rs std: Deprecate the exit_status feature 2015-06-17 09:07:17 -07:00
error.rs std: Hide some internal functions more aggressively 2015-06-17 09:07:17 -07:00
fs.rs std: Stabilize a number of new fs features 2015-06-09 17:44:13 -07:00
lib.rs Fix libstd tests 2015-06-18 10:51:31 -07:00
macros.rs Fix docs for column/line 2015-06-19 11:22:37 -04:00
panicking.rs std: Split the std_misc feature 2015-06-17 09:06:59 -07:00
path.rs Auto merge of #25736 - tshepang:path-nits, r=steveklabnik 2015-05-25 01:56:48 +00:00
process.rs std: Tweak process raising/lowering implementations 2015-06-09 17:48:10 -07:00
rtdeps.rs std: Split the std_misc feature 2015-06-17 09:06:59 -07:00
thunk.rs std: Deprecate the thunk module 2015-06-17 09:07:17 -07:00
tuple.rs Remove doc-comment default::Default imports 2015-04-22 09:42:36 -04:00
unit.rs