rust/src/libcore
Mark Rousskov d961eb6034
Rollup merge of #62740 - lzutao:patch-2, r=alexcrichton
Add missing link to Infallible in TryFrom doc
2019-07-18 11:29:46 -04:00
..
benches Change ... to ..= where applicable 2019-06-14 12:24:38 -05:00
char fix the same typo in doctest 2019-06-30 02:46:45 +09:00
fmt add feature to docs 2019-07-09 08:30:20 +10:00
future Switch master to 1.38 2019-07-04 11:26:57 -04:00
hash Fix meta-variable binding errors in macros 2019-06-23 01:30:41 +02:00
iter Rollup merge of #62481 - czipperz:iterator-last-nth-use-for_each, r=scottmcm 2019-07-10 16:08:23 +02:00
mem Rollup merge of #62634 - llogiq:uninit-array-docs, r=RalfJung 2019-07-15 19:55:04 -04:00
num Add documentation to float conversion methods 2019-07-08 07:34:25 +00:00
ops hygiene: Fix wording of desugaring descriptions 2019-07-11 00:12:57 +03:00
prelude libcore => 2018 2019-04-18 14:47:35 +09:00
ptr doc(ptr): add example for {read,write}_unaligned 2019-07-09 16:55:00 +02:00
slice Rollup merge of #62728 - DutchGhost:fix-double-wording, r=jonas-schievink 2019-07-18 11:29:42 -04:00
str Auto merge of #61339 - jridgewell:pointer-alignment, r=BurntSushi 2019-07-17 12:13:36 +00:00
sync Remove unneeded feature attr from atomic integers doctests 2019-06-04 13:24:39 +00:00
task Fix typo in RawWaker::new documentation 2019-07-15 10:03:53 -05:00
tests Unit test Iterator::partition_in_place and is_partitioned 2019-07-09 12:39:25 -07:00
unicode Rollup merge of #60081 - pawroman:cleanup_unicode_script, r=varkor 2019-07-06 22:14:33 +02:00
alloc.rs Add missing links for CannotReallocInPlace type 2019-07-09 16:21:59 +02:00
any.rs libcore: deny more... 2019-04-19 01:37:12 +02:00
array.rs Use const generics for array impls, restricted to 0..=32 2019-07-07 11:31:38 -07:00
ascii.rs When possible without changing semantics, implement Iterator::last in terms of DoubleEndedIterator::next_back for types in liballoc and libcore. 2019-07-02 13:45:29 -07:00
borrow.rs be more direct about borrow requirenments 2019-04-03 11:41:24 +03:00
Cargo.toml libcore => 2018 2019-04-18 14:47:35 +09:00
cell.rs add spaces in front of trait requirements 2019-07-13 17:15:16 +02:00
clone.rs libcore => 2018 2019-04-18 14:47:35 +09:00
cmp.rs libcore => 2018 2019-04-18 14:47:35 +09:00
convert.rs Add missing link to Infallible in TryFrom doc 2019-07-17 10:44:12 +07:00
default.rs libs: doc comments 2019-02-10 23:57:25 +00:00
ffi.rs Make VaListImpl<'f> invariant over the 'f lifetime 2019-07-14 18:14:15 -07:00
hint.rs std: Remove internal definitions of cfg_if! macro 2019-06-10 10:58:44 -07:00
internal_macros.rs std: Remove internal definitions of cfg_if! macro 2019-06-10 10:58:44 -07:00
intrinsics.rs Add debug assertions to write_bytes and copy* 2019-07-15 16:56:43 +02:00
iter_private.rs Remove licenses 2018-12-25 21:08:33 -07:00
lib.rs Add rtm and f16c features to libcore 2019-07-15 14:05:39 +02:00
macros.rs Remove unnecessary expansions created by #[test_case/test/bench] 2019-07-11 00:12:07 +03:00
marker.rs Remove needless lifetimes 2019-07-01 12:15:27 +02:00
option.rs Auto merge of #62596 - cuviper:expect_none, r=rkruppe 2019-07-17 08:29:02 +00:00
panic.rs libcore: deny more... 2019-04-19 01:37:12 +02:00
panicking.rs libcore: deny more... 2019-04-19 01:37:12 +02:00
pin.rs nits 2019-06-19 15:11:54 +02:00
raw.rs Fix more tests after revert of rustdoc cfg(test) feature 2019-06-09 18:15:53 +01:00
result.rs Auto merge of #62596 - cuviper:expect_none, r=rkruppe 2019-07-17 08:29:02 +00:00
time.rs libcore: deny more... 2019-04-19 01:37:12 +02:00
tuple.rs libcore => 2018 2019-04-18 14:47:35 +09:00
unit.rs libcore => 2018 2019-04-18 14:47:35 +09:00