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 (
Collapse
)
Author
Lines
2012-02-17
rustdoc: Add path field to all item docs
Brian Anderson
-0
/
+7
2012-02-01
rustdoc: Add support for type items
Brian Anderson
-1
/
+20
2012-01-31
rustdoc: Rename impldoc.for_ty to self_ty
Brian Anderson
-1
/
+1
2012-01-31
rustdoc: Prune unexported impls
Brian Anderson
-1
/
+1
2012-01-31
rustdoc: Add impl doc node
Brian Anderson
-1
/
+22
2012-01-30
rustdoc: Add some rustdocs
Brian Anderson
-0
/
+2
2012-01-30
rustdoc: Add definition of iface docs
Brian Anderson
-1
/
+30
2012-01-30
rustdoc: Use fewer unique pointers
Brian Anderson
-19
/
+20
2012-01-29
rustdoc: Extract method to get item names
Brian Anderson
-1
/
+13
2012-01-29
rustdoc: Move mod docs into the item tag
Brian Anderson
-5
/
+10
2012-01-29
rustdoc: Move fn docs into the item tag
Brian Anderson
-3
/
+10
2012-01-29
rustdoc: Move const docs into the item tag
Brian Anderson
-3
/
+10
2012-01-29
rustdoc: Move enum docs into the item tag
Brian Anderson
-3
/
+11
2012-01-29
rustdoc: Move resource docs into the item tag
Brian Anderson
-3
/
+12
2012-01-29
rustdoc: Create an item tag to hold doc for all item types
Brian Anderson
-0
/
+9
2012-01-26
rustdoc: Extract resources from the AST
Brian Anderson
-3
/
+3
2012-01-26
rustdoc: Add a resource node to the doc tree
Brian Anderson
-2
/
+13
2012-01-24
rustdoc: Add enums to the doc tree
Brian Anderson
-1
/
+17
2012-01-24
rustdoc: Add fn failure conditions to the doc tree
Brian Anderson
-0
/
+1
2012-01-24
rustdoc: Add brief and desc fields to constdoc
Brian Anderson
-0
/
+2
2012-01-24
rustdoc: Add consts to the doc tree
Brian Anderson
-1
/
+9
2012-01-19
rustdoc: Make doc::retdoc non-optional
Brian Anderson
-1
/
+1
2012-01-19
rustdoc: Add function signatures to the doc tree
Brian Anderson
-1
/
+1
2012-01-19
rustdoc: Add function signature field to the doc::fndoc
Brian Anderson
-1
/
+2
2012-01-19
misc: "tag" -> "enum" for cargo, compiletest, fuzzer, rustdoc
Patrick Walton
-2
/
+2
2012-01-19
rustdoc: Add path field to doc::moddoc
Brian Anderson
-0
/
+1
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
[prev]