| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-01-16 | rustdoc: Build mod and fn nodes from the AST | Brian Anderson | -20/+129 | |
| 2012-01-16 | rustdoc: Add extract module for building doc model from AST | Brian Anderson | -0/+23 | |
| 2012-01-16 | rustdoc: Move markdown-writing functions into gen module | Brian Anderson | -47/+47 | |
| 2012-01-16 | rustdoc: Move document model into doc module | Brian Anderson | -18/+18 | |
| 2012-01-16 | rustdoc: Add cratedoc and moddoc types | Brian Anderson | -0/+8 | |
| 2012-01-16 | rustdoc: Move parse module to its own file | Brian Anderson | -24/+23 | |
| 2012-01-16 | rustdoc: Add parse::from_str for testing purposes | Brian Anderson | -2/+14 | |
| 2012-01-16 | rustdoc: Move AST parsing into the parse module | Brian Anderson | -12/+18 | |
| 2012-01-15 | build: Add rustdoc to tidy rules | Brian Anderson | -2/+6 | |
| 2012-01-15 | rustdoc: Add a crate file | Brian Anderson | -0/+8 | |
| 2012-01-14 | rustc: Rename mk_codemap_handler to mk_handler | Brian Anderson | -1/+1 | |
| 2012-01-14 | rustc: Allow a custom diagnostic emitter when building the handler | Brian Anderson | -1/+1 | |
| 2012-01-13 | Update tools for new parser API | Brian Anderson | -1/+7 | |
| 2012-01-13 | Remove tests for objs, adjust tests that use objs | Marijn Haverbeke | -1/+0 | |
| 2012-01-11 | Major clean-up of std::io | Marijn Haverbeke | -0/+1 | |
| Use ifaces instead of objs, stop wrapping everything in two (or three) layers of no-value-added indirection, and remove some of the more pointless/outdated idioms from the code. | ||||
| 2011-12-30 | Print usage messages to rustc and rustdoc when invoked with no args. Close ↵ | Graydon Hoare | -1/+9 | |
| #1394. | ||||
| 2011-12-22 | Fix rustdoc for AST changes | Marijn Haverbeke | -6/+6 | |
| 2011-12-20 | rustdoc: Some rights reserved? | Elly Jones | -1/+1 | |
| 2011-12-20 | rustdoc: delete bogus license text | Elly Jones | -14/+1 | |
| Rustdoc is under the same license as the rest of Rust, not under apache-2.0. Signed-off-by: Elly Jones <elly@leptoquark.net> | ||||
| 2011-12-20 | rustdoc: Add. | Elly Jones | -0/+205 | |
| Parses #[doc] attributes on top-level module items and generates Markdown. Signed-off-by: Elly Jones <elly@leptoquark.net> | ||||
