rust/src/libcore
Mazdak Farrokhzad bca490808f
Rollup merge of #57357 - frewsxcv:frewsxcv-partial-eq, r=QuietMisdreavus
Cleanup PartialEq docs.

- Cleanup the `impl PartialEq<BookFormat> for Book` implementation
- Implement `impl PartialEq<Book> for BookFormat` so it’s symmetric
  - Fixes https://github.com/rust-lang/rust/issues/53844.
- Removes the last example since it appears to be redundant with the
  previous two examples.
2019-01-18 18:06:30 +01:00
..
benches Remove licenses 2018-12-25 21:08:33 -07:00
char Remove licenses 2018-12-25 21:08:33 -07:00
fmt Misc cleanups 2019-01-09 06:31:09 +09:00
future Add #[must_use] message to Iterator and Future 2019-01-13 02:57:27 +09:00
hash Remove licenses 2018-12-25 21:08:33 -07:00
iter Rollup merge of #57608 - timvisee:master, r=frewsxcv 2019-01-15 12:42:13 +01:00
num Revert "Auto merge of #57670 - rust-lang:beta-next, r=Mark-Simulacrum" 2019-01-17 10:48:10 +01:00
ops Fix broken links to second edition TRPL. 2019-01-01 12:53:07 -05:00
prelude Remove licenses 2018-12-25 21:08:33 -07:00
slice Cosmetic improvements 2019-01-13 19:47:02 +00:00
str Rollup merge of #57454 - sinkuu:fmt_cleanup, r=joshtriplett 2019-01-13 05:26:49 +01:00
sync Move spin_loop_hint to core::hint module 2019-01-15 16:44:28 -05:00
task Remove licenses 2018-12-25 21:08:33 -07:00
tests Remove unnecessary mut 2019-01-14 12:23:50 +01:00
unicode Remove licenses 2018-12-25 21:08:33 -07:00
alloc.rs Remove licenses 2018-12-25 21:08:33 -07:00
any.rs Remove licenses 2018-12-25 21:08:33 -07:00
array.rs Remove licenses 2018-12-25 21:08:33 -07:00
ascii.rs Remove licenses 2018-12-25 21:08:33 -07:00
borrow.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
cell.rs Remove licenses 2018-12-25 21:08:33 -07:00
clone.rs Auto merge of #57125 - doitian:inconsistent-clone-doc, r=bluss 2019-01-01 20:50:13 +00:00
cmp.rs Rollup merge of #57357 - frewsxcv:frewsxcv-partial-eq, r=QuietMisdreavus 2019-01-18 18:06:30 +01:00
convert.rs stabilize convert::identity 2019-01-04 01:42:31 +01:00
default.rs Remove licenses 2018-12-25 21:08:33 -07:00
ffi.rs Rollup merge of #57340 - eqrion:doc/c_variadic, r=Mark-Simulacrum 2019-01-18 18:06:29 +01:00
hint.rs Move spin_loop_hint to core::hint module 2019-01-15 16:44:28 -05:00
internal_macros.rs Remove licenses 2018-12-25 21:08:33 -07:00
intrinsics.rs Auto merge of #57234 - Centril:const-stabilizations-2, r=oli-obk 2019-01-12 02:00:18 +00:00
iter_private.rs Remove licenses 2018-12-25 21:08:33 -07:00
lib.rs Rollup merge of #57579 - stjepang:once-with, r=SimonSapin 2019-01-15 12:42:10 +01:00
macros.rs Remove licenses 2018-12-25 21:08:33 -07:00
marker.rs Fix broken links to second edition TRPL. 2019-01-01 12:53:07 -05:00
mem.rs panic when calling MaybeUninhabited::into_inner on uninhabited type 2018-12-27 13:04:53 +01:00
option.rs stabilize transpose_result in 1.33 2019-01-13 06:15:44 +01:00
panic.rs Remove licenses 2018-12-25 21:08:33 -07:00
panicking.rs Remove licenses 2018-12-25 21:08:33 -07:00
pin.rs Reborrow Pin<P> using &mut in Pin::set 2019-01-07 11:45:34 -08:00
ptr.rs Revert "Auto merge of #57670 - rust-lang:beta-next, r=Mark-Simulacrum" 2019-01-17 10:48:10 +01:00
raw.rs Remove licenses 2018-12-25 21:08:33 -07:00
result.rs stabilize transpose_result in 1.33 2019-01-13 06:15:44 +01:00
time.rs Specify the tracking issue 2019-01-07 11:39:22 +01:00
tuple.rs Remove licenses 2018-12-25 21:08:33 -07:00
unit.rs Remove licenses 2018-12-25 21:08:33 -07:00