summary refs log tree commit diff
path: root/src/rustdoc/rustdoc.rc
AgeCommit message (Collapse)AuthorLines
2012-07-11Fix some version numbers.Graydon Hoare-5/+5
2012-07-04convert doc-attributes to doc-comments using ↵Gareth Daniel Smith-1/+1
./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
2012-06-04Make vecs implicitly copyable for all of our projects.Michael Sullivan-0/+2
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-1/+1
Per issue #2418.
2012-05-13rustc: Eliminate some indirection to the syntax crateBrian Anderson-0/+1
2012-04-05Explicitly use version 0.2 of cratesBrian Anderson-2/+7
2012-03-28Update crate URLs to point to interesting things.Graydon Hoare-1/+1
2012-03-22Bump version numbers to 0.2Brian Anderson-1/+1
2012-03-16rustdoc: Escape backslashesBrian Anderson-1/+2
2012-03-09rustdoc: Vastly simplify the document modelBrian Anderson-2/+0
Don't attempt to impose any structure for documenting arguments, return values, etc.
2012-03-09rustdoc: Add the concept of 'sections'Brian Anderson-0/+1
2012-03-08rustdoc: Rename desc_pass to text_passBrian Anderson-1/+1
2012-03-07rustdoc: Support #[doc(hidden)]Brian Anderson-0/+1
2012-03-06rustdoc: Remove escaping passBrian Anderson-1/+0
2012-03-06rustdoc: Escape HTML special charactersBrian Anderson-0/+1
2012-03-06rustdoc: Add a pass to split the document into pagesBrian Anderson-0/+1
2012-03-02rustdoc: Begin constructing indexesBrian Anderson-0/+1
2012-03-02Revert "rust: xfail-fast run-pass/cci_no_inline_exe"Brian Anderson-1/+0
This reverts commit 95099cddcf2691fcbb389db657c70cf80d776918.
2012-03-02rust: xfail-fast run-pass/cci_no_inline_exeBrian Anderson-0/+1
2012-02-29rustdoc: Extract markdown_writer from markdown_passBrian Anderson-0/+1
2012-02-26rustdoc: Rename util mod to parBrian Anderson-1/+1
2012-02-26rustdoc: Add command line option parsing and a config recordBrian Anderson-0/+1
2012-02-21rustdoc: Implement a parallel foldBrian Anderson-0/+1
2012-02-20rustdoc: Document reexportsBrian Anderson-1/+2
2012-02-03rustdoc: Add various sorting passesBrian Anderson-1/+3
2012-01-31rustdoc: Split the pruning of undocumented branches into two passesBrian Anderson-1/+2
prune_undoc_details_pass strips arguments and return values that are undocumented. prune_undoc_items_pass prunes entire items.
2012-01-29rustdoc: Add a sorting passBrian Anderson-0/+1
2012-01-24rustdoc: Add a pass to normalize indentation levels in doc commentsBrian Anderson-0/+1
2012-01-24rustdoc: Extract a general apply-function-to-strings pass from trim_passBrian Anderson-0/+1
2012-01-24rustdoc: Add a demo module with some test docsBrian Anderson-0/+1
2012-01-24rustdoc: Rename gen module to markdown_passBrian Anderson-1/+1
2012-01-24rustdoc: Add a pass to trim whitespace from docsBrian Anderson-0/+1
2012-01-24rustdoc: Add a pass that extracts brief docs from long docsBrian Anderson-0/+1
If the first paragraph of documentation is short then it will be used as the brief description.
2012-01-23rustdoc: Prune unexported items from the doc treeBrian Anderson-0/+1
2012-01-23Change rustc and rustdoc's #[desc] attribute to #[comment]Brian Anderson-1/+1
There are two attributes in use for this same purpose.
2012-01-23Revert "rustdoc: Get the crate brief description from the 'desc' attr"Brian Anderson-0/+2
This reverts commit 521e58a3c4f45ffc30a914dd0bb517945d87a503. Some crates use 'desc', some 'comment' - I want them to just use 'doc'
2012-01-23rustdoc: Get the crate brief description from the 'desc' attrBrian Anderson-2/+0
2012-01-19rustdoc: Add path_pass for recording full paths to modsBrian Anderson-0/+1
2012-01-17rustdoc: CleanupBrian Anderson-1/+5
2012-01-16rustdoc: Add a pass to prune undocumented itemsBrian Anderson-0/+1
2012-01-16rustdoc: Move fst and snd into util modBrian Anderson-0/+1
2012-01-16rustdoc: Add module astsrv to provide access to the (non-sendable) ASTBrian Anderson-1/+2
2012-01-16rustdoc: Add attr_pass for extracting attributesBrian Anderson-0/+1
2012-01-16rustdoc: Add tystr_pass module for extracting type stringsBrian Anderson-1/+2
2012-01-16rustdoc: Add fold moduleBrian Anderson-1/+2
2012-01-16rustdoc: Move parse_compound_fndoc into mod attr_parserBrian Anderson-0/+1
2012-01-16rustdoc: Add extract module for building doc model from ASTBrian Anderson-0/+1
2012-01-16rustdoc: Move markdown-writing functions into gen moduleBrian Anderson-1/+2
2012-01-16rustdoc: Move document model into doc moduleBrian Anderson-1/+2
2012-01-16rustdoc: Move parse module to its own fileBrian Anderson-0/+2