rust/src/libcore
bors e99eeb574e auto merge of #16470 : liigo/rust/rename-private-cmp-macros, r=brson
eq_impl! => partial_eq_impl!
totaleq_impl! => eq_impl!
ord_impl! => partial_ord_impl!
totalord_impl! => ord_impl!
2014-08-14 13:01:18 +00: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
cmp.rs libcore: rename private cmp macros 2014-08-13 11:41:29 +08:00
collections.rs
default.rs
failure.rs Register new snapshot 12e0f72 2014-08-08 07:55:00 -04:00
finally.rs
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
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
result.rs
simd.rs
slice.rs Address some review feedback 2014-08-13 15:27:40 -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