rust/src/libcore
Mazdak Farrokhzad a7d993961f
Rollup merge of #62716 - RalfJung:unsafe-cell, r=Centril
state also in the intro that UnsafeCell has no effect on &mut

Just to be extra sure.
2019-07-24 16:13:09 +02:00
..
benches Change ... to ..= where applicable 2019-06-14 12:24:38 -05:00
char add rustc_private as a proper language feature gate 2019-07-22 16:32:13 +03:00
fmt Rollup merge of #62799 - RalfJung:uninit-array, r=Centril 2019-07-22 15:32:17 +02: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 tidy is being silly 2019-07-21 12:59:51 +02: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 Rollup merge of #62788 - fakenine:normalize_use_of_backticks_compiler_messages_p9, r=Centril 2019-07-22 15:32:15 +02:00
slice Rollup merge of #62656 - RalfJung:contains-no-own, r=Dylan-DPC 2019-07-23 12:51:05 -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 Regenerate character tables for Unicode 12.1 2019-07-12 16:29:40 -07: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 state also in the intro that UnsafeCell has no effect on &mut 2019-07-16 14:47:51 +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 disable overlapping check with Miri (does not work without intptrcast) 2019-07-21 12:28:06 +02:00
iter_private.rs Remove licenses 2018-12-25 21:08:33 -07:00
lib.rs avoid uninit_array! macro where it is not needed 2019-07-19 17:23:47 +02:00
macros.rs use a const to hack around promotion limitations 2019-07-21 12:28:18 +02: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