rust/src/libstd
llogiq 658b7eba5b Fixed required type coercion
I'd have thought that the types of the slice::Split would have been inferred, but this appears not to be the case. Reverted this one change.
2015-09-08 07:41:50 +02:00
..
collections Implement RFC 839 for {HashMap, HashSet} 2015-08-31 13:57:59 -04:00
ffi std: Rename cstr_memory feature to use "raw" 2015-08-18 09:10:50 -07:00
io some more clippy-based improvements 2015-09-08 00:36:29 +02:00
net some more clippy-based improvements 2015-09-08 00:36:29 +02:00
num Fix undefined behavior in f64::sqrt 2015-08-22 20:08:53 -04:00
os Fix compile on DragonFly: Replace unknown uint32_t/in64_t by u32/i64. 2015-09-02 10:57:57 +02:00
prelude Fix typo in prelude docs 2015-09-04 21:27:55 -07:00
rand Use null()/null_mut() instead of 0 as *const T/0 as *mut T 2015-09-03 09:49:50 +03:00
rt some more clippy-based improvements 2015-09-08 00:36:29 +02:00
sync some more clippy-based improvements 2015-09-08 00:36:29 +02:00
sys Fixed required type coercion 2015-09-08 07:41:50 +02:00
thread Use null()/null_mut() instead of 0 as *const T/0 as *mut T 2015-09-03 09:49:50 +03:00
time std: Add issues to all unstable features 2015-08-15 18:09:17 -07:00
ascii.rs std: Add issues to all unstable features 2015-08-15 18:09:17 -07:00
dynamic_lib.rs some more clippy-based improvements 2015-09-08 00:36:29 +02:00
env.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
error.rs std: Add issues to all unstable features 2015-08-15 18:09:17 -07:00
fs.rs std: Add issues to all unstable features 2015-08-15 18:09:17 -07:00
lib.rs Refactor low-level UTF-16 decoding. 2015-08-23 00:28:56 +02:00
macros.rs Auto merge of #28047 - steveklabnik:doc_print, r=alexcrichton 2015-08-28 13:48:09 +00:00
panicking.rs Fix logic in panic printing with no stderr 2015-06-20 19:54:15 -07:00
path.rs Rollup merge of #28029 - tshepang:unusual, r=steveklabnik 2015-08-28 03:38:37 +05:30
primitive_docs.rs Show appropriate feature flags in docs 2015-07-27 12:28:13 -04:00
process.rs std: Run at_exit cleanup on process::exit 2015-09-02 17:21:11 -07:00
rtdeps.rs Auto merge of #26741 - alexcrichton:noinline-destructors, r=brson 2015-07-06 19:49:16 +00:00