| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-09-27 | auto merge of #17517 : pczarn/rust/hashmap-lifetimes, r=alexcrichton | bors | -5/+15 | |
| Fixes #17500 | ||||
| 2014-09-24 | Fix free lifetime vars in HashMap's iterators | Piotr Czarnecki | -5/+15 | |
| 2014-09-21 | Remove #[allow(deprecated)] from libstd | Alex Crichton | -2/+2 | |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -1/+1 | |
| 2014-09-16 | Align with _mut conventions | Aaron Turon | -2/+2 | |
| As per [RFC 52](https://github.com/rust-lang/rfcs/blob/master/active/0052-ownership-variants.md), use `_mut` suffixes to mark mutable variants, and `into_iter` for moving iterators. [breaking-change] | ||||
| 2014-09-04 | std: Fix overflow of HashMap's capacity | Piotr Czarnecki | -32/+49 | |
| 2014-09-04 | std: Refine and document HashMap's code | Piotr Czarnecki | -300/+302 | |
| * branchless `bucket.next()` * robin_hood is a free function * fixed the resize policy that was off by one * documented the growth algorithm * updated documentation after interface changes * removed old fixmes | ||||
| 2014-09-02 | std: Split hashmap.rs into modules | Piotr Czarnecki | -0/+877 | |
