rust/src/libcore
2018-12-07 17:33:32 +01:00
..
benches core/benches/num: Add from_str/from_str_radix() benchmarks 2018-11-21 11:48:15 +01:00
char update various stdlib docs 2018-11-21 06:50:17 -05:00
fmt cleanup: remove static lifetimes from consts 2018-12-04 12:46:10 +01:00
future Fix documentation typos. 2018-11-10 19:31:49 +07:00
hash Use impl_header_lifetime_elision in libcore 2018-09-29 21:33:35 -07:00
iter Use inner iterator may_have_side_effect for Cloned 2018-12-05 16:48:34 +01:00
num Make sure the initialization of constrained int range newtypes is unsafe 2018-12-04 10:17:36 +01:00
ops constify parts of libcore. 2018-11-10 01:07:32 +01:00
prelude Drop identity from prelude. 2018-08-19 18:36:18 +02:00
slice Fix a stutter in the docs for slice::exact_chunks 2018-12-06 16:53:24 -05:00
str Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNN 2018-12-05 23:54:25 +01:00
sync atomic::Ordering: Get rid of misleading parts of intro 2018-11-18 11:12:01 +01:00
task fix various typos in doc comments 2018-11-13 14:45:31 -05:00
tests Add a test for cloned side effects 2018-12-05 17:53:34 +01:00
unicode cleanup: remove static lifetimes from consts 2018-12-04 12:46:10 +01:00
alloc.rs Rollup merge of #55844 - waywardmonkeys:typo-fixes, r=varkor 2018-11-11 00:21:25 +01:00
any.rs Update any.rs documentation using keyword dyn 2018-11-19 15:59:21 +09:00
array.rs Add TryFrom<&[T]> for [T; $N] where T: Copy 2018-11-25 22:34:59 +01:00
ascii.rs migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
borrow.rs Use impl_header_lifetime_elision in libcore 2018-09-29 21:33:35 -07:00
Cargo.toml Add libstd and libcore Cargo features "panic_immediate_abort" 2018-11-30 00:56:41 +03:00
cell.rs add comment explaining why what we do is legal 2018-11-17 10:20:28 +01:00
clone.rs Use impl_header_lifetime_elision in libcore 2018-09-29 21:33:35 -07:00
cmp.rs Use impl_header_lifetime_elision in libcore 2018-09-29 21:33:35 -07:00
convert.rs constify parts of libcore. 2018-11-10 01:07:32 +01:00
default.rs Made doc example of impl Default for … use -> Self instead of explicit self type 2018-11-01 11:52:44 +01:00
ffi.rs libcore: Add va_list lang item and intrinsics 2018-11-26 22:56:19 +00:00
hint.rs Stabilize core::hint::unreachable_unchecked. 2018-04-16 18:29:40 +08:00
internal_macros.rs Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
intrinsics.rs Rollup merge of #55785 - stjepang:unsized-drop-forget, r=alexcrichton 2018-11-15 11:04:38 +01:00
iter_private.rs Various fixes to wording consistency in the docs 2017-03-22 17:19:52 +01:00
lib.rs Add tests for stable unsafe features in const fn 2018-12-04 10:17:37 +01:00
macros.rs link to raw identifiers 2018-12-03 13:05:04 -06:00
marker.rs Also make immutable references to non-freeze restricted value range types unsafe 2018-12-04 10:17:36 +01:00
mem.rs let FIXME refer to tracking issue 2018-12-02 12:29:54 +01:00
nonzero.rs Also make immutable references to non-freeze restricted value range types unsafe 2018-12-04 10:17:36 +01:00
option.rs Bump the Option::replace stabilize version to 1.31.0 2018-10-08 10:18:43 +02:00
panic.rs reduce list to functions callable in const ctx. 2018-11-10 01:10:07 +01:00
panicking.rs Fix exceeding line width limit 2018-11-30 02:37:04 +03:00
pin.rs Fix docstring spelling mistakes 2018-11-09 23:14:46 -05:00
ptr.rs Fix the just-introduced ptr::hash docs 2018-12-07 17:33:32 +01:00
raw.rs Merge branch 'master' into frewsxcv-dyn 2018-11-23 14:09:08 -05:00
result.rs Use impl_header_lifetime_elision in libcore 2018-09-29 21:33:35 -07:00
time.rs constify parts of libstd. 2018-11-10 01:10:07 +01:00
tuple.rs Update bootstrap compiler 2017-08-31 06:58:58 -07:00
unit.rs impl FromIterator<()> for () 2017-10-18 23:12:37 -07:00