about summary refs log tree commit diff
path: root/src/liballoc/collections/btree/search.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-83/+0
2020-03-20Make functions dependent only on shared root avoidance safeMark Rousskov-3/+2
2020-03-20Remove shared root code and assertions from BTree nodesMark Rousskov-8/+6
2020-02-07Lift range_search up one level of abstractionStein Somers-2/+10
2020-01-29BTreeMap: tag and explain unsafe internal functions or assert preconditionsStein Somers-2/+2
2020-01-21Declare unsafe functions that can no longer handle shared rootsStein Somers-2/+2
2020-01-10Simplify NodeHeader by avoiding slices in BTreeMaps with shared rootsStein Somers-8/+10
2020-01-09Apply suggestions from code reviewStein Somers-1/+1
2020-01-09Simplify into_key_slice_mut and document bits and bobsStein Somers-0/+11
2019-11-29Format liballoc with rustfmtDavid Tolnay-20/+22
2019-02-03liballoc: revert nested imports style changes.Mazdak Farrokhzad-4/+2
2019-02-02liballoc: apply uniform_paths.Mazdak Farrokhzad-1/+1
2019-02-02liballoc: prefer imports of borrow from libcore.Mazdak Farrokhzad-3/+4
2019-02-02liballoc: refactor & fix some imports.Mazdak Farrokhzad-2/+1
2019-02-02liballoc: cargo check passes on 2018Mazdak Farrokhzad-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-06-29Move some alloc crate top-level items to a new alloc::collections moduleSimon Sapin-0/+75