rust/src/libcore
Jakub Bukaj 6309d6e66e rollup merge of #18951: tbu-/pr_array_cloneshow
Due to not being able to parametrize over array sizes, `Clone` is only
implemented for element types that are `Copy`able.
2014-11-18 00:23:58 +01:00
..
fmt Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
num rollup merge of #18911: canndrew/slice_shift_char 2014-11-18 00:23:55 +01:00
tuple Update code with new lint names 2014-10-28 08:54:21 -07:00
any.rs libs: fix #[stable] inheritance fallout 2014-11-14 20:39:41 -08:00
array.rs Add Show and Clone trait to arrays 2014-11-14 12:37:59 +01:00
atomic.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
bool.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
borrow.rs libcore: add borrow module 2014-11-17 11:26:30 -08:00
cell.rs rollup merge of #18970: aturon/fixup-stable 2014-11-16 10:21:33 +01:00
char.rs Fix remaining documentation to reflect fail!() -> panic!() 2014-11-12 03:36:09 +09:00
clone.rs remove references to owned and managed pointers in clone docs 2014-09-22 13:51:21 -04:00
cmp.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
default.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
finally.rs Fix fallout from coercion removal 2014-11-17 22:41:33 +13:00
intrinsics.rs Fix fallout from coercion removal 2014-11-17 22:41:33 +13:00
iter.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
kinds.rs Implement more basic traits for the marker types. 2014-11-17 09:25:49 +11:00
lib.rs libcore: add borrow module 2014-11-17 11:26:30 -08:00
macros.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
mem.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
ops.rs Further DSTify Index traits 2014-11-17 11:26:48 -08:00
option.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
panicking.rs Register snapshots. 2014-11-05 12:55:58 +02:00
prelude.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
ptr.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
raw.rs rollup merge of #18398 : aturon/lint-conventions-2 2014-10-30 17:37:22 -07:00
result.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
simd.rs Update code with new lint names 2014-10-28 08:54:21 -07:00
slice.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
str.rs rollup merge of #18911: canndrew/slice_shift_char 2014-11-18 00:23:55 +01:00
ty.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00