..
trans
Remove an assertion from trans::base::iter_structural_ty
2012-05-15 20:35:57 -07:00
tstate
Remove be keyword.
2012-05-15 10:41:14 -07:00
typeck
move regionck into typeck, in the process fixing a bug or two
2012-05-15 19:05:03 -07:00
alias.rs
make poison-on-free work, disable copying if borrowck is enabled
2012-05-15 11:49:08 -07:00
ast_map.rs
Generate drop glue correctly for classes with destructors
2012-05-15 18:00:41 -07:00
astencode.rs
get preservation of boxes working, at least in simple cases
2012-05-15 13:38:16 -07:00
block_use.rs
Convert old-style for loops to new-style
2012-04-06 20:38:23 +02:00
borrowck.rs
get preservation of boxes working, at least in simple cases
2012-05-15 13:38:16 -07:00
capture.rs
make it illegal to implicitly capture mutable variables
2012-05-07 13:22:42 -07:00
check_alt.rs
Mention missing constructor when complaining about inexhaustive top-level pattern
2012-05-03 17:35:12 +02:00
check_const.rs
make nominal types optionally parameterized by a self region.
2012-04-19 21:01:11 -07:00
check_loop.rs
Remove be keyword.
2012-05-15 10:41:14 -07:00
check_self.rs
Enforce that self doesn't escape from a class
2012-05-14 14:26:10 -07:00
const_eval.rs
rustc: Move eval_const_expr to its own mod
2012-03-26 17:16:26 -07:00
freevars.rs
new cap clause syntax
2012-05-04 12:33:08 -07:00
kind.rs
First cut at dtors for classes
2012-05-14 14:26:10 -07:00
last_use.rs
Remove do { ... } while ... from the language.
2012-05-10 15:09:33 -07:00
lint.rs
New lint pass for picking out uses of old-style vecs and str.
2012-05-01 12:58:07 -07:00
pat_util.rs
Simplify representation of ast::path
2012-04-23 13:04:46 +02:00
region.rs
move regionck into typeck, in the process fixing a bug or two
2012-05-15 19:05:03 -07:00
resolve.rs
First cut at dtors for classes
2012-05-14 14:26:10 -07:00
ty.rs
move regionck into typeck, in the process fixing a bug or two
2012-05-15 19:05:03 -07:00
typeck.rs
move regionck into typeck, in the process fixing a bug or two
2012-05-15 19:05:03 -07:00