rust/src/libstd
2017-06-20 13:49:42 -04:00
..
collections Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
ffi Add doc example for CString::from_raw. 2017-06-20 13:49:42 -04:00
io Rollup merge of #42685 - Havvy:doc-remove-sometimes, r=steveklabnik 2017-06-16 00:32:46 -04:00
net Auto merge of #41904 - sfackler:1.18-stabilization, r=alexcrichton 2017-05-21 22:06:08 +00:00
os Add x86_64-linux-android target 2017-04-20 16:29:59 -03:00
prelude Update older URLs pointing to the first edition of the Book 2017-06-15 00:04:00 +09:00
rand Introduce tidy lint to check for inconsistent tracking issues 2017-06-16 20:40:40 +02:00
sync Fix condvar.wait(distant future) return immediately on OSX 2017-06-15 21:20:02 +01:00
sys Auto merge of #42613 - stepancheg:lossy, r=alexcrichton 2017-06-17 02:21:38 +00:00
sys_common Avoid allocations in Debug for os_str 2017-06-15 20:42:37 +01:00
thread Capture elapsed duration in Thread::park_timeout example 2017-06-12 13:43:58 +09:30
time Add doc example for how to determine total number of secs in Duration. 2017-05-03 00:04:59 -04:00
ascii.rs Reduce str transmutes, add mut versions of methods. 2017-04-09 19:13:54 -04:00
build.rs Reload nameserver information on lookup failure 2017-05-04 23:59:55 -04:00
Cargo.toml Reintroduce deprecated collections crate 2017-06-17 13:18:18 -07:00
env.rs Add a couple doc additional examples for env::join_paths. 2017-06-20 13:49:42 -04:00
error.rs implement Error trait for error structs added in allocator API. 2017-06-15 23:48:31 +02:00
f32.rs Re-implement float min/max in rust 2017-06-14 21:58:17 +03:00
f64.rs Auto merge of #42430 - nagisa:core-float, r=alexcrichton 2017-06-16 17:52:11 +00:00
fs.rs doc rewording 2017-05-26 19:22:25 +08:00
lib.rs Auto merge of #42313 - pnkfelix:allocator-integration, r=alexcrichton 2017-06-20 05:02:19 +00:00
macros.rs Update older URLs pointing to the first edition of the Book 2017-06-15 00:04:00 +09:00
memchr.rs std: Move platform specific memchr code into sys 2016-10-01 19:33:02 +00:00
num.rs Auto merge of #40706 - irfanhudda:doc-next-power-of-two, r=alexcrichton 2017-06-08 01:07:08 +00:00
panic.rs Changing error message for interior mutability, adding ui test 2017-06-07 01:38:05 +05:30
panicking.rs Remove function invokation parens from documentation links. 2017-03-13 21:43:18 -04:00
path.rs Avoid allocations in Debug for os_str 2017-06-15 20:42:37 +01:00
primitive_docs.rs Rollup merge of #41243 - projektir:prim_str_docs, r=GuillaumeGomez 2017-04-12 14:45:48 +02:00
process.rs Add conversions from File and Child* handles to Stdio 2017-06-06 15:42:55 -07:00
rt.rs Fix building without backtrace feature, which was broken in ca8b754 2017-05-21 12:38:07 -07:00