rust/src/libstd
bors 14481f7210 Auto merge of #41008 - sagebind:thread_id, r=alexcrichton
Derive Hash for ThreadId + better example

Derive `Hash` for `ThreadId` (see comments in #21507). Useful for making maps based on thread, e.g. `HashMap<ThreadId, ?>`. Also update example code for thread IDs to be more useful.
2017-04-12 19:58:10 +00:00
..
collections Simplify HashMap Bucket interface 2017-04-04 22:43:27 +02:00
ffi Auto merge of #41095 - clarcharr:as_extras, r=alexcrichton 2017-04-09 09:17:34 +00:00
io Fix Markdown issues in the docs 2017-04-06 12:57:40 +01:00
net Fix Markdown issues in the docs 2017-04-06 12:57:40 +01:00
os Improve os::linux documentation (#29367) 2017-03-29 23:44:39 +02:00
prelude Fix Markdown issues in the docs 2017-04-06 12:57:40 +01:00
rand Update usages of 'OSX' (and other old names) to 'macOS'. 2017-03-12 14:59:04 -04:00
sync Auto merge of #41103 - projektir:channel_error_docs, r=GuillaumeGomez 2017-04-10 09:45:16 +00:00
sys Rollup merge of #41111 - ollie27:docs_markdown_fix, r=GuillaumeGomez 2017-04-06 14:55:07 -04:00
sys_common Adding links around Sender/SyncSender/Receiver errors; Adding more documentation to channel() and sync_channel(); adding more links #29377 2017-04-08 15:33:21 -04:00
thread Auto merge of #41008 - sagebind:thread_id, r=alexcrichton 2017-04-12 19:58:10 +00:00
time std: Stabilize APIs for the 1.16.0 release 2017-01-25 16:43:01 -08:00
ascii.rs Reduce str transmutes, add mut versions of methods. 2017-04-09 19:13:54 -04:00
build.rs Automate timestamp creation and build skipping for native libraries 2017-03-04 21:38:26 +03:00
Cargo.toml cleanup: remove the *san Cargo features from std 2017-03-05 14:25:47 -05:00
env.rs clarify docs for Args and ArgsOs 2017-03-05 16:39:26 -05:00
error.rs Implement Error for !. 2017-03-15 23:09:29 -04:00
f32.rs Get linkchecker clean 2017-02-21 14:02:12 -05:00
f64.rs Get linkchecker clean 2017-02-21 14:02:12 -05:00
fs.rs Fix Markdown issues in the docs 2017-04-06 12:57:40 +01:00
lib.rs Auto merge of #40765 - pirate:patch-3, r=aturon 2017-04-12 09:16:14 +00:00
macros.rs Get linkchecker clean 2017-02-21 14:02:12 -05:00
memchr.rs std: Move platform specific memchr code into sys 2016-10-01 19:33:02 +00:00
num.rs travis: Get an emscripten builder online 2017-01-19 13:54:19 -08:00
panic.rs std: Relax UnwindSafe impl for Unique 2017-02-21 14:36:24 -08:00
panicking.rs Remove function invokation parens from documentation links. 2017-03-13 21:43:18 -04:00
path.rs Fix a typo in path.rs docs 2017-03-19 07:02:20 +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 Auto merge of #40829 - mgattozzi:ChildStderr, r=steveklabnik 2017-04-09 15:30:20 +00:00
rt.rs std: remove a workaround for privacy limitations that isn't necessary anymore 2017-03-13 18:42:23 -07:00