summary refs log tree commit diff
path: root/src/rustdoc/prune_hidden_pass.rs
AgeCommit message (Collapse)AuthorLines
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick 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-07rustdoc: Support #[doc(hidden)]Brian Anderson-0/+61