rust/src/libcore
Taylor Cramer 20d694a95f Update Pin API to match the one proposed for stabilization
Remove pin::Unpin reexport and add Unpin to the prelude.
Change Pin associated functions to methods.
Rename get_mut_unchecked_ to get_unchecked_mut
Remove impl Unpin for Pin
Mark Pin repr(transparent)
2018-12-21 20:41:24 -08: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 Rollup merge of - rumajo:master, r=kennytm,Centril 2018-12-19 11:47:12 +01:00
num Rollup merge of - nikic:remove-cttz-hack, r=nagisa 2018-12-16 14:08:37 +01: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 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 Rollup merge of - 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 Remove <Cycle as Iterator>::try_fold override 2018-12-17 15:00:22 +09: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
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
intrinsics.rs Bump to 1.33.0 2018-12-12 08:09:26 -08:00
iter_private.rs
lib.rs Auto merge of - oli-obk:const_fn_let, r=nikomatsakis 2018-12-18 14:21:07 +00: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 Update Pin API to match the one proposed for stabilization 2018-12-21 20:41:24 -08: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 Update Pin API to match the one proposed for stabilization 2018-12-21 20:41:24 -08:00
ptr.rs Rollup merge of - 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
unit.rs