..
collections
Fix the fallout
2015-12-18 04:12:31 +03:00
ffi
Move os_str docs to OsString in order to be visible in HTML ( fixes #30743 )
2016-01-07 16:12:38 +01:00
io
Rollup merge of #30886 - ollie27:docs_links, r=steveklabnik
2016-01-14 19:12:29 +05:30
net
Rollup merge of #30511 - defyrlt:issue_30507, r=steveklabnik
2015-12-30 09:24:24 -05:00
num
Fix outdated comment
2016-01-14 16:47:29 +01:00
os
Fix warnings when compiling stdlib with --test
2015-12-29 16:07:01 +01:00
prelude
doc: fix typo
2015-12-17 20:57:14 +02:00
rand
switch from syscall(2) to getentropy(2)
2016-01-12 08:43:51 +01:00
sync
Fix warnings when compiling stdlib with --test
2015-12-29 16:07:01 +01:00
sys
Rollup merge of #30837 - semarie:openbsd-libc, r=alexcrichton
2016-01-14 11:04:42 +05:30
thread
Replace no_elf_tls with target_thread_local
2016-01-11 10:38:36 +00:00
time
Rollup merge of #30591 - SimonSapin:patch-15, r=aturon
2016-01-15 17:28:28 +05:30
ascii.rs
std: Add issues to all unstable features
2015-08-15 18:09:17 -07:00
dynamic_lib.rs
Fix warnings when compiling stdlib with --test
2015-12-29 16:07:01 +01:00
env.rs
Small fix to EXE_SUFFIX and DLL_EXTENSION docs
2015-12-01 16:53:48 -05:00
error.rs
Add an impl for Box<Error> from &str.
2016-01-13 10:38:44 +11:00
fs.rs
Adjusted heading and created dedicated section in std::io docs
2016-01-02 00:27:16 -05:00
lib.rs
fix trailing whitespace
2016-01-07 20:13:59 +01:00
macros.rs
std: Stabilize APIs for the 1.6 release
2015-12-05 15:09:44 -08:00
memchr.rs
Use memrchr bindings provided by libc
2015-12-18 21:49:20 +01:00
panic.rs
Auto merge of #30557 - sfackler:panic-propagate, r=aturon
2016-01-07 01:26:45 +00:00
panicking.rs
Add missing newline character to callers of dumb_print
2016-01-13 20:40:25 +00:00
path.rs
std: Stabilize APIs for the 1.6 release
2015-12-05 15:09:44 -08:00
primitive_docs.rs
small fix to str doc example
2015-12-16 22:12:47 -05:00
process.rs
Add a debug implementation to process::Output
2015-12-17 18:40:49 +00:00
rt.rs
Fix warnings when compiling stdlib with --test
2015-12-29 16:07:01 +01:00
rtdeps.rs
std: Remove rust_builtin C support library
2015-12-21 22:12:48 -08:00