rust/src/libstd
bors d2bc30b03f Auto merge of #37037 - Mark-Simulacrum:stack-error, r=alexcrichton
Add conversions from `io:ErrorKind` to `io::Error`

Filing to help with discussion around the possibility of doing this.

Current changes are clearly backwards incompatible, but I think adding a new function (with a bikeshed on naming) like `Error::new_str` should be possible (or some other way of specializing the string error message case) to fix #36658.
2016-11-04 03:38:18 -07:00
..
collections Rollup merge of #37498 - sanxiyn:unused-type-alias, r=eddyb 2016-11-02 15:09:42 -04:00
ffi Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturon 2016-10-03 11:00:03 -07:00
io Auto merge of #37037 - Mark-Simulacrum:stack-error, r=alexcrichton 2016-11-04 03:38:18 -07:00
net Rollup merge of #36762 - achanda:sockaddr_type, r=alexcrichton 2016-10-12 10:15:25 -07:00
os Support for aarch64 architecture on Fuchsia 2016-10-24 16:58:35 -07:00
prelude End stdlib module summaries with a full stop. 2016-03-04 17:37:11 -05:00
rand Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
sync Auto merge of #37162 - matklad:static-mut-lint, r=jseyfried 2016-10-17 04:32:15 -07:00
sys Document sys_common and sys 2016-11-01 17:08:24 +00:00
sys_common Clean up and add more comments to libstd/lib.rs 2016-11-01 17:08:24 +00:00
thread Document reasoning for supporting both fast and OS TLS in the same bin 2016-11-01 17:08:24 +00:00
time Reword description of SystemTimeError. 2016-09-29 20:08:46 +02:00
ascii.rs Use #[prelude_import] in libstd. 2016-08-24 22:12:48 +00:00
build.rs Auto merge of #37385 - raphlinus:fuchsia_random, r=alexcrichton 2016-10-28 21:31:26 -07:00
Cargo.toml crate-ify compiler-rt into compiler-builtins 2016-09-12 21:22:15 -07:00
env.rs Move platform-specific arg handling to sys::args 2016-10-02 14:52:30 -07:00
error.rs Fix a few links in the docs 2016-10-21 00:49:47 +01:00
f32.rs std: Flatten the num directory to reflect the module layout 2016-11-01 17:08:24 +00:00
f64.rs std: Flatten the num directory to reflect the module layout 2016-11-01 17:08:24 +00:00
fs.rs impl Debug for ReadDir 2016-10-16 20:42:55 +02:00
lib.rs std: Flatten the num directory to reflect the module layout 2016-11-01 17:08:24 +00:00
macros.rs tidy/features: fix checking of lang features 2016-10-27 21:35:57 -04:00
memchr.rs std: Move platform specific memchr code into sys 2016-10-01 19:33:02 +00:00
num.rs std: Flatten the num directory to reflect the module layout 2016-11-01 17:08:24 +00:00
panic.rs Implement RefUnwindSafe for atomic types 2016-10-16 19:48:59 -04:00
panicking.rs Add basic doc examples for std::panic::{set_hook, take_hook}. 2016-09-18 10:03:34 -04:00
path.rs Rollup merge of #37316 - ollie27:docs_links, r=GuillaumeGomez 2016-11-01 16:15:52 +01:00
primitive_docs.rs Use less size_t casts in libstd since it's now defined as usize 2016-10-08 15:48:28 +02:00
process.rs Auto merge of #36339 - brson:emscripten-new, r=alexcrichton 2016-09-30 19:00:36 -07:00
rt.rs Move platform-specific arg handling to sys::args 2016-10-02 14:52:30 -07:00
rtdeps.rs Add support for the Haiku operating system on x86 and x86_64 machines 2016-09-25 11:12:23 -05:00