rust/src/librustc/middle
Alex Crichton 2df07ddc25 Fix implicit leaks of imports throughout libraries
Also touch up use of 'pub' and move some tests around so the tested functions
don't have to be 'pub'
2013-02-28 18:00:34 -05:00
..
borrowck Fix implicit leaks of imports throughout libraries 2013-02-28 18:00:34 -05:00
trans Fix implicit leaks of imports throughout libraries 2013-02-28 18:00:34 -05:00
typeck Fix implicit leaks of imports throughout libraries 2013-02-28 18:00:34 -05:00
astencode.rs librustc: Mark all type implementations public. rs=impl-publicity 2013-02-28 11:32:24 -08:00
check_const.rs Remove DVec from check_const 2013-02-14 22:36:56 +09:00
check_loop.rs librustc: tidy 2013-02-20 18:45:50 -08:00
check_match.rs Add non-exhaustive check for match guards 2013-02-26 22:20:02 +09:00
const_eval.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
freevars.rs Removed deprecated str() functions in int-template.rs and uint-template.rs 2013-02-26 16:38:30 +01:00
kind.rs librustc: Get rid of structural records save for front/test.rs. 2013-02-20 18:45:50 -08:00
lang_items.rs librustc: Mark all type implementations public. rs=impl-publicity 2013-02-28 11:32:24 -08:00
lint.rs librustc: Mark all type implementations public. rs=impl-publicity 2013-02-28 11:32:24 -08:00
liveness.rs librustc: Mark all type implementations public. rs=impl-publicity 2013-02-28 11:32:24 -08:00
mem_categorization.rs librustc: Mark all type implementations public. rs=impl-publicity 2013-02-28 11:32:24 -08:00
moves.rs librustc: Mark all type implementations public. rs=impl-publicity 2013-02-28 11:32:24 -08:00
pat_util.rs
privacy.rs librustc: Enforce cross-crate method privacy 2013-02-28 11:32:26 -08:00
region.rs Introduce lifetime declarations into the lists of type parameters. 2013-02-27 19:42:09 -05:00
resolve.rs Fix leaking immediate children and types via glob imports 2013-02-28 17:59:56 -05:00
ty.rs librustc: Mark all type implementations public. rs=impl-publicity 2013-02-28 11:32:24 -08:00