| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2015-02-11 | Test fixes and rebase conflicts | Alex Crichton | -0/+2 |
| 2015-02-10 | fix and macro-ify map benches, fixes #22134 | Alexis | -93/+103 |
| 2015-02-05 | misc collections code cleanup | Alexis | -18/+17 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -1/+1 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -3/+3 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -1/+1 |
| 2015-01-04 | [breaking change] Update entry API as part of RFC 509. | Ben Foppa | -5/+7 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -1/+2 |
| 2014-12-20 | Fix fallout of removing import_shadowing in tests. | Eduard Burtescu | -1/+1 |
| 2014-12-13 | libcollections: use unboxed closures | Jorge Aparicio | -12/+32 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -0/+88 |
