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
/
doc.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
-0
/
+1
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
-1
/
+5
2012-01-17
rustdoc: Add rustdocs
Brian Anderson
-0
/
+2
2012-01-16
rustdoc: Remove attribute parsing from extract module
Brian Anderson
-1
/
+1
2012-01-16
rustdoc: Cleanup
Brian Anderson
-1
/
+1
2012-01-16
rustdoc: Convert fn return type to retdoc record
Brian Anderson
-1
/
+6
2012-01-16
rustdoc: Change fndoc's arg list to a vec from map
Brian Anderson
-3
/
+1
2012-01-16
rustdoc: Push imports down into submodules
Brian Anderson
-0
/
+2
2012-01-16
rustdoc: Attach the AST node id to fndocs
Brian Anderson
-0
/
+3
2012-01-16
rustdoc: Build mod and fn nodes from the AST
Brian Anderson
-5
/
+12
2012-01-16
rustdoc: Move document model into doc module
Brian Anderson
-0
/
+14