rust/src/librustc/middle/trans
2012-11-30 19:39:01 -08:00
..
alt.rs No longer parse the delimiters of the RHS of a macro as part of the expansion. 2012-11-29 12:09:10 -08:00
base.rs Disallow dereferencing enum types when the variant is private 2012-11-30 12:45:10 -08:00
block.rs
build.rs Objectify the codemap 2012-11-12 18:24:56 -08:00
callee.rs
closure.rs librustc: Fastisel dislikes memmove, switch to memcpy. Perf win, r=catamorphism. 2012-11-16 11:26:26 -08:00
common.rs libs: Remove transitionary material on iter_bytes, add workcache to build. 2012-11-30 10:33:16 -08:00
consts.rs rustc: Allow constants to be used in patterns. r=nmatsakis 2012-11-14 11:06:29 -08:00
controlflow.rs Objectify the codemap 2012-11-12 18:24:56 -08:00
datum.rs libs: Remove transitionary material on iter_bytes, add workcache to build. 2012-11-30 10:33:16 -08:00
debuginfo.rs librustc: Eliminate most expressions of the form a.b() that are not method calls. rs=refactoring 2012-11-29 17:51:56 -08:00
deriving.rs librustc: Implement (and require) explicit self for derivable traits. r=nmatsakis 2012-11-15 10:26:49 -08:00
expr.rs librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -08:00
foreign.rs Register snapshots 2012-11-28 12:33:00 -08:00
glue.rs librustc: Eliminate most expressions of the form a.b() that are not method calls. rs=refactoring 2012-11-29 17:51:56 -08:00
inline.rs librustc: Fix translation of cross-crate inline or generic methods with explicit self. rs=blocking-snapshot 2012-11-26 18:09:12 -08:00
machine.rs librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -08:00
macros.rs
meth.rs librustc: Implement explicit @self and ~self for objects. r=nmatsakis 2012-11-30 19:39:01 -08:00
monomorphize.rs librustc: Eliminate most expressions of the form a.b() that are not method calls. rs=refactoring 2012-11-29 17:51:56 -08:00
reachable.rs librustc: Eliminate most expressions of the form a.b() that are not method calls. rs=refactoring 2012-11-29 17:51:56 -08:00
reflect.rs librustc: Implement simple explicit self for objects. r=nmatsakis 2012-11-30 18:55:12 -08:00
shape.rs
tvec.rs librustc: Fastisel dislikes memmove, switch to memcpy. Perf win, r=catamorphism. 2012-11-16 11:26:26 -08:00
type_of.rs librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -08:00
type_use.rs librustc: Eliminate most expressions of the form a.b() that are not method calls. rs=refactoring 2012-11-29 17:51:56 -08:00
uniq.rs