rust/src/libcore
Pietro Albini 7c83737b44
Rollup merge of #56751 - mbrubeck:hash, r=dtolnay
Allow ptr::hash to accept fat pointers

Fat pointers implement Hash since #45483.  This is a follow-up to #56250.
2018-12-15 10:17:35 +01:00
..
benches Override Cycle::try_fold 2018-12-09 00:01:09 +09:00
char Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
fmt cleanup: remove static lifetimes from consts 2018-12-04 12:46:10 +01:00
future Fix documentation typos. 2018-11-10 19:31:49 +07:00
hash Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
iter Auto merge of #56630 - sinkuu:core_iter, r=kennytm 2018-12-09 00:18:34 +00:00
num Bump to 1.33.0 2018-12-12 08:09:26 -08:00
ops Bump to 1.33.0 2018-12-12 08:09:26 -08:00
prelude Drop identity from prelude. 2018-08-19 18:36:18 +02:00
slice Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
str Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
sync Bump to 1.33.0 2018-12-12 08:09:26 -08:00
task Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
tests std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
unicode cleanup: remove static lifetimes from consts 2018-12-04 12:46:10 +01:00
alloc.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
any.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
array.rs Add TryFrom<&[T]> for [T; $N] where T: Copy 2018-11-25 22:34:59 +01:00
ascii.rs migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
borrow.rs Use impl_header_lifetime_elision in libcore 2018-09-29 21:33:35 -07:00
Cargo.toml std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
cell.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
clone.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
cmp.rs Use impl_header_lifetime_elision in libcore 2018-09-29 21:33:35 -07:00
convert.rs use top level fs functions where appropriate 2018-12-07 12:54:11 -05:00
default.rs Made doc example of impl Default for … use -> Self instead of explicit self type 2018-11-01 11:52:44 +01:00
ffi.rs Bump to 1.33.0 2018-12-12 08:09:26 -08:00
hint.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
internal_macros.rs Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
intrinsics.rs Bump to 1.33.0 2018-12-12 08:09:26 -08:00
iter_private.rs Various fixes to wording consistency in the docs 2017-03-22 17:19:52 +01:00
lib.rs Update Cargo submodule and its dependencies 2018-12-10 13:45:22 -08:00
macros.rs link to raw identifiers 2018-12-03 13:05:04 -06:00
marker.rs Rename Pinned marker type to PhantomPinned 2018-12-12 12:23:58 -08:00
mem.rs Bump to 1.33.0 2018-12-12 08:09:26 -08:00
nonzero.rs Also make immutable references to non-freeze restricted value range types unsafe 2018-12-04 10:17:36 +01:00
option.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
panic.rs reduce list to functions callable in const ctx. 2018-11-10 01:10:07 +01:00
panicking.rs Fix exceeding line width limit 2018-11-30 02:37:04 +03:00
pin.rs Rename Pinned marker type to PhantomPinned 2018-12-12 12:23:58 -08:00
ptr.rs Rollup merge of #56751 - mbrubeck:hash, r=dtolnay 2018-12-15 10:17:35 +01:00
raw.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
result.rs Use impl_header_lifetime_elision in libcore 2018-09-29 21:33:35 -07:00
time.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
tuple.rs Update bootstrap compiler 2017-08-31 06:58:58 -07:00
unit.rs impl FromIterator<()> for () 2017-10-18 23:12:37 -07:00