rust/src/libterm/terminfo
Alex Crichton 2a14e084cf Move std::{trie, hashmap} to libcollections
These two containers are indeed collections, so their place is in
libcollections, not in libstd. There will always be a hash map as part of the
standard distribution of Rust, but by moving it out of the standard library it
makes libstd that much more portable to more platforms and environments.

This conveniently also removes the stuttering of 'std::hashmap::HashMap',
although 'collections::HashMap' is only one character shorter.
2014-02-23 00:35:11 -08:00
..
parser Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
mod.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
parm.rs Warn about unnecessary parentheses upon assignment 2014-02-22 16:32:48 +01:00
searcher.rs extra: Fix tests with io_error usage 2014-02-03 09:32:34 -08:00