rust/src/libcore
2018-12-17 21:10:24 -05: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 Add #[must_use] attribute to stdlib traits 2018-12-10 14:45:26 +00:00
hash Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
iter Auto merge of #56904 - sinkuu:cycle_fold, r=bluss 2018-12-17 16:01:46 +00:00
num Rollup merge of #56855 - nikic:remove-cttz-hack, r=nagisa 2018-12-16 14:08:37 +01:00
ops Rollup merge of #56677 - aelred:must-use-on-traits, r=estebank 2018-12-15 14:47:33 +01:00
prelude Drop identity from prelude. 2018-08-19 18:36:18 +02: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 #53506 - phungleson:fix-from-docs-atomic, r=KodrAus 2018-12-16 14:08:13 +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 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 deny intra-doc link resolution failures in libstd 2018-12-17 21:10:24 -05: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 deny intra-doc link resolution failures in libstd 2018-12-17 21:10:24 -05: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 #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