summary refs log tree commit diff
path: root/src/libcollections/bench.rs
AgeCommit message (Expand)AuthorLines
2015-02-11Test fixes and rebase conflictsAlex Crichton-0/+2
2015-02-10fix and macro-ify map benches, fixes #22134Alexis-93/+103
2015-02-05misc collections code cleanupAlexis-18/+17
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge 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-03Remove deprecated functionalityAlex Crichton-1/+2
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-1/+1
2014-12-13libcollections: use unboxed closuresJorge Aparicio-12/+32
2014-11-01collections: Remove all collections traitsAlex Crichton-0/+88