rust/src/libcore
Dirk Gadsden e36c7da56c Clarify documentation of hash::SipHasher
The docs were making assertions/recommendations they shouldn't
have. This clarifies them and adds some helpful links.

Fixes #32043.
2016-03-06 20:03:27 -08:00
..
fmt fmt: Make sure write_fmt's implementation can use write_char 2016-02-17 22:26:44 +01:00
hash Clarify documentation of hash::SipHasher 2016-03-06 20:03:27 -08:00
num Rollup merge of #31965 - miqid:doc, r=steveklabnik 2016-03-01 13:39:41 -05:00
prelude
str Auto merge of #30884 - durka:inclusive-ranges, r=aturon 2016-03-06 07:16:41 +00:00
sync Add compare_exchange and compare_exchange_weak to atomic types 2016-02-18 22:38:25 +00:00
any.rs
array.rs Fix broken links for core primitives 2016-03-01 20:44:48 +08:00
borrow.rs
Cargo.toml bootstrap: Add a bunch of Cargo.toml files 2016-02-11 11:12:32 -08:00
cell.rs Explicitly opt out of Sync for cell and mpsc types 2016-03-01 18:51:46 -05:00
char.rs
clone.rs
cmp.rs
convert.rs
default.rs
intrinsics.rs std: Stabilize APIs for the 1.8 release 2016-02-29 09:05:33 -08:00
iter.rs Auto merge of #30884 - durka:inclusive-ranges, r=aturon 2016-03-06 07:16:41 +00:00
lib.rs
macros.rs
marker.rs
mem.rs Improve 'std::mem::transmute_copy' doc example. 2016-02-16 21:48:50 -05:00
nonzero.rs
ops.rs Auto merge of #30884 - durka:inclusive-ranges, r=aturon 2016-03-06 07:16:41 +00:00
option.rs Register new snapshots 2016-02-23 07:31:16 -08:00
panicking.rs
ptr.rs Rollup merge of #31965 - miqid:doc, r=steveklabnik 2016-03-01 13:39:41 -05:00
raw.rs
result.rs Register new snapshots 2016-02-23 07:31:16 -08:00
slice.rs Auto merge of #30884 - durka:inclusive-ranges, r=aturon 2016-03-06 07:16:41 +00:00
tuple.rs