rust/src/libcore
2015-06-08 04:54:59 +00:00
..
fmt Improve Debug documentation 2015-05-28 15:25:35 -04:00
hash Restore HashMap performance by allowing some functions to be inlined 2015-05-03 14:08:30 +02:00
num change some statics to constants 2015-06-07 19:50:13 +02:00
str docs: Update FromStr documentation 2015-05-11 03:41:53 +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 Use const fn to abstract away the contents of UnsafeCell & friends. 2015-05-27 11:19:03 +03:00
cell.rs Doc-comment fix; trait names are capitalized 2015-06-04 19:45:43 -04: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_macros.rs std: Remove #[old_orphan_check] from PartialEq 2015-03-31 13:39:14 -07:00
cmp.rs Convert #[lang="..."] to #[lang = "..."] 2015-05-09 14:50:28 -05: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 Remove many unneeded feature annotations in the docs 2015-06-06 18:58:35 -04:00
iter.rs Remove many unneeded feature annotations in the docs 2015-06-06 18:58:35 -04: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 Remove #[cfg(stage0)] items. 2015-05-27 11:19:02 +03: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 Remove many unneeded feature annotations in the docs 2015-06-06 18:58:35 -04: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 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 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