rust/src/libstd
2017-10-11 17:52:39 -05:00
..
collections HashMap::new and HashSet::new do not allocate 2017-09-15 13:32:56 -04:00
ffi ffi/c_str.rs: Fix method/function confusion 2017-10-11 17:52:39 -05:00
io Add some missing links in io docs 2017-09-19 18:10:38 +02:00
net Rollup merge of #44647 - tmerr:fix-44645, r=dtolnay 2017-09-17 13:19:15 +02:00
os Add modifications needed for L4re in libstd 2017-09-08 14:36:56 +02:00
prelude Move unused-extern-crate to late pass 2017-08-27 19:02:24 +09:00
rand Introduce tidy lint to check for inconsistent tracking issues 2017-06-16 20:40:40 +02:00
sync change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
sys Module overview for std::os::windows:ffi 2017-09-25 20:45:38 -05:00
sys_common Auto merge of #44525 - aidanhs:aphs-no-null-deref, r=alexcrichton 2017-09-20 14:50:31 +00:00
thread Rollup merge of #44651 - bluss:document-thread-name-no-nuls, r=steveklabnik 2017-09-18 11:04:24 -05:00
time Disable the 80-year-difference test on 32-bit-time_t platforms. 2017-09-07 17:14:27 +08:00
ascii.rs Reduce str transmutes, add mut versions of methods. 2017-04-09 19:13:54 -04:00
build.rs Add a file to trivially disable tool building or testing 2017-09-17 21:41:45 +02:00
Cargo.toml Switch to rust-lang-nursery/compiler-builtins 2017-07-05 07:08:36 -07:00
env.rs Move global vars changing tests into run-pass 2017-06-24 18:23:39 +03:00
error.rs Add Cow<str> -> Box<Error> impls. 2017-09-10 13:21:34 -04:00
f32.rs Revert "Add clamp functions" 2017-09-08 16:07:21 -06:00
f64.rs Revert "Add clamp functions" 2017-09-08 16:07:21 -06:00
fs.rs Add test case for unix permissions 2017-09-17 20:13:29 -04:00
heap.rs Bump master to 1.21.0 2017-07-25 07:03:19 -07:00
lib.rs Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnik 2017-09-19 04:20:56 +00:00
macros.rs Use rvalue promotion to 'static instead of static items. 2017-09-10 11:20:27 +03:00
memchr.rs Fix inconsistent doc headings 2017-08-24 18:42:53 +02: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 Fix some typos 2017-08-12 14:01:11 +02:00
panicking.rs Update bootstrap compiler 2017-08-31 06:58:58 -07:00
path.rs Rollup merge of #43983 - ids1024:redox-path-prefix, r=alexcrichton 2017-08-23 08:44:25 -04:00
primitive_docs.rs Mention null_mut on the pointer primitive docs. 2017-08-22 12:00:05 -05:00
process.rs use field init shorthand EVERYWHERE 2017-08-15 15:29:17 -07:00
rt.rs Update bootstrap compiler 2017-08-31 06:58:58 -07:00