rust/src/rustc/middle
Niko Matsakis 97452c0ca1 Remove modes from map API and replace with regions.
API is (for now) mostly by value, there are options to use it by
reference if you like.  Hash and equality functions must be pure
and by reference (forward looking to the day when something
like send_map becomes the standard map).
2012-08-02 15:53:28 -07:00
..
borrowck Convert ret to return 2012-08-01 19:16:06 -07:00
trans Remove modes from map API and replace with regions. 2012-08-02 15:53:28 -07:00
tstate Convert ret to return 2012-08-01 19:16:06 -07:00
typeck Remove modes from map API and replace with regions. 2012-08-02 15:53:28 -07:00
astencode.rs Convert ret to return 2012-08-01 19:16:06 -07:00
block_use.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
borrowck.rs Remove modes from map API and replace with regions. 2012-08-02 15:53:28 -07:00
capture.rs Convert ret to return 2012-08-01 19:16:06 -07:00
check_alt.rs Convert ret to return 2012-08-01 19:16:06 -07:00
check_const.rs Convert ret to return 2012-08-01 19:16:06 -07:00
check_loop.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
const_eval.rs Frontend bits for #2317, general const-expr classification. 2012-07-30 19:06:06 -07:00
freevars.rs Convert ret to return 2012-08-01 19:16:06 -07:00
kind.rs Convert ret to return 2012-08-01 19:16:06 -07:00
lang_items.rs Remove modes from map API and replace with regions. 2012-08-02 15:53:28 -07:00
lint.rs Convert ret to return 2012-08-01 19:16:06 -07:00
liveness.rs Convert ret to return 2012-08-01 19:16:06 -07:00
pat_util.rs Convert ret to return 2012-08-01 19:16:06 -07:00
region.rs Convert ret to return 2012-08-01 19:16:06 -07:00
resolve3.rs Remove modes from map API and replace with regions. 2012-08-02 15:53:28 -07:00
ty.rs Remove modes from map API and replace with regions. 2012-08-02 15:53:28 -07:00
typeck.rs Convert ret to return 2012-08-01 19:16:06 -07:00