rust/src/libcore
Dan Robertson 08140878fe
libcore: Add va_list lang item and intrinsics
- Add the llvm intrinsics used to manipulate a va_list.
 - Add the va_list lang item in order to allow implementing
   VaList in libcore.
2018-11-26 22:56:19 +00: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 revert spurious edits. 2018-11-10 02:33:21 +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 Rollup merge of #55869 - SimonSapin:iterate, r=alexcrichton 2018-11-24 01:31:50 +08:00
num Auto merge of #55705 - ethanboxx:master, r=SimonSapin 2018-11-26 01:46:18 +00: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 Auto merge of #53918 - Havvy:doc-sort-by, r=GuillaumeGomez 2018-11-22 06:50:18 +00:00
str std::str Adapt documentation to reality 2018-11-22 15:26:16 +01:00
sync Do not Atomic{I,U}128 in stage0 2018-11-05 18:54:17 +02:00
task fix various typos in doc comments 2018-11-13 14:45:31 -05:00
tests Add std::iter::successors 2018-11-20 18:22:40 +01:00
unicode revert making internal APIs const fn. 2018-11-10 01:10:07 +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 revert making internal APIs const fn. 2018-11-10 01:10:07 +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 Breaking change upgrades 2018-09-04 13:22:08 -06: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 Rollup merge of #55785 - stjepang:unsized-drop-forget, r=alexcrichton 2018-11-15 11:04:38 +01:00
macros.rs Fix docstring spelling mistakes 2018-11-09 23:14:46 -05:00
marker.rs make PhantomData #[structural_match]. 2018-11-10 03:39:42 +01:00
mem.rs Rollup merge of #55485 - petertodd:2018-10-manuallydrop-deref, r=TimNN 2018-11-22 10:37:45 +01:00
nonzero.rs Replace CoerceSized trait with DispatchFromDyn 2018-11-01 18:16:59 -04: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 Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
pin.rs Fix docstring spelling mistakes 2018-11-09 23:14:46 -05:00
ptr.rs update various stdlib docs 2018-11-21 06:50:17 -05: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