rust/src/libcore
Alex Crichton 1588caca61 rollup merge of #23652: alexcrichton/stabilize-hasher-finish
This commit enables writing a stable implementation of the `Hasher` trait as
well as actually calculating the hash of a vlaue in a stable fashion. The
signature is stabilized as-is.
2015-03-23 17:13:38 -07:00
..
fmt Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
hash rollup merge of #23652: alexcrichton/stabilize-hasher-finish 2015-03-23 17:13:38 -07:00
num Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
str rollup merge of #23601: nikomatsakis/by-value-index 2015-03-23 15:10:50 -07:00
any.rs Register new snapshots 2015-03-18 16:32:32 -07:00
array.rs rustdoc: Support for "array" primitive 2015-03-23 14:02:34 -07:00
atomic.rs Enable recursion for visit_ty in lint visitor 2015-03-02 15:35:48 -08:00
cell.rs Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
char.rs std: Stabilize more of the char module 2015-03-10 15:08:31 -07:00
clone.rs
cmp_macros.rs
cmp.rs Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
convert.rs Add generic conversion traits 2015-03-23 15:01:45 -07:00
default.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
error.rs rollup merge of #23598: brson/gate 2015-03-23 15:13:15 -07:00
finally.rs Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
intrinsics.rs rollup merge of #23503: alexcrichton/fix-ptr-docs 2015-03-23 15:26:24 -07:00
iter.rs Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
lib.rs rollup merge of #23598: brson/gate 2015-03-23 15:13:15 -07:00
macros.rs Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
marker.rs rollup merge of #23484: alexcrichton/marker-trait-stable 2015-03-23 15:26:24 -07:00
mem.rs Remove explicit syntax highlight from docs. 2015-03-13 19:25:18 -04:00
nonzero.rs
ops.rs Adjust Index/IndexMut impls. For generic collections, we take 2015-03-23 16:55:43 -04:00
option.rs rollup merge of #23598: brson/gate 2015-03-23 15:13:15 -07:00
panicking.rs Remove core::panicking::panic's dependence on str's Display::fmt impl 2015-03-10 22:21:30 -07:00
prelude.rs Add generic conversion traits 2015-03-23 15:01:45 -07:00
ptr.rs rollup merge of #23644: mbrubeck/doc-edit 2015-03-23 17:13:37 -07:00
raw.rs Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
result.rs rollup merge of #23598: brson/gate 2015-03-23 15:13:15 -07:00
simd.rs Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
slice.rs rollup merge of #23598: brson/gate 2015-03-23 15:13:15 -07:00
tuple.rs core: Update tuple doc 2015-03-15 18:16:03 +01:00
ty.rs