| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | mv std libs to library/ | mark | -666/+0 | |
| 2020-06-26 | Shortcuts for min/max on ordinary BTreeMap/BTreeSet iterators | Stein Somers | -0/+31 | |
| 2020-04-23 | liballoc: more compact way to adjust test sizes for Miri | Ralf Jung | -4/+2 | |
| 2020-03-29 | BTreeMap/BTreeSet: implement and test drain_filter | Stein Somers | -0/+81 | |
| 2020-02-04 | Fix and test implementation of BTreeMap's first_entry, last_entry, ↵ | Stein Somers | -11/+16 | |
| pop_first, pop_last | ||||
| 2019-12-26 | prune ill-conceived BTreeMap iter_mut assertion and test more | Stein Somers | -0/+9 | |
| 2019-12-22 | Format the world | Mark Rousskov | -39/+36 | |
| 2019-10-23 | proposal for access to BTreeMap/BTreeSet first/last, #62924 | Stein Somers | -0/+28 | |
| 2019-10-18 | BTreeSet symmetric_difference & union optimized, cleaned | Stein Somers | -1/+25 | |
| 2019-10-01 | BTreeSet intersection, difference & is_subnet optimizations | Stein Somers | -18/+92 | |
| 2019-09-16 | Improve BTreeSet::Intersection::size_hint | pcpthm | -0/+11 | |
| The commented invariant that an iterator is smaller than other iterator was violated after next is called and two iterators are consumed at different rates. | ||||
| 2019-08-09 | Rollup merge of #63407 - RalfJung:miri-test-sizes, r=Centril | Mazdak Farrokhzad | -0/+24 | |
| reduce some test sizes in Miri | ||||
| 2019-08-09 | reduce some test sizes in Miri | Ralf Jung | -0/+24 | |
| 2019-08-09 | Merge pull request #1 from rust-lang/master | Sayan Nandan | -0/+61 | |
| Merge recent changes into master | ||||
| 2019-08-09 | Improve tests for liballoc/btree/set | Sayan Nandan | -2/+2 | |
| 2019-05-17 | Use iter() for iterating arrays by slice | Josh Stone | -2/+2 | |
| These `into_iter()` calls will change from iterating references to values if we ever get `IntoIterator` for arrays, which may break the code using that iterator. Calling `iter()` is future proof. | ||||
| 2019-03-29 | improve worst-case performance of BTreeSet difference and intersection | Stein Somers | -0/+61 | |
| 2019-02-03 | liballoc: revert nested imports style changes. | Mazdak Farrokhzad | -4/+3 | |
| 2019-02-02 | liballoc: refactor & fix some imports. | Mazdak Farrokhzad | -4/+7 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-07-25 | Add missing dyn | Tatsuyuki Ishi | -1/+1 | |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -0/+331 | |
