rust/src/libcore
Manish Goregaokar d2f8c30951
Rollup merge of #74127 - tamird:allowlist, r=oli-obk
Avoid "whitelist"

Other terms are more inclusive and precise.
2020-07-10 23:26:47 -07:00
..
alloc Deny unsafe ops in unsafe fns, part 6 2020-06-30 19:28:51 +02:00
array Add comment for Ord implementation for array 2020-05-06 17:02:53 +08:00
benches Disable core benches on wasm (benches not supported). 2020-06-18 14:48:53 -07:00
char Deny unsafe ops in unsafe fns, part 6 2020-06-30 19:28:51 +02:00
convert Deny unsafe ops in unsafe fns, part 6 2020-06-30 19:28:51 +02:00
fmt Rollup merge of #72452 - Lucretiel:precision-doc, r=dtolnay 2020-05-29 15:06:59 +09:00
future Rollup merge of #72303 - yoshuawuyts:future-poll-fn, r=dtolnay 2020-07-10 23:26:24 -07:00
hash Deny unsafe ops in unsafe fns, part 6 2020-06-30 19:28:51 +02:00
iter Fix spacing in Iterator fold doc 2020-07-05 15:23:42 +08:00
macros Rollup merge of #73846 - pierwill:pierwill-patch-2, r=joshtriplett 2020-07-01 07:43:00 -07:00
mem Rollup merge of #73887 - DutchGhost:master, r=oli-obk 2020-07-10 23:26:28 -07:00
num Rollup merge of #73938 - nbdd0121:checked_opt, r=nagisa 2020-07-02 00:16:41 -07:00
ops Implement associated lang items 2020-06-24 19:08:11 -04:00
prelude Bump bootstrap compiler 2020-04-25 09:25:33 -04:00
ptr Deny unsafe ops in unsafe fns, part 6 2020-06-30 19:28:51 +02:00
slice Rollup merge of #73622 - LeSeulArtichaut:unsafe-libcore, r=nikomatsakis 2020-07-02 00:16:28 -07:00
str Deny unsafe ops in unsafe fns, part 6 2020-06-30 19:28:51 +02:00
sync Deny unsafe ops in unsafe fns, part 6 2020-06-30 19:28:51 +02:00
task Use matches macro in libcore and libstd 2020-01-08 07:10:28 +03:00
tests Rollup merge of #73887 - DutchGhost:master, r=oli-obk 2020-07-10 23:26:28 -07:00
unicode Stabilize UNICODE_VERSION (feature unicode_version) 2020-04-23 14:36:30 +02:00
any.rs Map to -> return. 2020-05-12 16:54:29 +01:00
ascii.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
bool.rs Format libcore with rustfmt (including tests and benches) 2019-12-06 20:20:51 -08:00
borrow.rs Format the world 2019-12-22 17:42:47 -05:00
Cargo.toml Ensure std benchmarks get tested. 2020-06-18 09:11:15 -07:00
cell.rs Deny unsafe ops in unsafe fns, part 6 2020-06-30 19:28:51 +02:00
clone.rs Bump bootstrap compiler 2020-04-25 09:25:33 -04:00
cmp.rs Fixing broken link for the Eq trait 2020-06-12 23:52:52 +02:00
default.rs Free default() forwarding to Default::default() 2020-06-07 01:27:06 -07:00
ffi.rs Avoid "whitelist" 2020-07-10 07:39:28 -04:00
hint.rs Deny unsafe ops in unsafe fns, part 6 2020-06-30 19:28:51 +02:00
internal_macros.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
intrinsics.rs variant_count: avoid incorrect dummy implementation 2020-07-05 18:12:21 +02:00
lib.rs variant_count: avoid incorrect dummy implementation 2020-07-05 18:12:21 +02:00
marker.rs fix typo 2020-07-03 17:21:20 +02:00
option.rs Remove irrelevant comment 2020-06-25 23:08:58 +01:00
panic.rs Stabilize #[track_caller]. 2020-06-30 22:22:32 -07:00
panicking.rs Join mutiple lines if it is more readable 2020-06-15 13:15:47 +00:00
pin.rs Deny unsafe ops in unsafe fns, part 6 2020-06-30 19:28:51 +02:00
primitive.rs Bump core::primitive to 1.43 2020-02-23 23:59:39 -08:00
raw.rs Use dyn trait syntax in more comments and docs 2020-05-24 14:46:50 +03:00
result.rs Fix broken inner_deref doc tests. 2020-06-20 12:27:16 -07:00
time.rs Revise according to review 2020-06-20 10:55:39 -04:00
tuple.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
unit.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00