rust/src/rustc/middle/trans
Tim Chevalier b0074c5a92 Disallow rebinding / matching against consts in alts
As per Issue #1193. Closes #1193.

I had to rename a few variables ("info" and "epsilon") to avoid
clashing with in-scope constants, which is responsible for all the
changes other than resolve and issue-1193.rs.
2012-04-19 16:21:15 -07:00
..
alt.rs Get explicit unique estrs working. 2012-04-16 16:17:51 -07:00
base.rs Disallow rebinding / matching against consts in alts 2012-04-19 16:21:15 -07:00
build.rs new debug flag, new test 2012-04-17 12:02:36 -07:00
closure.rs
common.rs Disallow rebinding / matching against consts in alts 2012-04-19 16:21:15 -07:00
debuginfo.rs
impl.rs
native.rs Add a needs_drop intrinsic 2012-04-18 13:15:02 +02:00
reachable.rs
shape.rs Disallow rebinding / matching against consts in alts 2012-04-19 16:21:15 -07:00
tvec.rs Get fixed-size evecs working. 2012-04-19 15:52:50 -07:00
type_of.rs
type_use.rs Fix oversight in type_use.rs 2012-04-18 17:21:39 +02:00
uniq.rs