rust/src/libcore
Mazdak Farrokhzad 93af1e7369
Rollup merge of #56939 - cramertj:pin-stabilization, r=alexcrichton
Pin stabilization

This implements the changes suggested in https://github.com/rust-lang/rust/issues/55766#issue-378417538 and stabilizes the `pin` feature. @alexcrichton also listed several "blockers" in that issue, but then in [this comment](https://github.com/rust-lang/rust/issues/55766#issuecomment-445074980) mentioned that they're more "TODO items":
>  In that vein I think it's fine for a stabilization PR to be posted at any time now with FCP lapsed for a week or so now. The final points about self/pin/pinned can be briefly discussed there (if even necessary, they could be left as the proposal above).

Let's settle these last bits here and get this thing stabilized! :)

r? @alexcrichton
cc @withoutboats
2018-12-23 23:09:04 +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 Wording changes 2018-12-13 09:55:16 -08:00
future Update Pin API to match the one proposed for stabilization 2018-12-21 20:41:24 -08:00
hash Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
iter Add DoubleEndedIterator::nth_back 2018-12-20 01:18:04 -05:00
num fix nits 2018-12-20 01:37:20 -08:00
ops Stabilize Rc, Arc and Pin as method receivers 2018-12-20 01:14:01 -05:00
prelude Update Pin API to match the one proposed for stabilization 2018-12-21 20:41:24 -08:00
slice deny intra-doc link resolution failures in libstd 2018-12-17 21:10:24 -05:00
str Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
sync Rollup merge of #56881 - Amanieu:ordering_eq, r=alexcrichton 2018-12-19 11:47:11 +01:00
task Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
tests Rollup merge of #56936 - ubsan:euclidean_div_rem, r=dtolnay 2018-12-23 02:11:56 +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 Rollup merge of #56941 - euclio:deny-libstd-resolution-failures, r=QuietMisdreavus 2018-12-23 02:11:59 +08:00
macros.rs link to raw identifiers 2018-12-03 13:05:04 -06:00
marker.rs Pin stabilization: fix doctests 2018-12-21 20:42:50 -08:00
mem.rs Rollup merge of #56970 - Firstyear:mem_uninit_doc_ptr_drop, r=Manishearth 2018-12-23 02:12:03 +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 Rollup merge of #56939 - cramertj:pin-stabilization, r=alexcrichton 2018-12-23 23:09:04 +01: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 Fix Unpin docs link 2018-12-21 20:42:50 -08:00
ptr.rs Rollup merge of #56706 - oli-obk:const_unsafe_fn, r=Centril 2018-12-16 14:08:22 +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