rust/src/libstd
bors e518c057f5 Auto merge of #27894 - steveklabnik:gh26888, r=alexcrichton
{BTree,Hash}{Map,Set} will not update their key if it already exists, which
can matter with more complex keys. This behavior is now documented.

Fixes #26888
2015-10-23 03:13:10 +00:00
..
collections Document replacement behavior in some collections 2015-10-22 20:30:42 -04:00
ffi Owned conversions for CString 2015-10-19 01:29:44 -04:00
io Fix doc sample for Cursor 2015-10-21 22:33:24 -04:00
net std: Implement FromStr for SocketAddrV{4,6} 2015-10-20 11:35:05 -07:00
num std: Stabilize/deprecate features for 1.4 2015-09-11 09:48:48 -07:00
os Make the Metadata struct Clone 2015-10-13 13:06:00 +01:00
prelude Fix the link to Default trait in the prelude docs 2015-10-14 17:31:27 +03:00
rand Use null()/null_mut() instead of 0 as *const T/0 as *mut T 2015-09-03 09:49:50 +03:00
sync Add Shared pointer and have {Arc, Rc} use it 2015-10-16 18:35:31 -04:00
sys Add error kind handling for ERROR_PATH_NOT_FOUND 2015-10-19 00:54:51 -04:00
thread Clean up thread::spawn 2015-10-18 20:03:09 -04: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 Remove some trivial transmutes 2015-10-17 20:29:49 -04:00
env.rs Clarify the behavior of std::env::home_dir and std::env::temp_dir 2015-10-11 09:46:23 +09:00
error.rs std: Add issues to all unstable features 2015-08-15 18:09:17 -07:00
fs.rs Add error kind handling for ERROR_PATH_NOT_FOUND 2015-10-19 00:54:51 -04:00
lib.rs Correct spelling in docs 2015-10-13 09:44:11 -04:00
macros.rs Change the first line of the println macro doc 2015-09-25 12:29:47 +01:00
panicking.rs Abort earlier upon multi-panics 2015-09-24 23:52:13 +02:00
path.rs Rollup merge of #28749 - tshepang:patch-6, r=bluss 2015-09-30 14:51:53 -04:00
primitive_docs.rs Fix typo in docs: usize is unsigned, not signed. 2015-09-30 01:18:23 -03:00
process.rs Rollup merge of #29158 - arcnmx:process-test, r=alexcrichton 2015-10-20 09:43:47 -04:00
rt.rs std: Internalize almost all of std::rt 2015-09-11 11:19:20 -07:00
rtdeps.rs Auto merge of #26741 - alexcrichton:noinline-destructors, r=brson 2015-07-06 19:49:16 +00:00