about summary refs log tree commit diff
path: root/library/alloc
AgeCommit message (Expand)AuthorLines
2020-09-03implement drop handlingThe8472-7/+26
2020-09-03assert that SourceIter requirements have not been violated by the pipelineThe8472-0/+2
2020-09-03mark SourceIter as unsafe, document invariantsThe8472-2/+2
2020-09-03in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adaptersThe8472-42/+156
2020-09-03benchThe8472-1/+40
2020-09-03unrelated typo fixThe8472-1/+1
2020-09-03Link & primitive using relative linkIvan Tham-0/+1
2020-09-03Auto merge of #76235 - jyn514:std-intra-links, r=poliorceticsbors-10/+10
2020-09-03Remove a number of vec UI tests, make them unit tests in the alloc libraryRune Tynan-0/+53
2020-09-02Revert change to MaybeUninit until rustdoc bugs are fixedJoshua Nelson-4/+4
2020-09-02Convert many files to intra-doc linksJoshua Nelson-10/+10
2020-09-02Same typos in vec_dequeAnton-2/+2
2020-09-02Fix typos in vec try_reserve(_exact) docsAnton-3/+3
2020-09-01Use intra-doc links for `MaybeUninit` in `boxed.rs`Joshua Nelson-4/+4
2020-09-01Will land in 1.48, not 1.47Jon Gjengset-1/+1
2020-09-01Merge branch 'master' into stabilize-vecdeque-make_contiguousJon Gjengset-1145/+2054
2020-09-01Removed [inline] and copied over comments from Arc::new_cyclicmental-1/+11
2020-08-31Rollup merge of #76139 - CDirkx:cow-is-borrowed, r=ecstatic-morseTyler Mandry-2/+2
2020-08-31Rollup merge of #76069 - pickfire:patch-16, r=jyn514Aleksey Kladov-3/+1
2020-08-31Rollup merge of #76058 - pickfire:patch-11, r=jyn514Aleksey Kladov-2/+3
2020-08-31Rollup merge of #76055 - pickfire:patch-9, r=jyn514Aleksey Kladov-1/+4
2020-08-31Rollup merge of #76033 - camelid:patch-7, r=Dylan-DPCAleksey Kladov-1/+1
2020-08-31Rollup merge of #76023 - pickfire:patch-4, r=jyn514Aleksey Kladov-1/+1
2020-08-31Make `cow_is_borrowed` methods constCDirkx-2/+2
2020-08-30Try removing [prim@reference]Ivan Tham-1/+1
2020-08-30Rollup merge of #75874 - pickfire:patch-3, r=jyn514Dylan DPC-3/+1
2020-08-29Remove empty vec assertion flow distruptIvan Tham-1/+0
2020-08-29Reuse description from drain_filterIvan Tham-1/+1
2020-08-29Use explicit intra-doc link in path for Vec resizeIvan Tham-3/+1
2020-08-29Vec slice example fix style and show type elisionIvan Tham-1/+1
2020-08-29Link vec doc to & referenceIvan Tham-1/+1
2020-08-29Use assertions on Vec docIvan Tham-2/+4
2020-08-29Add more info for Vec Drain docIvan Tham-0/+1
2020-08-29Remove brackets in drain filter docsIvan Tham-1/+1
2020-08-29Keep doc standard for Vec DrainFilterIvan Tham-1/+4
2020-08-29Liballoc vec doc use associated functionIvan Tham-0/+2
2020-08-29typomental-1/+1
2020-08-28Add missing hyphenCamelid-1/+1
2020-08-28Liballoc extend use intra doc linkIvan Tham-2/+0
2020-08-27Add PartialEq impls for Vec <-> sliceMatt Brubeck-1/+4
2020-08-27`impl Rc::new_cyclic`mental32-0/+100
2020-08-27Rollup merge of #75875 - pickfire:patch-4, r=jyn514Dylan DPC-5/+3
2020-08-26Auto merge of #75687 - TimDiekmann:realloc-align, r=Amanieubors-40/+66
2020-08-24Add more information to safety commentdylni-1/+3
2020-08-24Use translated variable for test stringIvan Tham-2/+2
2020-08-24Shorten liballoc vec resize intra-doc linkIvan Tham-5/+3
2020-08-24Shorten liballoc doc intra link while readableIvan Tham-3/+1
2020-08-24Auto merge of #75815 - jyn514:ambiguous-primitives, r=guillaumegomezbors-5/+7
2020-08-24Auto merge of #75505 - Dylan-DPC:feature/arc_new, r=KodrAusbors-4/+147
2020-08-24Rollup merge of #75831 - lzutao:https, r=Dylan-DPCYuki Okushi-3/+3