rust/src/librustdoc
Corey Farwell 99e1b9cfa6 Move in-pass-function structs and impls outside functions.
Now that each pass has its own module, there's not much of a reason to
keep these structs within the functions.
2016-09-25 18:05:58 -04:00
..
clean rustc_metadata: replace RBML with a simple and type-safe scheme. 2016-09-20 20:08:05 +03:00
html Rollup merge of #36559 - grimreaper:eax/fix/r1, r=nikomatsakis 2016-09-24 00:15:45 +02:00
passes Move in-pass-function structs and impls outside functions. 2016-09-25 18:05:58 -04:00
build.rs bootstrap: Add directives to not double-link libs 2016-02-11 11:12:32 -08:00
Cargo.toml Fix rustbuild 2016-08-29 14:27:40 -04:00
core.rs rustc_metadata: move more RBML tags to auto-serialization. 2016-09-20 20:08:02 +03:00
doctree.rs rustc_metadata: go only through rustc_serialize in astencode. 2016-09-20 20:07:54 +03:00
externalfiles.rs try! -> ? 2016-03-22 22:01:37 -05:00
fold.rs Support unions in rustdoc 2016-09-03 13:39:34 +03:00
lib.rs Move pass contants/types into the new pass module. 2016-09-25 17:59:40 -04:00
markdown.rs Add the notion of a dependency tracking status to commandline arguments. 2016-08-11 09:56:00 -04:00
plugins.rs Remove rustdocs json format 2016-04-07 06:01:55 +02:00
test.rs rustc_metadata: move more RBML tags to auto-serialization. 2016-09-20 20:08:02 +03:00
visit_ast.rs rustc_metadata: go only through rustc_serialize in astencode. 2016-09-20 20:07:54 +03:00
visit_lib.rs rustc_metadata: split the Def description of a DefId from item_children. 2016-09-20 20:08:05 +03:00