rust/src/libstd
Patrick Walton c9375fed8d 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 17:35:13 -08:00
..
bitv.rs core: Remove _mut functions from vec 2012-03-02 15:49:49 -08:00
c_vec.rs Change option::t to option 2012-01-31 17:05:20 -08:00
dbg.rs Remove dead code from rt (debug_obj, rust_obj, rust_closure, rust_box_obj, rust_vtable) 2012-03-05 15:50:11 -08:00
deque.rs core: Remove _mut functions from vec 2012-03-02 15:49:49 -08:00
ebml.rs Encode/decode AST into metadata, re-instantiate inlined items 2012-02-24 20:46:27 -08:00
four.rs Rewrite exhaustiveness checker 2012-02-15 15:47:42 +01:00
freebsd_os.rs std: add a fs::remove_file function. 2012-03-02 19:15:36 -08:00
fs.rs std: add a fs::remove_file function. 2012-03-02 19:15:36 -08:00
fun_treemap.rs Change option::t to option 2012-01-31 17:05:20 -08:00
generic_os.rs std: Use util::unreachable 2012-03-05 18:23:01 -08:00
getopts.rs core: Remove _mut functions from vec 2012-03-02 15:49:49 -08:00
io.rs comp/std: rename io::string_reader to io::str_reader. 2012-03-02 19:15:35 -08:00
json.rs stdlib: Stop incurring vtable dispatch costs when hashmaps are used 2012-03-07 17:35:13 -08:00
linux_os.rs std: add a fs::remove_file function. 2012-03-02 19:15:36 -08:00
list.rs Remove preconditions from libraries 2012-02-22 11:47:47 +01:00
macos_os.rs std: add a fs::remove_file function. 2012-03-02 19:15:36 -08:00
map.rs stdlib: Stop incurring vtable dispatch costs when hashmaps are used 2012-03-07 17:35:13 -08:00
md4.rs core: Remove _mut functions from vec 2012-03-02 15:49:49 -08:00
net.rs Various cleanups and optimizations in core::str 2012-02-23 17:00:19 +01:00
posix_fs.rs std: declared fns as pure where sensible 2011-12-16 18:18:34 +01:00
rand.rs (core::str) remove len_bytes alias 2012-02-23 17:00:19 +01:00
rope.rs std: Use util::unreachable 2012-03-05 18:23:01 -08:00
run_program.rs Make process-spawning take environments and working directories, remove procsrv task from compiletest. 2012-02-07 19:57:03 -08:00
serialization.rs add ability to run multi-crate tests, run tests with --inline 2012-02-28 06:31:29 -08:00
sha1.rs core: Remove _mut functions from vec 2012-03-02 15:49:49 -08:00
smallintmap.rs core: Remove _mut functions from vec 2012-03-02 15:49:49 -08:00
sort.rs std: Make merge_sort faster 2012-02-27 18:32:45 -08:00
std.rc moving new uv stuff into uv.rs and rust_uv.cpp 2012-02-28 17:56:15 -08:00
tempfile.rs Change option::t to option 2012-01-31 17:05:20 -08:00
term.rs Remove '.' after nullary tags in patterns 2012-01-18 23:17:34 -08:00
test.rs Remove preconditions from libraries 2012-02-22 11:47:47 +01:00
time.rs rt: rename nano_time() builtin to match time::precise_time_ns() 2012-02-18 01:39:42 -08:00
treemap.rs Rewrite exhaustiveness checker 2012-02-15 15:47:42 +01:00
tri.rs Rewrite exhaustiveness checker 2012-02-15 15:47:42 +01:00
ufind.rs Change option::t to option 2012-01-31 17:05:20 -08:00
unicode.rs libstd: Move std tests into libstd 2012-01-17 19:48:58 -08:00
util.rs libstd: Remove util::void 2012-01-14 02:51:08 -08:00
uv.rs stdlib: Stop incurring vtable dispatch costs when hashmaps are used 2012-03-07 17:35:13 -08:00
win32_fs.rs stdlib: "tag" -> "enum" 2012-01-19 15:22:25 -08:00
win32_os.rs std: add a fs::remove_file function. 2012-03-02 19:15:36 -08:00