rust/src/libcore
Manish Goregaokar c8ec909cdd Rollup merge of #27039 - bluss:siphash-tests, r=alexcrichton
core: Revive SipHash's tests

These tests were bitrotting, include them in the crate and bring them up
to date and compiling.. and they pass.
2015-07-16 16:37:40 +05:30
..
fmt Add trailing , for 1-tuples 2015-07-10 11:03:52 -08:00
hash core: Revive SipHash's tests 2015-07-14 18:41:04 +02:00
num Auto merge of #26981 - wthrowe:div_docs, r=Gankro 2015-07-13 07:03:01 +00:00
str Add str::split_at_mut 2015-07-13 16:21:43 +02:00
any.rs Auto merge of #26725 - tshepang:patch-2, r=bluss 2015-07-02 21:56:28 +00:00
array.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
atomic.rs Update atomic.rs 2015-07-04 03:24:25 +08:00
cell.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
char.rs std: Update stable since for core::char 2015-06-17 09:07:17 -07:00
clone.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
cmp.rs Make note of Ord's derive ordering 2015-06-30 19:37:34 -04:00
cmp_macros.rs std: Remove #[old_orphan_check] from PartialEq 2015-03-31 13:39:14 -07:00
convert.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
default.rs Remove doc-comment default::Default imports 2015-04-22 09:42:36 -04:00
intrinsics.rs Update intrinsics.rs 2015-07-09 12:09:54 +08:00
iter.rs Make the unused_mut lint smarter with respect to locals. 2015-07-01 00:12:12 +03:00
lib.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
macros.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
marker.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
mem.rs Auto merge of #26473 - Eljay:missing_docs, r=alexcrichton 2015-07-05 20:37:26 +00:00
nonzero.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
ops.rs Move rounding discussion to integer Div/Rem impls 2015-07-12 20:28:16 -04:00
option.rs option: obey idiom of leaving behind a trailing comma in match blocks 2015-07-05 20:27:13 +02:00
panicking.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
prelude.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
ptr.rs Use Box::into_raw rather than the deprecated boxed::into_raw in tests and documentation. 2015-06-26 22:29:40 +02:00
raw.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
result.rs std: Deprecate result::fold 2015-06-17 09:07:16 -07:00
simd.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
slice.rs Implement RFC 1058 2015-07-12 00:47:56 +03:00
tuple.rs core: Update tuple doc 2015-03-15 18:16:03 +01:00