| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-07 | stdlib: Stop incurring vtable dispatch costs when hashmaps are used | Patrick Walton | -0/+1 | |
| This required changing almost all users of hashmaps to import the hashmap interface first. The `size` member in the hashmap structure was renamed to `count` to work around a name conflict. | ||||
| 2012-03-07 | rustdoc: Support #[doc(hidden)] | Brian Anderson | -0/+61 | |
