rust/src/comp/middle
Niko Matsakis 54f6bf57e6 remove align_mode and rewrite GEP_tup_like to align correctly
Although the old version of GEP_tup_like was incorrect in some
cases, I do not believe we ever used it in an incorrect fashion.
In particular, it could go wrong with extended index sequences
like [0, 1, 3], but as near as I can tell we only ever use it
with short sequences like [0, i].
2012-01-18 17:20:46 -08:00
..
tstate Allow omission of the '.' after nullary tag patterns 2012-01-17 10:08:16 -08:00
alias.rs Allow omission of the '.' after nullary tag patterns 2012-01-17 10:08:16 -08:00
ast_map.rs Allow omission of the '.' after nullary tag patterns 2012-01-17 10:08:16 -08:00
block_use.rs distinguish "any closure" and "stack closure" (block) 2012-01-13 09:31:40 -08:00
capture.rs distinguish "any closure" and "stack closure" (block) 2012-01-13 09:31:40 -08:00
check_alt.rs Allow omission of the '.' after nullary tag patterns 2012-01-17 10:08:16 -08:00
check_const.rs Don't evaluate discriminator value constants when parsing. 2012-01-16 11:19:33 +01:00
debuginfo.rs rustc: Use integer from ctypes consistently 2012-01-19 02:10:36 +08:00
fn_usage.rs Make driver::session::session no longer an object 2012-01-12 18:04:02 +01:00
freevars.rs replace lambda with fn@ 2012-01-10 13:31:06 -08:00
gc.rs Obj system? What obj system? 2012-01-13 11:51:29 +01:00
kind.rs distinguish "any closure" and "stack closure" (block) 2012-01-13 09:31:40 -08:00
last_use.rs distinguish "any closure" and "stack closure" (block) 2012-01-13 09:31:40 -08:00
mut.rs distinguish "any closure" and "stack closure" (block) 2012-01-13 09:31:40 -08:00
pat_util.rs Allow omission of the '.' after nullary tag patterns 2012-01-17 10:08:16 -08:00
resolve.rs Allow omission of the '.' after nullary tag patterns 2012-01-17 10:08:16 -08:00
shape.rs remove align_mode and rewrite GEP_tup_like to align correctly 2012-01-18 17:20:46 -08:00
trans_alt.rs Allow omission of the '.' after nullary tag patterns 2012-01-17 10:08:16 -08:00
trans_build.rs rustc: Use integer from ctypes consistently 2012-01-19 02:10:36 +08:00
trans_closure.rs remove align_mode and rewrite GEP_tup_like to align correctly 2012-01-18 17:20:46 -08:00
trans_common.rs Use ctypes in native function declarations 2012-01-19 02:10:36 +08:00
trans_impl.rs rustc: Use integer from ctypes consistently 2012-01-19 02:10:36 +08:00
trans_uniq.rs revert changes to trans_uniq.rs 2012-01-06 22:40:32 -08:00
trans_vec.rs deprecate fn exprs and the fn() type, preferring fn@ and native fn 2012-01-13 06:27:34 -08:00
trans.rs remove align_mode and rewrite GEP_tup_like to align correctly 2012-01-18 17:20:46 -08:00
ty.rs remove align_mode and rewrite GEP_tup_like to align correctly 2012-01-18 17:20:46 -08:00
typeck.rs rustc: Warn when int or uint is used in a native type decl 2012-01-19 02:10:36 +08:00