rust/src/librustc/middle
Alexis Beingessner 112c8a966f refactor libcollections as part of collection reform
* Moves multi-collection files into their own directory, and splits them into seperate files
* Changes exports so that each collection has its own module
* Adds underscores to public modules and filenames to match standard naming conventions

(that is, treemap::{TreeMap, TreeSet} => tree_map::TreeMap, tree_set::TreeSet)

* Renames PriorityQueue to BinaryHeap
* Renames SmallIntMap to VecMap
* Miscellanious fallout fixes

[breaking-change]
2014-11-02 18:58:11 -05:00
..
borrowck rollup merge of #18445 : alexcrichton/index-mut 2014-10-30 17:37:55 -07:00
cfg Remove ty_bot from the type system 2014-10-28 17:54:16 +01:00
save Remove FnStyle from DefFn and DefStaticMethod 2014-11-01 11:05:12 +13:00
traits refactor libcollections as part of collection reform 2014-11-02 18:58:11 -05:00
trans collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
typeck refactor libcollections as part of collection reform 2014-11-02 18:58:11 -05:00
astencode.rs Remove FnStyle from DefFn and DefStaticMethod 2014-11-01 11:05:12 +13:00
check_const.rs
check_loop.rs
check_match.rs
check_rvalues.rs
check_static_recursion.rs check_static_recursion: Handle foreign items 2014-10-29 23:24:04 -04:00
check_static.rs
const_eval.rs refactor libcollections as part of collection reform 2014-11-02 18:58:11 -05:00
dataflow.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
dead.rs
def.rs Remove FnStyle from DefFn and DefStaticMethod 2014-11-01 11:05:12 +13:00
dependency_format.rs collections: Enable IndexMut for some collections 2014-10-30 08:54:30 -07:00
effect.rs
entry.rs
expr_use_visitor.rs Remove ty_bot from the type system 2014-10-28 17:54:16 +01:00
graph.rs rollup merge of #18445 : alexcrichton/index-mut 2014-10-30 17:37:55 -07:00
intrinsicck.rs Remove FnStyle from DefFn and DefStaticMethod 2014-11-01 11:05:12 +13:00
lang_items.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
liveness.rs collections: Enable IndexMut for some collections 2014-10-30 08:54:30 -07:00
mem_categorization.rs Remove ty_bot from the type system 2014-10-28 17:54:16 +01:00
pat_util.rs
privacy.rs
reachable.rs
region.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
resolve_lifetime.rs
resolve.rs refactor libcollections as part of collection reform 2014-11-02 18:58:11 -05:00
stability.rs
subst.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
ty_fold.rs Remove ty_bot from the type system 2014-10-28 17:54:16 +01:00
ty.rs refactor libcollections as part of collection reform 2014-11-02 18:58:11 -05:00
weak_lang_items.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00