rust/src/libcore
Mazdak Farrokhzad 8db83a04c5
Rollup merge of #64717 - andrewbanchich:master, r=joshtriplett
update mem::discriminant test to use assert_eq and assert_ne over comparison operators

Use assert_eq and assert_ne over comparison operators.
2019-09-24 23:45:28 +02:00
..
benches Improve ptr_rotate performance, tests, and benchmarks 2019-08-06 10:42:48 -05:00
char remove XID and Pattern_White_Space unicode tables from libcore 2019-09-04 13:11:11 +03:00
fmt Move --cfg bootstrap out of rustc.rs 2019-09-23 09:34:44 -07:00
future Use associated_type_bounds where applicable - closes #61738 2019-08-08 22:39:15 +02:00
hash Move --cfg bootstrap out of rustc.rs 2019-09-23 09:34:44 -07:00
iter Rollup merge of #64296 - KodrAus:chore/iter_order_by, r=Centril 2019-09-24 23:45:19 +02:00
mem update test 2019-09-23 16:09:36 -04:00
num Move --cfg bootstrap out of rustc.rs 2019-09-23 09:34:44 -07:00
ops Added an extra line to make the formatting conform to the rest of the document. 2019-08-24 13:38:09 +02:00
prelude Remove __rust_unstable_column 2019-08-15 22:58:57 +03:00
ptr A few cosmetic improvements to code & comments in liballoc and libcore 2019-09-06 16:02:25 +01:00
slice Stabilize str::len, [T]::len, is_empty and str::as_bytes as const fn 2019-09-24 12:56:44 +02:00
str Stabilize str::len, [T]::len, is_empty and str::as_bytes as const fn 2019-09-24 12:56:44 +02:00
sync Rollup merge of #64348 - arnohaase:pr_documentation_spin_loop_hint, r=alexcrichton 2019-09-18 10:58:05 -07:00
task Provide map_ok and map_err method for Poll<Option<Result<T, E>>> 2019-08-13 15:15:33 +05:30
tests Auto merge of #64047 - timvermeulen:cmp_min_max_by, r=cuviper 2019-09-21 04:21:25 +00:00
unicode it's more pythonic to use 'is not None' in python files 2019-09-06 15:14:25 +08:00
alloc.rs Fix clippy::clone_on_copy warnings 2019-07-18 15:14:56 +02:00
any.rs A few cosmetic improvements to code & comments in liballoc and libcore 2019-09-06 16:02:25 +01:00
array.rs FixedSizeArray: Add missing links in doc comments. 2019-08-01 20:24:05 +07:00
ascii.rs Implement Clone, Display for ascii::EscapeDefault 2019-08-09 22:45:06 -04:00
bool.rs Move --cfg bootstrap out of rustc.rs 2019-09-23 09:34:44 -07:00
borrow.rs be more direct about borrow requirenments 2019-04-03 11:41:24 +03:00
Cargo.toml bump libcore tests to rand 0.7 2019-08-04 14:50:32 +02:00
cell.rs Auto merge of #62748 - luca-barbieri:optimize-refcell-borrow, r=RalfJung 2019-07-27 09:32:44 +00:00
clone.rs Move --cfg bootstrap out of rustc.rs 2019-09-23 09:34:44 -07:00
cmp.rs Move --cfg bootstrap out of rustc.rs 2019-09-23 09:34:44 -07:00
convert.rs Make some adjustments to the documentation for std::convert::identity 2019-09-16 15:43:46 +01:00
default.rs Move --cfg bootstrap out of rustc.rs 2019-09-23 09:34:44 -07:00
ffi.rs Make VaListImpl<'f> invariant over the 'f lifetime 2019-07-14 18:14:15 -07:00
hint.rs broken hyperlinks in documentation 2019-09-18 12:31:34 +02:00
internal_macros.rs std: Remove internal definitions of cfg_if! macro 2019-06-10 10:58:44 -07:00
intrinsics.rs Move --cfg bootstrap out of rustc.rs 2019-09-23 09:34:44 -07:00
iter_private.rs Remove licenses 2018-12-25 21:08:33 -07:00
lib.rs Stabilize str::len, [T]::len, is_empty and str::as_bytes as const fn 2019-09-24 12:56:44 +02:00
macros.rs Move --cfg bootstrap out of rustc.rs 2019-09-23 09:34:44 -07:00
marker.rs Move --cfg bootstrap out of rustc.rs 2019-09-23 09:34:44 -07:00
option.rs Elide lifetimes in Pin<&(mut) Self> 2019-09-17 08:39:34 +09:00
panic.rs libcore: deny more... 2019-04-19 01:37:12 +02:00
panicking.rs Fix rebase conflicts 2019-09-23 09:35:50 -07:00
pin.rs Update src/libcore/pin.rs 2019-09-17 20:02:48 +09: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 #63166 - ksqsf:master, r=alexcrichton 2019-09-04 07:47:08 +00:00
time.rs fix tests 2019-07-30 16:41:03 +00: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