rust/src/libcore
2015-05-08 00:14:00 +02:00
..
fmt Make UnsafeCell, RefCell, Mutex, and RwLock accept DSTs 2015-05-02 10:03:35 +12:00
hash Restore HashMap performance by allowing some functions to be inlined 2015-05-03 14:08:30 +02:00
num std: Don't use a wrapper for the float error type 2015-05-01 16:44:36 -07:00
str Fix spelling errors in documentation. 2015-05-04 13:21:27 -04:00
any.rs Add downcasting to std::error::Error 2015-04-30 18:20:22 -07:00
array.rs Implement AsRef and AsMut for fixed-sized arrays 2015-03-25 01:37:08 +02:00
atomic.rs Provide a Default implementation for AtomicPtr 2015-04-25 22:55:19 -04:00
cell.rs Make UnsafeCell, RefCell, Mutex, and RwLock accept DSTs 2015-05-02 10:03:35 +12:00
char.rs deprecate Unicode functions that will be moved to crates.io 2015-04-16 17:03:05 -04:00
clone.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
cmp.rs remove bad example from PartialEq docs 2015-04-20 09:59:58 -04:00
cmp_macros.rs std: Remove #[old_orphan_check] from PartialEq 2015-03-31 13:39:14 -07:00
convert.rs Make From::from example more idiomatic / simpler 2015-04-26 23:18:19 -04:00
default.rs Remove doc-comment default::Default imports 2015-04-22 09:42:36 -04:00
intrinsics.rs Remove Managed 2015-05-01 10:58:42 +03:00
iter.rs doc: the prevailing convention is to use assert_eq! when 2 values are compared 2015-05-08 00:14:00 +02:00
lib.rs Register new snapshots 2015-04-28 17:23:45 -07:00
macros.rs std: Deny most warnings in doctests 2015-04-07 17:54:34 -07:00
marker.rs Remove Managed 2015-05-01 10:58:42 +03:00
mem.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
nonzero.rs Register new snapshots 2015-04-28 17:23:45 -07:00
ops.rs Register new snapshots 2015-04-28 17:23:45 -07:00
option.rs Fix incorrect link in Option documentation. 2015-05-04 17:53:08 +01:00
panicking.rs Change the rt::unwind line argument type from usize to u32. 2015-04-11 02:46:57 -07:00
prelude.rs std: Remove deprecated AsOsStr/Str/AsSlice traits 2015-04-21 11:37:34 -07:00
ptr.rs rollup merge of #24610: nagisa/offset-docs 2015-04-29 15:45:34 -07:00
raw.rs Fix a tiny typo in core::raw 2015-04-22 23:06:32 +02:00
result.rs rollup merge of #24636: alexcrichton/remove-deprecated 2015-04-21 15:28:53 -07:00
simd.rs Fallout in public-facing and semi-public-facing libs 2015-04-01 11:23:45 -04:00
slice.rs Auto merge of #25013 - pnkfelix:span_to_lines-oflo, r=huonw 2015-05-07 15:25:09 +00:00
tuple.rs core: Update tuple doc 2015-03-15 18:16:03 +01:00
ty.rs markers -> marker 2015-01-07 12:10:31 +13:00