about summary refs log tree commit diff
path: root/library/alloc/src
AgeCommit message (Expand)AuthorLines
2021-01-29Auto merge of #81073 - ssomers:btree_owned_root_vs_dying, r=Mark-Simulacrumbors-32/+73
2021-01-27Auto merge of #81335 - thomwiggers:no-panic-shrink-to, r=Mark-Simulacrumbors-16/+12
2021-01-27Rollup merge of #81191 - ssomers:btree_more_order_chaos, r=Mark-SimulacrumYuki Okushi-1/+87
2021-01-26BTreeMap: stop tree from being owned by non-root nodeStein Somers-32/+73
2021-01-26shrink_to shouldn't panic on len greater than capacityThom Wiggers-16/+12
2021-01-26Auto merge of #81217 - ssomers:btree_bring_back_the_slice, r=Mark-Simulacrumbors-43/+23
2021-01-26Auto merge of #79113 - andjo403:raw_vec_ptr, r=m-ou-sebors-0/+1
2021-01-24BTreeMap: lightly refactor the split_off implementationStein Somers-42/+67
2021-01-23Rollup merge of #81170 - xfix:vecdeque-bug-fix, r=sfacklerJonas Schievink-3/+47
2021-01-24Fix and simplifyoxalica-22/+22
2021-01-22Auto merge of #79233 - yoshuawuyts:alloc-doc-alias, r=GuillaumeGomezbors-2/+16
2021-01-22Add doc aliases for memory allocationsYoshua Wuyts-2/+16
2021-01-22Add `core::stream::Stream`Yoshua Wuyts-0/+15
2021-01-22Rollup merge of #81242 - jyn514:const-cap, r=sfacklerMara Bos-16/+14
2021-01-22Rollup merge of #81241 - m-ou-se:force-expr-macro-rules, r=oli-obkMara Bos-10/+13
2021-01-21Rename alloc::force_expr to __rust_force_expr.Mara Bos-4/+4
2021-01-21Turn alloc's force_expr macro into a regular macro_rules!{}.Mara Bos-10/+13
2021-01-21Enforce statically that `MIN_NON_ZERO_CAP` is calculated at compile timeJoshua Nelson-16/+14
2021-01-21Rollup merge of #81179 - CPerezz:fix_interal_doc_warns, r=jyn514Yuki Okushi-1/+1
2021-01-21Rollup merge of #80601 - steffahn:improve_format_string_grammar, r=m-ou-seYuki Okushi-4/+5
2021-01-21Remove link to current sectionIvan Tham-2/+1
2021-01-20BTreeMap: bring back the key slice for immutable lookupStein Somers-43/+23
2021-01-20Add more details explaning the Vec visualizationIvan Tham-20/+22
2021-01-20Add Vec visualization to understand capacityIvan Tham-0/+21
2021-01-19BTreeMap: compile-test all borrowing interfaces and test more chaotic orderStein Somers-1/+87
2021-01-19Add SpecFromIter ref in the comments directlyCPerezz-3/+1
2021-01-19Rollup merge of #81115 - ssomers:btree_drainy_refactor_4, r=Mark-SimulacrumGuillaume Gomez-121/+8
2021-01-19Rollup merge of #81112 - m-ou-se:alloc-std-ops-reexport, r=KodrAusGuillaume Gomez-5/+0
2021-01-18Fix soundness issue for `replace_range` and `range`dylni-6/+20
2021-01-18Fix internal rustdoc broken linksCPerezz-0/+2
2021-01-18Avoid hash_slice in VecDeque's Hash implementationKonrad Borowski-3/+47
2021-01-18BTreeMap: prefer bulk_steal functions over specialized onesStein Somers-121/+8
2021-01-18BTreeMap: convert search functions to methodsStein Somers-83/+83
2021-01-18Auto merge of #81090 - ssomers:btree_drainy_refactor_2, r=Mark-Simulacrumbors-34/+60
2021-01-18Format codeoxalica-6/+2
2021-01-17Auto merge of #80524 - jyn514:unknown-tool-lints, r=flip1995,matthewjasperbors-2/+4
2021-01-18Optimize Vec::retainoxalica-11/+68
2021-01-17Rollup merge of #81082 - ssomers:btree_cleanup_comments, r=Mark-SimulacrumMara Bos-6/+8
2021-01-17Rollup merge of #81080 - bugadani:vec-diag, r=oli-obk,m-ou-seMara Bos-4/+12
2021-01-17Force vec! to expressions onlyDániel Buga-4/+12
2021-01-17Remove unused alloc::std::ops re-export.Mara Bos-5/+0
2021-01-17Auto merge of #81083 - ssomers:btree_drainy_refactor_1, r=Mark-Simulacrumbors-13/+14
2021-01-16BTreeMap: offer merge in variants with more clarityStein Somers-34/+60
2021-01-16Rollup merge of #81069 - ogoffart:rc_new_cyclic_doc, r=Mark-SimulacrumMara Bos-0/+20
2021-01-16Rollup merge of #80764 - CAD97:weak-unsized-as-ptr-again, r=RalfJungMara Bos-95/+153
2021-01-16Rollup merge of #80681 - ChrisJefferson:logic-error-doc, r=m-ou-seMara Bos-1/+10
2021-01-16BTreeMap: expose new_internal function and sanitize from_new_internalStein Somers-13/+14
2021-01-16BTreeMap: clean up a few more commentsStein Somers-6/+8
2021-01-16Auto merge of #77435 - hanmertens:binary_heap_append, r=scottmcmbors-2/+8
2021-01-16Clarify what the effects of a 'logic error' areChris Jefferson-1/+10