rust/src/libcore
bors 4d11db6501 Auto merge of #29129 - cuviper:impl-from-for-floats, r=alexcrichton
This is a spiritual successor to #28921, completing the "upcast" idea from rust-num/num#97.
2015-10-29 18:55:12 +00:00
..
fmt std: Stabilize library APIs for 1.5 2015-10-25 09:36:32 -07:00
hash rustfmt hash submodule 2015-10-08 01:03:52 +03:00
num Auto merge of #29129 - cuviper:impl-from-for-floats, r=alexcrichton 2015-10-29 18:55:12 +00:00
prelude core: Stabilize prelude::v1 2015-08-17 19:35:52 -07:00
str Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson 2015-10-25 16:38:38 +00:00
sync Document that Ordering::Relaxed is Monotonic 2015-10-17 17:39:31 -07:00
any.rs Any docs: as_ref doesn't exist anymore 2015-08-26 13:59:39 -04:00
array.rs Explain in comment why FixedSizeArray is unsafe 2015-09-23 11:38:01 -04:00
borrow.rs Move the Borrow and BorrowMut traits to libcore. 2015-08-22 13:58:39 +02:00
cell.rs Unsafety -> Safety in doc headings 2015-10-23 11:42:14 -04:00
char.rs std: Stabilize library APIs for 1.5 2015-10-25 09:36:32 -07:00
clone.rs Implement more traits for function pointers 2015-09-13 18:11:10 +03:00
cmp.rs Clarify logic instead of using 'vice versa' 2015-09-30 13:24:28 -04:00
cmp_macros.rs Remove one level of indirection for slice-based PartialEq impls 2015-10-01 18:17:49 +02:00
convert.rs Make {Default, From, FromIterator, One, Zero} well-formed 2015-10-23 21:56:23 -04:00
default.rs Make {Default, From, FromIterator, One, Zero} well-formed 2015-10-23 21:56:23 -04:00
intrinsics.rs Correct spelling in docs 2015-10-13 09:44:11 -04:00
iter.rs Adds tons of documentation for Iterator 2015-10-27 12:00:10 -04:00
lib.rs Mark all extern functions as nounwind 2015-09-14 11:36:09 +02:00
macros.rs Mention in the docs, that assert! has a second version with a custom message 2015-10-28 00:56:27 +01:00
marker.rs Implement Default for PhantomData 2015-10-27 15:42:38 +02:00
mem.rs Correct spelling in docs 2015-10-13 09:44:11 -04:00
nonzero.rs Switch to 'const unsafe fn' ordering (rust-lang/rust#29107) 2015-10-25 12:03:07 +08:00
ops.rs Elide lifetime in Deref doc example 2015-09-26 20:40:22 +02:00
option.rs std: Stabilize library APIs for 1.5 2015-10-25 09:36:32 -07:00
panicking.rs Mark all extern functions as nounwind 2015-09-14 11:36:09 +02:00
ptr.rs Switch to 'const unsafe fn' ordering (rust-lang/rust#29107) 2015-10-25 12:03:07 +08:00
raw.rs Correct spelling in docs 2015-10-13 09:44:11 -04:00
result.rs std: Stabilize library APIs for 1.5 2015-10-25 09:36:32 -07: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 Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson 2015-10-25 16:38:38 +00:00
tuple.rs std: Create separate docs for the primitives 2015-07-20 13:18:06 -07:00