index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustdoc
/
rustdoc.rs
Age
Commit message (
Expand
)
Author
Lines
2012-02-27
rustdoc: Clean up pass names
Brian Anderson
-1
/
+1
2012-02-27
rustdoc: Time passes
Brian Anderson
-4
/
+31
2012-02-24
rustdoc: Don't prune reexports
Brian Anderson
-1
/
+1
2012-02-24
rustdoc: Remove a pointer that's no longer needed
Brian Anderson
-2
/
+2
2012-02-21
rustdoc: Convert the astsrv constructor to a higher order fn
Brian Anderson
-23
/
+25
2012-02-21
rustdoc: Rename mk_srv_from_str/file to just from_str/file
Brian Anderson
-2
/
+2
2012-02-20
rustdoc: Document reexports
Brian Anderson
-0
/
+1
2012-02-17
rustdoc: Extract common item fields into itemdoc
Brian Anderson
-11
/
+11
2012-02-03
rustdoc: Add various sorting passes
Brian Anderson
-0
/
+2
2012-01-31
rustdoc: Split the pruning of undocumented branches into two passes
Brian Anderson
-1
/
+2
2012-01-30
rustdoc: Use fewer unique pointers
Brian Anderson
-6
/
+6
2012-01-29
rustdoc: Sort the items so modules are printed last
Brian Anderson
-1
/
+1
2012-01-29
rustdoc: Move mod docs into the item tag
Brian Anderson
-4
/
+2
2012-01-29
rustdoc: Move fn docs into the item tag
Brian Anderson
-4
/
+2
2012-01-29
rustdoc: Move const docs into the item tag
Brian Anderson
-4
/
+2
2012-01-29
rustdoc: Move enum docs into the item tag
Brian Anderson
-4
/
+2
2012-01-29
rustdoc: Move resource docs into the item tag
Brian Anderson
-4
/
+4
2012-01-29
rustdoc: Create an item tag to hold doc for all item types
Brian Anderson
-0
/
+2
2012-01-26
rustdoc: Extract resources from the AST
Brian Anderson
-2
/
+2
2012-01-26
rustdoc: Add a resource node to the doc tree
Brian Anderson
-2
/
+4
2012-01-25
rustdoc: Write markdown for enums
Brian Anderson
-0
/
+4
2012-01-24
rustdoc: Add enums to the doc tree
Brian Anderson
-2
/
+4
2012-01-24
rustdoc: Add a pass to normalize indentation levels in doc comments
Brian Anderson
-0
/
+1
2012-01-24
rustdoc: Rename gen module to markdown_pass
Brian Anderson
-1
/
+1
2012-01-24
rustdoc: Add a pass to trim whitespace from docs
Brian Anderson
-0
/
+1
2012-01-24
rustdoc: Add a pass that extracts brief docs from long docs
Brian Anderson
-0
/
+1
2012-01-24
rustdoc: Add consts to the doc tree
Brian Anderson
-2
/
+4
2012-01-23
rustdoc: Prune unexported items from the doc tree
Brian Anderson
-0
/
+1
2012-01-19
rustdoc: Run tystr pass before attr pass
Brian Anderson
-2
/
+2
2012-01-19
rustdoc: Add path_pass for recording full paths to mods
Brian Anderson
-0
/
+1
2012-01-19
rustdoc: Add path field to doc::moddoc
Brian Anderson
-0
/
+2
2012-01-18
rustdoc: Add more rustdocs
Brian Anderson
-1
/
+15
2012-01-18
rustdoc: Assign AST ids to mod docs
Brian Anderson
-0
/
+2
2012-01-18
rustdoc: Add brief and desc fields to module docs
Brian Anderson
-0
/
+4
2012-01-18
rustdoc: Put fn docs inside fn bodies
Brian Anderson
-1
/
+3
2012-01-17
rustdoc: Add rustdocs
Brian Anderson
-0
/
+2
2012-01-17
rustdoc: Cleanup
Brian Anderson
-10
/
+1
2012-01-17
rustdoc: Convert markdown generation to a pass
Brian Anderson
-5
/
+5
2012-01-17
rustdoc: Remove iface. Causing random crashes in resolve?
Brian Anderson
-7
/
+6
2012-01-16
rustdoc: Add a pass to prune undocumented items
Brian Anderson
-0
/
+2
2012-01-16
rustdoc: Begin writting the attribute extracting pass
Brian Anderson
-0
/
+1
2012-01-16
rustdoc: Convert tystr_pass to use astsrv
Brian Anderson
-4
/
+11
2012-01-16
rustdoc: Add a pass type and a run_passes function
Brian Anderson
-0
/
+47
2012-01-16
rustdoc: Eliminate AST usage in gen module
Brian Anderson
-1
/
+2
2012-01-16
rustdoc: Push imports down into submodules
Brian Anderson
-14
/
+2
2012-01-16
rustdoc: Attach the doc writer to the doc extractor
Brian Anderson
-30
/
+5
2012-01-16
rustdoc: Attach the AST node id to fndocs
Brian Anderson
-1
/
+1
2012-01-16
rustdoc: Rename type rustdoc to gen::ctxt
Brian Anderson
-10
/
+5
2012-01-16
rustdoc: Add regression tests for existing attr parsing behavior
Brian Anderson
-1
/
+1
2012-01-16
rustdoc: Change parse_fn to take a vector of attributes
Brian Anderson
-33
/
+1
[prev]
[next]