| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
