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-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
2012-01-16
rustdoc: Rename parse_compound_fndoc to parse_fn
Brian Anderson
-1
/
+1
2012-01-16
rustdoc: Move parse_compound_fndoc into mod attr_parser
Brian Anderson
-67
/
+2
2012-01-16
rustdoc: Build mod and fn nodes from the AST
Brian Anderson
-9
/
+22
2012-01-16
rustdoc: Move markdown-writing functions into gen module
Brian Anderson
-46
/
+2
2012-01-16
rustdoc: Move document model into doc module
Brian Anderson
-17
/
+2
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
/
+0
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-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
2011-12-30
Print usage messages to rustc and rustdoc when invoked with no args. Close #1...
Graydon Hoare
-1
/
+9
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
2011-12-20
rustdoc: Add.
Elly Jones
-0
/
+205