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 Re-rename option functions 2012-04-06 12:20:13 -07:00
common.rs Disallow rebinding / matching against consts in alts 2012-04-19 16:21:15 -07:00
debuginfo.rs Generic classes and generic class methods work cross-crate 2012-04-10 11:01:36 -07:00
impl.rs Move some code over to iterator-for to see how it performs. 2012-03-27 15:46:33 +02:00
native.rs Add a needs_drop intrinsic 2012-04-18 13:15:02 +02:00
reachable.rs Allow classes to implement ifaces 2012-04-11 16:20:01 -07:00
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 Translate slice-strings and make fixed-strings carry their null. 2012-04-11 12:07:19 -07:00
type_use.rs Fix oversight in type_use.rs 2012-04-18 17:21:39 +02:00
uniq.rs Remove more needless context threading in trans 2012-03-23 14:45:47 +01:00