about summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2020-07-20Auto merge of #74010 - pierwill:pierwill-o-notation, r=GuillaumeGomezbors-35/+35
2020-07-19Use italics for O notationpierwill-35/+35
2020-07-18Clarify the literal stringManish Goregaokar-1/+1
2020-07-18Use intra-doc links in BTreeMapManish Goregaokar-21/+12
2020-07-18Use more intra-doc links in BTreeSetManish Goregaokar-3/+3
2020-07-18Use intra-doc links in alloc::StringManish Goregaokar-100/+47
2020-07-17Rollup merge of #74453 - Manishearth:intra-doc-std, r=jyn514Manish Goregaokar-15/+7
2020-07-17Use intra-doc links in BTreeSet docsManish Goregaokar-15/+7
2020-07-17Fix Arc::as_ptr docsAbendstolz-1/+1
2020-07-17Auto merge of #74395 - Mark-Simulacrum:stage0-next, r=pietroalbinibors-1/+0
2020-07-16apply bootstrap cfgsMark Rousskov-1/+0
2020-07-16Separate off BTreeMap support functions and loose their irrelevant boundsStein Somers-59/+61
2020-07-16Clean up or comment every unwrap in BTreeMap's main code.Stein Somers-46/+40
2020-07-16Rollup merge of #74295 - ssomers:btree_comments, r=Mark-SimulacrumManish Goregaokar-18/+25
2020-07-14Remove unnecessary type hints from the Wake implYoshua Wuyts-3/+2
2020-07-13Add and fix BTreeMap commentsStein Somers-18/+25
2020-07-10Rollup merge of #74099 - jonhoo:deque-range, r=dtolnayManish Goregaokar-13/+163
2020-07-10Add tracking issueJon Gjengset-2/+2
2020-07-09Rollup merge of #74143 - pickfire:patch-2, r=jonas-schievinkManish Goregaokar-2/+0
2020-07-08Remove unneeded ToString import in liballoc sliceIvan Tham-2/+0
2020-07-08Liballoc use vec instead of vectorIvan Tham-3/+3
2020-07-06Rollup merge of #73974 - CAD97:rc-no-weak, r=dtolnayManish Goregaokar-2/+2
2020-07-06fixupsJon Gjengset-4/+9
2020-07-06Add VecDeque::range* methodsJon Gjengset-13/+158
2020-07-05Rollup merge of #74025 - tmiasko:try-unwrap, r=AmanieuManish Goregaokar-2/+1
2020-07-05Rollup merge of #72688 - djugei:master, r=AmanieuManish Goregaokar-0/+16
2020-07-04Remove unnecessary release from Arc::try_unwrapTomasz Miąsko-2/+1
2020-07-03Rollup merge of #73845 - CAD97:weak-as-unsized-ptr, r=RalfJungManish Goregaokar-44/+59
2020-07-03Auto merge of #73882 - nnethercote:avoid-unwrap_or_else-in-allocate_in, r=Ama...bors-3/+14
2020-07-02Note Weak.ptr never dangles soonerCAD97-0/+2
2020-07-02Move A|Rc::as_ptr from feature(weak_into_raw)CAD97-2/+2
2020-07-02disable BTree min_max test in Miri for nowRalf Jung-0/+1
2020-07-01Reclarify safety comments in Weak::as_ptrCAD97-6/+6
2020-07-01Simplify Weak::as_ptr implCAD97-6/+4
2020-07-01Apply documentation review suggestionsCAD97-6/+8
2020-07-01Rollup merge of #73678 - Keno:patch-1, r=LukasKalbertodtManish Goregaokar-1/+4
2020-07-01Rollup merge of #73466 - matthiaskrgr:char_into_string, r=dtolnayManish Goregaokar-0/+15
2020-06-30Clarify when rc::data_offset is safeCAD97-1/+20
2020-06-30Fix invalid pointer deref in Weak::as_ptrCAD97-2/+2
2020-06-30Clarify safety comment for A|Rc::as_ptrCAD97-10/+6
2020-06-30Avoid `unwrap_or_else` in `RawVec::allocate_in`.Nicholas Nethercote-3/+14
2020-06-29Auto merge of #73391 - pickfire:liballoc-panic-doc, r=Mark-Simulacrumbors-11/+5
2020-06-28Use impl for Weak::as_ptr that works for unsized TCAD97-22/+26
2020-06-28Do not require ptr validity in rc::data_offsetCAD97-2/+3
2020-06-28Use raw_ref_op in A|Rc::as_ptrCAD97-10/+3
2020-06-28Remove `const_if_match` feature gate from librariesDylan MacKenzie-1/+1
2020-06-26Rollup merge of #73765 - kraai:remove-blank-line, r=jonas-schievinkManish Goregaokar-1/+0
2020-06-26Rollup merge of #73627 - ssomers:btree_iter_min_max, r=Mark-SimulacrumManish Goregaokar-0/+141
2020-06-26Rollup merge of #73529 - pickfire:liballoc-specfromelem-i8, r=cuviperManish Goregaokar-1/+15
2020-06-27Add liballoc doc panic detail according to RawVecIvan Tham-11/+5