rust/src/rustc/middle/trans
Patrick Walton f0250a23d3 stdlib: Stop incurring vtable dispatch costs when hashmaps are used
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 16:51:31 -08:00
..
alt.rs stdlib: Stop incurring vtable dispatch costs when hashmaps are used 2012-03-07 16:51:31 -08:00
base.rs make inline enabled by default 2012-03-06 09:01:40 -08:00
build.rs
closure.rs stdlib: Stop incurring vtable dispatch costs when hashmaps are used 2012-03-07 16:51:31 -08:00
common.rs Make trans pass responsible for pulling in inlined functions 2012-03-06 14:00:21 +01:00
debuginfo.rs
impl.rs stdlib: Stop incurring vtable dispatch costs when hashmaps are used 2012-03-07 16:51:31 -08:00
native.rs stdlib: Stop incurring vtable dispatch costs when hashmaps are used 2012-03-07 16:51:31 -08:00
shape.rs
tvec.rs
type_of.rs stdlib: Stop incurring vtable dispatch costs when hashmaps are used 2012-03-07 16:51:31 -08:00
uniq.rs