rust/src/libcore
2015-06-11 18:10:08 +00:00
..
fmt Have std::fmt::Formatter implement std::fmt::Write. 2015-06-10 22:06:18 +02:00
hash Restore HashMap performance by allowing some functions to be inlined 2015-05-03 14:08:30 +02:00
num Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
str Add str::split_at 2015-06-10 09:15:07 +02: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 Improve examples for atomic types. 2015-06-10 18:19:16 +02:00
cell.rs Doc-comment fix; trait names are capitalized 2015-06-04 19:45:43 -04:00
char.rs Add missing #[inline] to methods related to char. 2015-06-09 23:58:00 +02:00
clone.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
cmp.rs Convert #[lang="..."] to #[lang = "..."] 2015-05-09 14:50:28 -05:00
cmp_macros.rs std: Remove #[old_orphan_check] from PartialEq 2015-03-31 13:39:14 -07:00
convert.rs TRPL: Borrow and AsRef 2015-05-12 10:53:50 -04:00
default.rs Remove doc-comment default::Default imports 2015-04-22 09:42:36 -04:00
intrinsics.rs Exise 'unsafe pointer' in favor of 'raw pointer' 2015-06-09 16:49:24 -04:00
iter.rs Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton 2015-06-11 18:10:08 +00:00
lib.rs Use const fn to abstract away the contents of UnsafeCell & friends. 2015-05-27 11:19:03 +03:00
macros.rs Remove many unneeded feature annotations in the docs 2015-06-06 18:58:35 -04:00
marker.rs Exise 'unsafe pointer' in favor of 'raw pointer' 2015-06-09 16:49:24 -04:00
mem.rs Improve mem::forget documentation 2015-05-29 13:29:42 -05:00
nonzero.rs Remove #[cfg(stage0)] items. 2015-05-27 11:19:02 +03:00
ops.rs Remove #[cfg(stage0)] items. 2015-05-27 11:19:02 +03:00
option.rs Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton 2015-06-11 18:10:08 +00:00
panicking.rs Convert #[lang="..."] to #[lang = "..."] 2015-05-09 14:50:28 -05:00
prelude.rs std: Remove deprecated AsOsStr/Str/AsSlice traits 2015-04-21 11:37:34 -07:00
ptr.rs Exise 'unsafe pointer' in favor of 'raw pointer' 2015-06-09 16:49:24 -04:00
raw.rs Fix a tiny typo in core::raw 2015-04-22 23:06:32 +02:00
result.rs Improve try! docs to make clearer it returns Result. 2015-06-03 10:12:16 -04:00
simd.rs Fallout in public-facing and semi-public-facing libs 2015-04-01 11:23:45 -04:00
slice.rs Remove #[cfg(stage0)] items. 2015-05-27 11:19:02 +03: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