rust/src/librustc/middle/trans
Nick Cameron ce0907e46e Add enum variants to the type namespace
Change to resolve and update compiler and libs for uses.

[breaking-change]

Enum variants are now in both the value and type namespaces. This means that
if you have a variant with the same name as a type in scope in a module, you
will get a name clash and thus an error. The solution is to either rename the
type or the variant.
2014-09-19 15:11:00 +12:00
..
_match.rs rollup merge of #17279 : jakub-/for-loop-unused-variable 2014-09-17 08:49:10 -07:00
adt.rs
asm.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
base.rs librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00
basic_block.rs
build.rs
builder.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
cabi_arm.rs
cabi_mips.rs
cabi_x86_64.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
cabi_x86_win64.rs
cabi_x86.rs
cabi.rs
callee.rs librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00
cleanup.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
closure.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
common.rs
consts.rs Add enum variants to the type namespace 2014-09-19 15:11:00 +12:00
context.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
controlflow.rs auto merge of #17246 : bkoropoff/rust/issue-17216, r=pnkfelix 2014-09-17 08:31:18 +00:00
datum.rs
debuginfo.rs Add enum variants to the type namespace 2014-09-19 15:11:00 +12:00
doc.rs
expr.rs Add enum variants to the type namespace 2014-09-19 15:11:00 +12:00
foreign.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
glue.rs
inline.rs librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00
intrinsic.rs
llrepr.rs
machine.rs
macros.rs
meth.rs Add enum variants to the type namespace 2014-09-19 15:11:00 +12:00
mod.rs
monomorphize.rs librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00
reflect.rs librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00
tvec.rs
type_.rs
type_of.rs
value.rs