rust/src/libstd
Eduard-Mihai Burtescu 7f2612e66c Rollup merge of #32441 - tshepang:doc-primitive, r=steveklabnik
doc: small char improvements
2016-03-23 17:59:16 +02:00
..
collections Auto merge of #32058 - pczarn:hashmap-initial-refactoring, r=apasel422 2016-03-22 21:21:45 -07:00
ffi Fix Default for OsString/OsStr 2016-03-22 07:38:44 +08:00
io Auto merge of #32184 - ollie27:win_stdout, r=alexcrichton 2016-03-13 09:27:17 -07:00
net std: Store flowinfo/scope_id in host byte order 2016-03-22 09:33:36 -07:00
num Add #[rustc_no_mir] to make tests pass with -Z orbit. 2016-03-17 22:48:07 +02:00
os Auto merge of #31986 - ashleysommer:emscripten_fixes, r=alexcrichton 2016-03-08 01:04:36 +00:00
prelude End stdlib module summaries with a full stop. 2016-03-04 17:37:11 -05:00
rand std: restructure rand os code into sys modules 2016-02-17 16:21:32 -08:00
sync std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
sys std: Change encode_utf{8,16} to return iterators 2016-03-22 10:25:30 -07:00
thread std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
time std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
ascii.rs std: Revert addition of into_ascii_* methods 2016-03-17 09:39:10 -07:00
build.rs cover more linux targets in libstd cargobuild 2016-03-08 16:15:58 -05:00
Cargo.toml rustbuild: Sync some Cargo.toml/lib.rs dependencies 2016-02-21 09:49:13 -08:00
env.rs doc: "ref" not needed in the example 2016-02-28 09:37:45 +02:00
error.rs Impl Error for Box<T: Error> 2016-01-23 09:03:09 +01:00
fs.rs Add unix socket support to the standard library 2016-03-20 18:57:58 -07:00
lib.rs Add #[rustc_no_mir] to make tests pass with -Z orbit. 2016-03-17 22:48:07 +02:00
macros.rs mk: Distribute fewer TARGET_CRATES 2016-03-07 13:05:12 -08:00
memchr.rs Minor spelling fixes 2016-02-09 11:52:39 -05:00
panic.rs Rollup merge of #32329 - sfackler:assert-recover-safe-pub, r=aturon 2016-03-19 12:30:01 +02:00
panicking.rs Make set_hook take a Box<Fn> 2016-03-15 20:51:48 -07:00
path.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
primitive_docs.rs doc: small char improvements 2016-03-22 08:29:55 +02:00
process.rs std: Don't spawn threads in wait_with_output 2016-03-09 10:12:36 -08:00
rt.rs Fix warnings when compiling stdlib with --test 2015-12-29 16:07:01 +01:00
rtdeps.rs bootstrap: Add directives to not double-link libs 2016-02-11 11:12:32 -08:00