rust/src/rustdoc
Tim Chevalier fba35e1a3c Require alts to be exhaustive
middle::check_alt does the work. Lots of changes to add default cases
into alts that were previously inexhaustive.
2012-01-31 10:08:24 -08:00
..
astsrv.rs rustdoc: Reenable a working test 2012-01-30 21:02:03 -08:00
attr_parser.rs rustdoc: Add attribute parsing for ifaces and methods 2012-01-30 19:37:32 -08:00
attr_pass.rs Require alts to be exhaustive 2012-01-31 10:08:24 -08:00
demo.rs rustdoc: Add ifaces to demo module 2012-01-30 20:54:02 -08:00
desc_pass.rs rustdoc: Apply generic string ops to ifaces 2012-01-30 19:37:32 -08:00
desc_to_brief_pass.rs rustdoc: Promote iface descriptions to brief descriptions 2012-01-30 19:37:32 -08:00
doc.rs rustdoc: Add some rustdocs 2012-01-30 21:01:09 -08:00
extract.rs rustdoc: Extract iface doc nodes from the AST 2012-01-30 19:37:32 -08:00
fold.rs rustdoc: Add definition of iface docs 2012-01-30 19:37:32 -08:00
markdown_pass.rs rustdoc: Write markdown for ifaces 2012-01-30 20:53:52 -08:00
parse.rs Require alts to be exhaustive 2012-01-31 10:08:24 -08:00
path_pass.rs rustdoc: Use fewer unique pointers 2012-01-30 13:05:25 -08:00
prune_undoc_pass.rs rustdoc: Prune undocumented ifaces 2012-01-30 19:37:32 -08:00
prune_unexported_pass.rs Require alts to be exhaustive 2012-01-31 10:08:24 -08:00
rustdoc.rc rustdoc: Add a sorting pass 2012-01-29 14:15:14 -08:00
rustdoc.rs rustdoc: Use fewer unique pointers 2012-01-30 13:05:25 -08:00
sort_pass.rs rustdoc: Use fewer unique pointers 2012-01-30 13:05:25 -08:00
trim_pass.rs rustdoc: Apply generic string ops to ifaces 2012-01-30 19:37:32 -08:00
tystr_pass.rs Require alts to be exhaustive 2012-01-31 10:08:24 -08:00
unindent_pass.rs rustdoc: Add a pass to normalize indentation levels in doc comments 2012-01-24 23:24:54 -08:00