rust/src/rustdoc
Erick Tryzelaar b96af73159 turn ast::ident into a struct
This will help with the auto_serialize2 migration. We have to change
ident from a type alias to uint into a unique type. We need to use
a struct instead of a "enum ident = token::str_num" because structs
support constants, but newtypes do not.
2012-09-26 16:20:24 -07:00
..
astsrv.rs rustdoc: Use doc comments for rustdoc's rustdocs 2012-09-20 16:10:27 -07:00
attr_parser.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
attr_pass.rs core: Demode option 2012-09-23 17:15:00 -07:00
config.rs Demode core::result 2012-09-25 17:48:22 -07:00
demo.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
desc_to_brief_pass.rs core: Demode option 2012-09-23 17:15:00 -07:00
doc.rs Register snapshots. Remove redundant Eq impls, Makefile hacks 2012-09-23 23:01:49 -07:00
escape_pass.rs rustdoc: Camel case 2012-09-18 16:48:58 -07:00
extract.rs turn ast::ident into a struct 2012-09-26 16:20:24 -07:00
fold.rs De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi 2012-09-21 19:13:55 -07:00
markdown_index_pass.rs rustdoc: Fix for generations of anchors. #3570 2012-09-24 14:15:49 -07:00
markdown_pass.rs core: Demode option 2012-09-23 17:15:00 -07:00
markdown_writer.rs core: Demode option 2012-09-23 17:15:00 -07:00
page_pass.rs core: Demode option 2012-09-23 17:15:00 -07:00
parse.rs rustdoc: "import" -> "use" 2012-09-05 10:41:47 -07:00
pass.rs rustdoc: Cleanup 2012-09-21 17:11:29 -07:00
path_pass.rs rustdoc: Camel case 2012-09-18 16:48:58 -07:00
prune_hidden_pass.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
prune_private_pass.rs rustdoc: Fix exports for new regime 2012-09-21 19:09:59 -07:00
rustdoc.rc Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
rustdoc.rs Demode iter-trait 2012-09-25 22:13:05 -07:00
sectionalize_pass.rs core: Demode option 2012-09-23 17:15:00 -07:00
sort_item_name_pass.rs rustdoc: Camel case 2012-09-18 16:48:58 -07:00
sort_item_type_pass.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
sort_pass.rs rustdoc: Camel case 2012-09-18 16:48:58 -07:00
text_pass.rs core: Demode option 2012-09-23 17:15:00 -07:00
trim_pass.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
tystr_pass.rs core: Demode option 2012-09-23 17:15:00 -07:00
unindent_pass.rs rustdoc: Use doc comments for rustdoc's rustdocs 2012-09-20 16:10:27 -07:00