about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
AgeCommit message (Expand)AuthorLines
2019-02-16Rollup merge of #58468 - RalfJung:maybe-uninit-split, r=Centrilkennytm-1/+1
2019-02-14make Centril happyRalf Jung-1/+1
2019-02-14split MaybeUninit into several features, expand docs a bitRalf Jung-1/+1
2019-02-12Merging masterMatthias Einwag-4/+3
2019-02-12New return types for str::escape_* that impl Display and Iterator<char>Simon Sapin-1/+2
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2019-02-03Update the future/task APIMatthias Einwag-4/+0
2019-02-03Auto merge of #58081 - Centril:liballoc-2018, r=oli-obkbors-3/+4
2019-02-02liballoc: remove redundant extern crate.Mazdak Farrokhzad-2/+0
2019-02-02liballoc: fix some idiom lints.Mazdak Farrokhzad-0/+3
2019-02-02liballoc: adjust abolute imports + more import fixes.Mazdak Farrokhzad-1/+1
2019-02-01Stabilize split_ascii_whitespaceSimon Sapin-1/+0
2019-01-30override `VecDeque`'s `Iter::try_fold`Andre Bogus-0/+1
2019-01-28Use warn() for extra diagnostics; with -D warnings this leads to errorsRalf Jung-2/+2
2019-01-28avoid mem::uninitialized in BTreeMapRalf Jung-0/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-23Rollup merge of #56939 - cramertj:pin-stabilization, r=alexcrichtonMazdak Farrokhzad-1/+0
2018-12-23Rollup merge of #56941 - euclio:deny-libstd-resolution-failures, r=QuietMisdr...kennytm-0/+2
2018-12-21Stabilize PinTaylor Cramer-1/+0
2018-12-20Stabilize `Rc`, `Arc` and `Pin` as method receiversMichael Hewson-0/+1
2018-12-17deny intra-doc link resolution failures in libstdAndy Russell-0/+2
2018-11-08Auto merge of #55366 - Amanieu:stable_layout, r=Amanieubors-0/+1
2018-11-06Add a tracking issue for extra Layout methodsAmanieu d'Antras-0/+1
2018-11-01Replace CoerceSized trait with DispatchFromDynMichael Hewson-1/+1
2018-11-01Add CoerceSized impls throughout libstdMichael Hewson-0/+1
2018-10-31Bump nightly to 1.32.0Alex Crichton-1/+0
2018-10-18Stabilize slice::rchunks(), rchunks_mut(), rchunks_exact(), rchunk_exact_mut()Sebastian Dröge-1/+0
2018-10-18Stabilize slice::chunks_exact() and slice::chunks_exact_mut()Sebastian Dröge-1/+0
2018-10-18Add slice::rchunks(), rchunks_mut(), rchunks_exact() and rchunks_exact_mut()Sebastian Dröge-0/+1
2018-10-09alloc: fix deprecated warningsJorge Aparicio-0/+1
2018-10-05Stabilize `min_const_fn`Oliver Schneider-1/+1
2018-09-30Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrumbors-3/+2
2018-09-29Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"Ralf Jung-1/+0
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-3/+2
2018-09-25Rollup merge of #54537 - sdroege:chunks-exact, r=alexcrichtonPietro Albini-1/+1
2018-09-24Rename slice::exact_chunks() to slice::chunks_exact()Sebastian Dröge-1/+1
2018-09-23Make the `Vec::dedup` method use `slice::partition_dedup` internallyClément Renault-0/+1
2018-09-22alloc: fix deprecated warningsJorge Aparicio-0/+1
2018-09-19Auto merge of #53877 - withoutboats:compositional-pin, r=aturonbors-1/+0
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-09-01Update to a new pinning API.Without Boats-1/+0
2018-08-31Restrict most uses of `const_fn` to `min_const_fn`Oliver Schneider-1/+2
2018-08-27Auto merge of #53227 - nivkner:pin_move, r=RalfJungbors-0/+1
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-23move PinBox into pin module and export through stdNiv Kaminer-0/+1
2018-08-09liballoc: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-05Fix stage 2 testsvarkor-5/+3
2018-08-05Remove unnecessary or invalid feature attributesvarkor-7/+1
2018-08-01Switch to bootstrapping from 1.29 betaMark Rousskov-4/+1
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-1/+0