about summary refs log tree commit diff
path: root/library/alloc/src/collections/btree/fix.rs
AgeCommit message (Expand)AuthorLines
2025-01-20alloc: add `#![warn(unreachable_pub)]`Urgau-5/+8
2024-10-23"innermost", "outermost", "leftmost", and "rightmost" don't need hyphensJosh Triplett-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+5
2022-06-16btree: avoid forcing the allocator to be a referenceRalf Jung-20/+20
2022-06-14BTreeMap: Add alloc paramJacob Hughes-23/+31
2022-06-08BTree: tweak internal commentsStein Somers-2/+2
2021-06-25Fix a few misspellings.Eric Huss-1/+1
2021-02-09BTreeMap: gather and decompose reusable tree fixing functionsStein Somers-0/+171