rust/src/libstd
bors f6341a878e Auto merge of #26159 - alexcrichton:tweak-process-lowering-raising, r=brson
* Slate these features to be stable in 1.2 instead of 1.1 (not being backported)
* Have the `FromRawFd` implementations follow the contract of the `FromRawFd`
  trait by taking ownership of the primitive specified.
* Refactor the implementations slightly to remove the `unreachable!` blocks as
  well as separating the stdio representation of `std::process` from
  `std::sys::process`.

cc #25494
2015-06-11 08:22:39 +00:00
..
collections Inline hash_table::calculate_offsets, used by iterators. 2015-05-31 11:03:46 +03:00
ffi Add methods for handing CStrings back and forth to C 2015-06-05 22:27:09 -04:00
io std::io: bump the stability tag on ErrorKind::InvalidData to 1.2.0 2015-05-30 15:09:13 +03:00
net disabling socking timing tests because openbsd/bitrig get/set are not congruent due to rounding errors 2015-06-10 11:23:47 -07:00
num Document behavior of {f32,f64}::{min,max} on NaN 2015-06-01 15:02:11 -07:00
os support aarch64-android raw type definitions 2015-06-04 14:25:05 +09: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 Use const fn to abstract away the contents of UnsafeCell & friends. 2015-05-27 11:19:03 +03:00
sync Add priority policy to RWLock API Documentation 2015-06-03 18:55:52 +01:00
sys Auto merge of #26159 - alexcrichton:tweak-process-lowering-raising, r=brson 2015-06-11 08:22:39 +00:00
thread std: Add an option to disable ELF based TLS 2015-05-28 10:14:42 -07:00
time std: Redesign Duration, implementing RFC 1040 2015-05-13 17:50:58 -07:00
array.rs rustdoc: Support for "array" primitive 2015-03-23 14:02:34 -07:00
ascii.rs Model lexer: Fix remaining issues 2015-04-21 12:02:12 +02:00
bool.rs
dynamic_lib.rs Use const fn to abstract away the contents of UnsafeCell & friends. 2015-05-27 11:19:03 +03:00
env.rs Rollup merge of #25668 - steveklabnik:doc_const, r=alexcrichton 2015-05-28 00:35:20 +05:30
error.rs Replace usage of String::from_str with String:from 2015-06-08 16:55:35 +02:00
fs.rs Rollup merge of #25128 - steveklabnik:gh24816, r=alexcrichton 2015-05-28 00:35:19 +05:30
lib.rs Use const fn to abstract away the contents of UnsafeCell & friends. 2015-05-27 11:19:03 +03:00
macros.rs Indent 4 spaces instead of 2 2015-06-03 13:23:55 -04:00
panicking.rs std: Don't assume thread::current() works on panic 2015-04-27 16:15:36 -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: Prepare for linking to musl 2015-04-27 10:11:15 -07:00
thunk.rs Remove Thunk struct and Invoke trait; change Thunk to be an alias 2015-04-01 14:41:21 -04:00
tuple.rs Remove doc-comment default::Default imports 2015-04-22 09:42:36 -04:00
unit.rs