rust/src/librustdoc
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
..
clean Add enum variants to the type namespace 2014-09-19 15:11:00 +12:00
html Add enum variants to the type namespace 2014-09-19 15:11:00 +12:00
core.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
doctree.rs rustdoc: fix fallout from using ptr::P. 2014-09-14 04:20:34 +03:00
externalfiles.rs
flock.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
fold.rs Add enum variants to the type namespace 2014-09-19 15:11:00 +12:00
lib.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
markdown.rs Changed addl_lib_search_paths from HashSet to Vec 2014-09-07 11:42:02 +02:00
passes.rs librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00
plugins.rs Remove stage0 attributes. 2014-08-23 02:11:07 -07:00
stability_summary.rs Add enum variants to the type namespace 2014-09-19 15:11:00 +12:00
test.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
visit_ast.rs rustdoc: fix fallout from using ptr::P. 2014-09-14 04:20:34 +03:00