about summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2019-09-14Update src/liballoc/raw_vec.rsAlexander Regueiro-1/+1
2019-09-11Guarantee vec.clear/truncate is O(1) for trivial typesKornel-13/+17
2019-09-07Improve hygiene of `alloc::format!`Vadim Petrochenkov-1/+7
2019-09-06A few cosmetic improvements to code & comments in liballoc and libcoreAlexander Regueiro-83/+81
2019-08-30Rollup merge of #63684 - GrayJack:const_list_new, r=CentrilMazdak Farrokhzad-1/+1
2019-08-30Add a "diagnostic item" schemeOliver Scherer-0/+1
2019-08-25Update Box representation comment based on reviewsStephane Raux-3/+2
2019-08-25Update {rc, sync}::Weak::ptr_eq doc about comparing Weak::newThomas de Zeeuw-5/+6
2019-08-25Stabilise weak_ptr_eqThomas de Zeeuw-6/+2
2019-08-22Fix formatting.Tomasz Różański-1/+1
2019-08-22Fix a typo.Tomasz Różański-1/+1
2019-08-19Rollup merge of #63252 - nrc:arc-doc, r=alexcrichtonMazdak Farrokhzad-4/+0
2019-08-18Auto merge of #63045 - Rosto75:master, r=jonas-schievinkbors-43/+43
2019-08-18Constify LinkedList new functionGrayJack-1/+1
2019-08-17Rollup merge of #62451 - SimonSapin:new_uninit, r=RalfJungMazdak Farrokhzad-10/+497
2019-08-17Rename private helper method allocate_for_unsized to allocate_for_layoutSimon Sapin-10/+10
2019-08-17Doc nitsSimon Sapin-14/+14
2019-08-16Rollup merge of #63613 - petrochenkov:stdhyg, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-08-16Add the Layout of the failed allocation to TryReserveError::AllocErrorSimon Sapin-40/+46
2019-08-16Rename CollectionAllocError to TryReserveErrorSimon Sapin-36/+36
2019-08-16Relax the safety condition for get_mut_uncheckedSimon Sapin-4/+8
2019-08-16Reuse more internal Rc and Arc methodsSimon Sapin-70/+14
2019-08-16Add a comment on the usage of Layout::new::<RcBox<()>>()Simon Sapin-0/+4
2019-08-16Add tracking issue numbersSimon Sapin-14/+14
2019-08-16Use ManuallyDrop instead of mem::forgetSimon Sapin-12/+4
2019-08-16Use `alloc::Global` in `Box::new_uninit`Simon Sapin-4/+6
2019-08-16Fix intra-rustdoc linksSimon Sapin-2/+14
2019-08-16Move constructors of boxed/rc’ed slices to matching `impl` blocksSimon Sapin-100/+106
2019-08-16Add new_uninit_slice and assume_init on Box, Rc, and Arc of [T]Simon Sapin-14/+256
2019-08-16Add new_uninit and assume_init on Box, Rc, and ArcSimon Sapin-0/+223
2019-08-16Add Rc::get_mut_unchecked, Arc::get_mut_uncheckedSimon Sapin-2/+60
2019-08-15Hygienize use of built-in macros in the standard libraryVadim Petrochenkov-1/+1
2019-08-14Auto merge of #63534 - Mark-Simulacrum:stage0-bump, r=Centrilbors-6/+6
2019-08-14Handle cfg(bootstrap) throughoutMark Rousskov-6/+6
2019-08-12Apply suggestions from code reviewObserver42-2/+2
2019-08-12Document From trait for BinaryHeapObserver42-0/+3
2019-08-10Rollup merge of #63350 - iluuu1994:use-associated-type-bounds, r=CentrilMazdak Farrokhzad-10/+14
2019-08-09Rollup merge of #63407 - RalfJung:miri-test-sizes, r=CentrilMazdak Farrokhzad-0/+27
2019-08-09reduce some test sizes in MiriRalf Jung-0/+27
2019-08-09Add missing #![feature(associated_type_bounds)]Ilija Tovilo-0/+1
2019-08-09Merge pull request #1 from rust-lang/masterSayan Nandan-2519/+4279
2019-08-09Improve tests for liballoc/btree/setSayan Nandan-2/+2
2019-08-08Use associated_type_bounds where applicable - closes #61738Ilija Tovilo-10/+13
2019-08-08Rollup merge of #63261 - RalfJung:rand, r=nikomatsakisMazdak Farrokhzad-6/+6
2019-08-05Add implementations for converting boxed slices into boxed arraysJake Goulding-6/+94
2019-08-04bump rand to fix Miri failuresRalf Jung-6/+6
2019-08-04Remove recommendation about idiomatic syntax for Arc::CloneNick Cameron-4/+0
2019-08-02Remove some more `cfg(test)`sVadim Petrochenkov-4/+0
2019-08-02liballoc: Unconfigure tests during normal buildVadim Petrochenkov-1681/+1672
2019-07-30Rollup merge of #63095 - Centril:incomplete-features-lint, r=varkorMazdak Farrokhzad-0/+1