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
/
extract.rs
Age
Commit message (
Expand
)
Author
Lines
2012-01-18
rustdoc: Add fn arg descriptions to the doc tree
Brian Anderson
-0
/
+1
2012-01-18
rustdoc: Change field order on doc::fndoc
Brian Anderson
-2
/
+2
2012-01-18
rustdoc: Assign AST ids to mod docs
Brian Anderson
-3
/
+13
2012-01-18
rustdoc: Add brief and desc fields to module docs
Brian Anderson
-0
/
+2
2012-01-18
rustdoc: Add argument types to the doc
Brian Anderson
-1
/
+2
2012-01-18
rustdoc: Introduce type doc::argdoc
Brian Anderson
-5
/
+7
2012-01-18
rustdoc: Extract function argument names from the AST
Brian Anderson
-2
/
+20
2012-01-18
rustdoc: Put fn docs inside fn bodies
Brian Anderson
-1
/
+3
2012-01-17
rustdoc: Add rustdocs
Brian Anderson
-2
/
+3
2012-01-17
rustdoc: Remove iface. Causing random crashes in resolve?
Brian Anderson
-5
/
+3
2012-01-16
rustdoc: Add extract::from_srv to extract a doc from an astsrv
Brian Anderson
-1
/
+21
2012-01-16
rustdoc: Remove unused import from extract module
Brian Anderson
-1
/
+0
2012-01-16
rustdoc: Remove attribute parsing from extract module
Brian Anderson
-11
/
+15
2012-01-16
rustdoc: Cleanup
Brian Anderson
-1
/
+0
2012-01-16
rustdoc: Set the crate name in the top module
Brian Anderson
-9
/
+19
2012-01-16
rustdoc: Attach the AST node id to fndocs
Brian Anderson
-2
/
+11
2012-01-16
rustdoc: Wire up the doc extractor to attribute parser
Brian Anderson
-8
/
+2
2012-01-16
rustdoc: Build mod and fn nodes from the AST
Brian Anderson
-6
/
+95
2012-01-16
rustdoc: Add extract module for building doc model from AST
Brian Anderson
-0
/
+22