about summary refs log tree commit diff
path: root/library/alloc/src/collections/btree/map/entry.rs
AgeCommit message (Expand)AuthorLines
2025-09-19Add unstable attribute to BTreeMap-related allocator genericsSidney Cammeresi-1/+6
2025-09-17Rollup merge of #144871 - Kivooeo:btree_entry_insert-stabilize, r=jhprattStuart Cook-4/+2
2025-08-26remove deprecated Error::description in implsMarijn Schouten-4/+0
2025-08-04remove gatesKivooeo-4/+2
2024-11-27Add `BTreeSet` entry APIs to match `HashSet`Josh Stone-0/+5
2024-11-14btree: add `{Entry,VacantEntry}::insert_entry`Josh Stone-30/+75
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+2
2024-07-26Fix doc nitsJohn Arundel-0/+1
2024-03-25lib: fix some unnecessary_cast clippy lintklensy-1/+1
2024-02-22Add `rustc_confusables` annotations to some stdlib APIsEsteban Küber-0/+3
2023-02-01BTreeMap: Change internal insert function to return a handleAmanieu d'Antras-19/+21
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-08-22Move error trait into coreJane Losare-Lusby-0/+11
2022-06-17comments explaining why we have and don't have ManuallyDropRalf Jung-0/+2
2022-06-16btree: avoid forcing the allocator to be a referenceRalf Jung-19/+21
2022-06-14BTreeMap: Add alloc paramJacob Hughes-23/+45
2022-06-08BTree: tweak internal commentsStein Somers-4/+5
2022-03-09BTreeMap::entry: Avoid allocating if no insertionFrank King-13/+25
2022-03-07BTree: remove dead data needlessly complicating insertStein Somers-3/+3
2021-10-15Add #[must_use] to remaining alloc functionsJohn Kugelman-0/+2
2021-10-10Add #[must_use] to conversions that move selfJohn Kugelman-0/+1
2021-07-15Added diagnostic items to structs and traits for ClippyxFrednet-0/+1
2021-03-04Add tracking issue for map_try_insert.Mara Bos-3/+3
2021-03-04Implement Error for OccupiedError.Mara Bos-0/+13
2021-03-04Improve Debug implementations of OccupiedError.Mara Bos-2/+3
2021-03-04Add BTreeMap::try_insert and btree_map::OccupiedError.Mara Bos-0/+21
2021-02-24library: Normalize safety-for-unsafe-block commentsMiguel Ojeda-2/+2
2020-12-19Rollup merge of #78083 - ChaiTRex:master, r=m-ou-seYuki Okushi-5/+7
2020-12-07Removed spurious linebreak from new documentationChai T. Rex-1/+1
2020-12-07Improved documentation for HashMap/BTreeMap Entry's .or_insert_with_key methodChai T. Rex-3/+6
2020-12-01Update rustc version that or_insert_with_key landedChai T. Rex-1/+1
2020-11-28BTreeMap: try to enhance various comments & local identifiersStein Somers-1/+1
2020-11-18BTreeMap: reuse NodeRef as Root, keep BoxedNode for edges only, ban UniqueStein Somers-1/+1
2020-10-18Stabilize or_insert_with_keyChai T. Rex-2/+1
2020-10-12BTreeMap: refactor Entry out of map.rs into its own fileJacob Hughes-0/+475