about summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2018-12-04Add example of using the indexing operator to BTreeMap docsCorey Farwell-0/+3
2018-12-04cleanup: remove static lifetimes from constsljedrz-1/+1
2018-12-03slice: tweak concat & joinljedrz-3/+3
2018-12-03Rollup merge of #56432 - ordovicia:shrink-to-issue, r=Centrilkennytm-4/+4
2018-12-03Rollup merge of #56401 - scottmcm:vecdeque-resize-with, r=dtolnaykennytm-33/+27
2018-12-03Fix link in Weak::newThomas de Zeeuw-1/+2
2018-12-03Add sync::Weak::ptr_eqThomas de Zeeuw-0/+47
2018-12-03Add rc::Weak.ptr_eqThomas de Zeeuw-0/+46
2018-12-02Auto merge of #56275 - RalfJung:win-mutex, r=SimonSapinbors-2/+2
2018-12-02avoid MaybeUninit::get_mut where it is not neededRalf Jung-2/+2
2018-12-02Update issue number of `shrink_to` methods to point the tracking issueHidehito Yabuuchi-4/+4
2018-12-01Redo the docs for Vec::set_lenScott McMurray-27/+53
2018-11-30Move VecDeque::resize_with out of the impl<T:Clone> blockScott McMurray-33/+27
2018-12-01Rollup merge of #56131 - ljedrz:assorted, r=RalfJungkennytm-0/+2
2018-11-23Merge branch 'master' into frewsxcv-dynCorey Farwell-6/+20
2018-11-22Auto merge of #53918 - Havvy:doc-sort-by, r=GuillaumeGomezbors-0/+16
2018-11-21update various stdlib docsSteve Klabnik-6/+4
2018-11-21String: add a FIXME to from_utf16ljedrz-0/+2
2018-11-20Incorporate `dyn` into more comments and docs.Corey Farwell-10/+10
2018-11-17Add VecDeque::resize_withScott McMurray-1/+39
2018-11-17Add double quotes to resolve errordaniellimws-1/+1
2018-11-15Rollup merge of #55901 - euclio:speling, r=petrochenkovPietro Albini-2/+2
2018-11-15Rollup merge of #55530 - ljedrz:speed_up_String_from_utf16, r=SimonSapinPietro Albini-1/+9
2018-11-13fix various typos in doc commentsAndy Russell-2/+2
2018-11-13Rollup merge of #55889 - RalfJung:global-alloc, r=alexcrichtonkennytm-0/+4
2018-11-13Rollup merge of #55874 - denisvasilik:docs, r=alexcrichtonkennytm-0/+41
2018-11-13Rollup merge of #55843 - Axary:master, r=sfacklerkennytm-1/+17
2018-11-13Rollup merge of #55711 - kngwyu:btreemap-rangemut-doc, r=Mark-Simulacrumkennytm-3/+4
2018-11-12global allocators: add a few commentsRalf Jung-0/+4
2018-11-11Minor style guide corrections.Denis Vasilik-6/+6
2018-11-11std: Delete the `alloc_system` crateAlex Crichton-4/+1
2018-11-11Whitespace cleanup according to Rust's style guidelines.Denis Vasilik-3/+3
2018-11-11Added comments for trait implementations.Denis Vasilik-1/+28
2018-11-11Added comment for From trait implementation: boxed string slice to StringDenis Vasilik-0/+14
2018-11-11change attribute to stableAxary-1/+1
2018-11-11Merge branch 'master' of https://github.com/rust-lang/rustAxary-4/+8
2018-11-10add FromIterator<A> to Box<[A]>Axary-1/+17
2018-11-08Fix Rc/Arc allocation layoutMurarth-4/+8
2018-11-08Auto merge of #55366 - Amanieu:stable_layout, r=Amanieubors-0/+1
2018-11-07Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwcokennytm-1/+1
2018-11-06Add a tracking issue for extra Layout methodsAmanieu d'Antras-0/+1
2018-11-06refactor: use shorthand fieldsteresy-1/+1
2018-11-06Format BtreeMap::range_mut examplekngwyu-3/+4
2018-11-05Auto merge of #54922 - murarth:rc-ub-fix, r=alexcrichtonbors-10/+14
2018-11-05Fix undefined behavior in Rc/Arc allocationMurarth-10/+14
2018-11-03Auto merge of #55238 - alexcrichton:rm-jemalloc, r=estebankbors-3/+0
2018-11-02Remove all jemalloc-related contentAlex Crichton-3/+0
2018-11-01Replace CoerceSized trait with DispatchFromDynMichael Hewson-14/+14
2018-11-01Add CoerceSized impls throughout libstdMichael Hewson-3/+18
2018-10-31Bump nightly to 1.32.0Alex Crichton-4/+2