rust/src/libcore
bors d24dd3191a Auto merge of #26261 - tshepang:more-brief-example, r=huonw
Also, it feels more suitable to use hex to represent unicode
2015-06-17 11:54:25 +00:00
..
fmt Update mod.rs 2015-06-14 11:32:04 +08: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 Auto merge of #26313 - steveklabnik:fix_str_docs, r=alexcrichton 2015-06-16 01:57:34 +00: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 doc: make char::from_u32 example more brief 2015-06-13 00:57:13 +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 libcore/Result - RFC#1119 Add an 'expect' method to Result 2015-06-15 12:00:16 +08: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