rust/src/libcore
2015-08-28 22:44:17 +02:00
..
fmt core: Fill out issues for unstable features 2015-08-15 18:09:16 -07:00
hash Reduce libcore/liballoc's dependence on pointer sizes 2015-08-15 19:19:13 +12:00
num Make iter::order functions into methods on Iterator 2015-08-26 23:23:57 -07:00
prelude core: Stabilize prelude::v1 2015-08-17 19:35:52 -07:00
str Add .as_str() to str::Chars and str::CharIndices. See #27775. 2015-08-28 22:44:17 +02:00
sync core: Move atomic into a new sync module 2015-08-17 14:03:32 -07:00
any.rs Any docs: as_ref doesn't exist anymore 2015-08-26 13:59:39 -04:00
array.rs core: Fill out issues for unstable features 2015-08-15 18:09:16 -07:00
borrow.rs Move the Borrow and BorrowMut traits to libcore. 2015-08-22 13:58:39 +02:00
cell.rs core: Fill out issues for unstable features 2015-08-15 18:09:16 -07:00
char.rs core: Fill out issues for unstable features 2015-08-15 18:09:16 -07:00
clone.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
cmp.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
cmp_macros.rs std: Remove #[old_orphan_check] from PartialEq 2015-03-31 13:39:14 -07:00
convert.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
default.rs doc: I had to read this twice before understanding it 2015-08-26 23:48:45 +02:00
intrinsics.rs Rollup merge of #27904 - tshepang:nit, r=nikomatsakis 2015-08-22 19:15:42 -04:00
iter.rs Auto merge of #28028 - tshepang:add-size_hint-example, r=alexcrichton 2015-08-27 10:29:26 +00:00
lib.rs Move the Borrow and BorrowMut traits to libcore. 2015-08-22 13:58:39 +02:00
macros.rs Auto merge of #28038 - durka:grep-unstable-issue-refs, r=alexcrichton 2015-08-28 02:49:45 +00:00
marker.rs fix unstable issue ref for Unsize 2015-08-26 19:07:44 -04:00
mem.rs core: Fill out issues for unstable features 2015-08-15 18:09:16 -07:00
nonzero.rs core: Fill out issues for unstable features 2015-08-15 18:09:16 -07:00
ops.rs Restore removed code and mark it for usage in stage0 2015-08-27 10:12:48 +02:00
option.rs core: Implement IntoIterator for Option and Result references 2015-08-27 18:48:41 +02:00
panicking.rs core: Fill out issues for unstable features 2015-08-15 18:09:16 -07:00
ptr.rs core: Fill out issues for unstable features 2015-08-15 18:09:16 -07:00
raw.rs core: Fill out issues for unstable features 2015-08-15 18:09:16 -07:00
result.rs core: Implement IntoIterator for Option and Result references 2015-08-27 18:48:41 +02:00
simd.rs Shim some of the old std::simd functionality. 2015-08-17 14:48:43 -07:00
simd_old.rs switch core::simd to repr(simd) and deprecate it. 2015-08-17 14:41:37 -07:00
slice.rs Make iter::order functions into methods on Iterator 2015-08-26 23:23:57 -07:00
tuple.rs std: Create separate docs for the primitives 2015-07-20 13:18:06 -07:00