rust/src/librustc/middle
Niko Matsakis e11d13f3de Rip out old code that still structured method calls as a
expr_call(expr_field(...)) rather than an expr_method_call.
There is probably more such code in trans that should be removed.
2013-03-26 15:16:58 -04:00
..
borrowck make ty_region give a useful span when it fails 2013-03-25 17:39:15 -04:00
trans Expand on cleanups in trans for expr_repeat and add to tests. 2013-03-25 15:46:10 -07:00
typeck Rip out old code that still structured method calls as a 2013-03-26 15:16:58 -04:00
astencode.rs rustc: Remove some bad copies throughout 2013-03-20 01:28:32 -04:00
check_const.rs
check_loop.rs
check_match.rs rustc: replace uses of old deriving attribute with new one 2013-03-22 06:24:19 -04:00
const_eval.rs rustc: replace uses of old deriving attribute with new one 2013-03-22 06:24:19 -04:00
freevars.rs rustc: Remove some bad copies throughout 2013-03-20 01:28:32 -04:00
kind.rs Kill some warnings: unused imports and old #[deny(..)]s. 2013-03-25 01:17:23 +11:00
lang_items.rs librustc: Add explicit lifetime binders and new lifetime notation in core/std/syntax/rustc 2013-03-22 22:24:35 -07:00
lint.rs librustc: Remove pure from libsyntax and librustc. 2013-03-22 12:57:27 -07:00
liveness.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
mem_categorization.rs librustc: Remove pure from libsyntax and librustc. 2013-03-22 12:57:27 -07:00
moves.rs Fix type_use for inline asm. 2013-03-15 18:57:19 -07:00
pat_util.rs librustc: Fix path-qualified and cross-crate constants in match patterns. 2013-03-21 00:38:30 -07:00
privacy.rs librustc: Forbid access to cross-crate private static methods 2013-03-21 09:47:17 -07:00
region.rs rustc: replace uses of old deriving attribute with new one 2013-03-22 06:24:19 -04:00
resolve.rs turn std::oldmap into a wrapper around LinearMap 2013-03-23 02:16:14 -04:00
ty.rs make ty_region give a useful span when it fails 2013-03-25 17:39:15 -04:00