| .. |
|
tstate
|
Represent unique creation as a unop in the AST instead of its own expr
|
2011-09-20 18:06:47 -07:00 |
|
alias.rs
|
Convert ty::ty_uniq to contain a mutable type
|
2011-09-22 10:26:34 -07:00 |
|
ast_map.rs
|
Move local numbering into ast_map.rs
|
2011-09-15 13:18:32 +02:00 |
|
check_alt.rs
|
Revert "Implement pattern ranges for all numeric types."
|
2011-09-21 18:42:09 +02:00 |
|
freevars.rs
|
Factor imports mindlessly.
|
2011-09-12 16:13:28 -07:00 |
|
gc.rs
|
Factor imports mindlessly.
|
2011-09-12 16:13:28 -07:00 |
|
kind.rs
|
Factor imports mindlessly.
|
2011-09-12 16:13:28 -07:00 |
|
mut.rs
|
Fix ty_uniq case in maybe_auto_unbox
|
2011-09-22 18:14:18 -07:00 |
|
resolve.rs
|
Require body of else-less if expressions to be a value-less block
|
2011-09-16 18:21:06 +02:00 |
|
shape.rs
|
rustc: Write raw type parameters instead of linearized type parameters in object body shapes
|
2011-09-22 16:13:03 -07:00 |
|
trans.rs
|
Make sure no dynamic allocas are used before they are allocated
|
2011-09-23 11:11:37 +02:00 |
|
trans_alt.rs
|
Better handling of unreachable code in trans
|
2011-09-23 11:09:57 +02:00 |
|
trans_build.rs
|
Use a slightly nicer hack to get zero-length strings in trans_build
|
2011-09-23 11:11:37 +02:00 |
|
trans_common.rs
|
Make sure no dynamic allocas are used before they are allocated
|
2011-09-23 11:11:37 +02:00 |
|
trans_objects.rs
|
Make sure no dynamic allocas are used before they are allocated
|
2011-09-23 11:11:37 +02:00 |
|
trans_uniq.rs
|
Add take glue for unique boxes
|
2011-09-22 18:05:36 -07:00 |
|
trans_vec.rs
|
Better handling of unreachable code in trans
|
2011-09-23 11:09:57 +02:00 |
|
ty.rs
|
Allow vectors to contain unique boxes. Closes #952
|
2011-09-22 17:00:53 -07:00 |
|
typeck.rs
|
Properly check types of do-while condition expr
|
2011-09-23 11:19:15 +02:00 |