rust/src/librustc/middle
bors 25d68366b7 auto merge of #12522 : erickt/rust/hash, r=alexcrichton
This patch series does a couple things:

* replaces manual `Hash` implementations with `#[deriving(Hash)]`
* adds `Hash` back to `std::prelude`
* minor cleanup of whitespace and variable names.
2014-02-25 06:41:36 -08:00
..
borrowck Match binding is assignment 2014-02-24 21:22:27 -08:00
cfg Make break and continue hygienic 2014-02-23 21:20:37 +08:00
trans auto merge of #12522 : erickt/rust/hash, r=alexcrichton 2014-02-25 06:41:36 -08:00
typeck Gate default type parameter overrides. 2014-02-24 22:45:31 +02:00
astencode.rs Changed NonCamelCaseTypes lint to warn by default 2014-02-21 08:11:52 +01:00
check_const.rs Removed the obsolete ast::CallSugar (previously used by do). 2014-02-14 07:48:13 -08:00
check_loop.rs Replace crate usage with krate 2014-02-13 20:52:07 +01:00
check_match.rs Changed NonCamelCaseTypes lint to warn by default 2014-02-21 08:11:52 +01:00
const_eval.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
dataflow.rs Make break and continue hygienic 2014-02-23 21:20:37 +08:00
dead.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
effect.rs rustc: avoid compiler generated unsafe blocks leaking. 2014-02-20 23:29:57 +11:00
entry.rs Refactored ast_map and friends, mainly to have Paths without storing them. 2014-02-14 08:43:29 +02:00
freevars.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
graph.rs
kind.rs Replaced method_map_entry with method_origin and cleaned up vtable checking a bit. 2014-02-19 23:26:40 +02:00
lang_items.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
lint.rs Gate default type parameter overrides. 2014-02-24 22:45:31 +02:00
liveness.rs Remove all ToStr impls, add Show impls 2014-02-23 20:51:56 -08:00
mem_categorization.rs Remove all ToStr impls, add Show impls 2014-02-23 20:51:56 -08:00
moves.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
pat_util.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
privacy.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
reachable.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
region.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
resolve_lifetime.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
resolve.rs auto merge of #12338 : edwardw/rust/hygienic-break-continue, r=cmr 2014-02-23 15:37:05 -08:00
subst.rs
ty_fold.rs
ty.rs auto merge of #12522 : erickt/rust/hash, r=alexcrichton 2014-02-25 06:41:36 -08:00