rust/src/libcore
bors e548d6c08f Auto merge of #31450 - bluss:no-null-markers, r=Gankro
Document that Unique<T> and Shared<T> are non-null
2016-02-07 07:57:06 +00:00
..
fmt std: Stabilize APIs for the 1.7 release 2016-01-16 11:03:10 -08:00
hash doc: insert missing chars 2016-01-27 20:56:18 +02:00
num drive-by doc fixes 2016-02-04 16:28:08 +01:00
prelude Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
str docs: Standardize on 'Errors' header in std docs 2016-02-01 21:41:29 -05:00
sync Fix a documentation typo 2016-02-01 21:09:19 +03:00
any.rs Implement Any for unsized types 2016-01-14 23:02:32 -08:00
array.rs Revert "PR #30130 Implement Clone for more arrays" 2015-12-07 00:29:21 +01:00
borrow.rs Move the Borrow and BorrowMut traits to libcore. 2015-08-22 13:58:39 +02:00
cell.rs RefCell::borrow_mut example should demonstrate mut 2016-01-25 17:24:45 -05:00
char.rs Auto merge of #30624 - Ticki:specialization, r=alexcrichton 2016-01-16 21:38:39 +00:00
clone.rs Make note about traits that can be derived 2015-11-16 18:50:40 -05:00
cmp.rs Remove unsafe code from core::cmp 2016-01-21 20:49:10 +01:00
convert.rs Doc:std::convert: disambiguate traits and keywords 2016-01-31 12:26:15 +01:00
default.rs libcore: deny warnings in doctests 2015-11-12 05:16:08 +00:00
intrinsics.rs trans: Reimplement unwinding on MSVC 2016-01-29 16:25:20 -08:00
iter.rs Rollup merge of #31351 - steveklabnik:gh31318, r=alexcrichton 2016-02-03 02:54:25 +05:30
lib.rs mk: Move from -D warnings to #![deny(warnings)] 2016-01-24 20:35:55 -08:00
macros.rs Correct the documentation of debug_assert_eq 2015-12-29 11:01:35 -05:00
marker.rs Fix spacing style of T: Bound in docs 2016-01-17 23:44:33 +01:00
mem.rs doc: this is more easy to read, and less prone mis-interpretation 2016-01-14 21:38:18 +02:00
nonzero.rs Register new snapshots 2015-12-21 09:26:21 -08:00
ops.rs Auto merge of #30696 - steveklabnik:gh30655, r=brson 2016-01-19 17:34:20 +00:00
option.rs Move cold panic functions in Option and Result 2016-01-22 19:07:11 +01:00
panicking.rs Mark all extern functions as nounwind 2015-09-14 11:36:09 +02:00
ptr.rs Document that Unique<T> and Shared<T> are non-null 2016-02-06 16:22:17 +01:00
raw.rs Correct spelling in docs 2015-10-13 09:44:11 -04:00
result.rs Move cold panic functions in Option and Result 2016-01-22 19:07:11 +01:00
slice.rs Auto merge of #30917 - arthurprs:bs_bounds_check, r=alexcrichton 2016-01-22 19:00:15 +00:00
tuple.rs Add missing annotations and some tests 2015-11-18 01:24:21 +03:00