rust/src/libcore
Brian Anderson bc450b17e3 core: Change the argument order on splitn and rsplitn for strs.
This makes it consistent with the same functions for slices,
and allows the search closure to be specified last.

[breaking-change]
2014-08-13 15:27:37 -07:00
..
fmt std: Rename slice::Vector to Slice 2014-08-13 11:30:14 -07:00
num libcore: Fix documentation comment for f32. 2014-08-08 18:30:23 +02:00
tuple std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
any.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
atomic.rs stabilize atomics (now atomic) 2014-08-04 16:03:21 -07:00
bool.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
cell.rs Rename Share to Sync 2014-08-07 08:54:38 -07:00
char.rs Register new snapshot 12e0f72 2014-08-08 07:55:00 -04:00
clone.rs Extract tests from libcore to a separate crate 2014-06-29 15:57:21 -07:00
cmp.rs auto merge of #16155 : huonw/rust/Ordering-reverse, r=alexcrichton 2014-08-03 06:31:09 +00:00
collections.rs Document some trait methods. 2014-07-19 12:26:18 +02:00
default.rs auto merge of #15806 : treeman/rust/std-doc, r=alexcrichton 2014-07-20 17:46:32 +00:00
failure.rs Register new snapshot 12e0f72 2014-08-08 07:55:00 -04:00
finally.rs Extract tests from libcore to a separate crate 2014-06-29 15:57:21 -07:00
intrinsics.rs librustc: Don't allow return_address intrinsic in functions that don't use an out pointer. 2014-08-11 19:20:10 -07:00
iter.rs core: Refactor iterators 2014-08-06 11:20:37 +01:00
kinds.rs auto merge of #16285 : alexcrichton/rust/rename-share, r=huonw 2014-08-08 03:51:15 +00:00
lib.rs stabilize atomics (now atomic) 2014-08-04 16:03:21 -07:00
macros.rs core/std: squash dead_code warnings from fail! invocations. 2014-08-11 18:26:31 +10:00
mem.rs Extract tests from libcore to a separate crate 2014-06-29 15:57:21 -07:00
ops.rs Register new snapshot 12e0f72 2014-08-08 07:55:00 -04:00
option.rs std: Rename slice::Vector to Slice 2014-08-13 11:30:14 -07:00
prelude.rs core: Rename ImmutableEqSlice to ImmutablePartialEqSlice 2014-08-13 11:30:15 -07:00
ptr.rs Register new snapshot 12e0f72 2014-08-08 07:55:00 -04:00
raw.rs Extract tests from libcore to a separate crate 2014-06-29 15:57:21 -07:00
result.rs Document that Result.unwrap prints the Err's value 2014-07-14 10:20:29 +02:00
simd.rs Fix spelling errors in comments. 2014-06-08 13:39:42 -04:00
slice.rs core: Put stability attributes all over the slice module 2014-08-13 15:27:34 -07:00
str.rs core: Change the argument order on splitn and rsplitn for strs. 2014-08-13 15:27:37 -07:00
ty.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00