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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustdoc
/
doc.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-11
rustdoc: Add indexes to native mods. Closes #1963
Brian Anderson
-1
/
+2
2012-03-09
rustdoc: Vastly simplify the document model
Brian Anderson
-47
/
+12
2012-03-09
rustdoc: Add the concept of 'sections'
Brian Anderson
-0
/
+15
2012-03-08
rustdoc: Don't bother reporting the type of return values
Brian Anderson
-2
/
+1
2012-03-08
rustdoc: Don't bother reporting the type of arguments
Brian Anderson
-2
/
+1
2012-03-06
rustdoc: Put brief descriptions in the indexes
Brian Anderson
-0
/
+2
2012-03-06
rustdoc: Add a pass to split the document into pages
Brian Anderson
-0
/
+84
2012-03-03
rustdoc: Introduce the concept of a 'page'
Brian Anderson
-0
/
+24
2012-03-02
rustdoc: Begin constructing indexes
Brian Anderson
-2
/
+0
2012-03-02
Revert "rust: xfail-fast run-pass/cci_no_inline_exe"
Brian Anderson
-0
/
+2
2012-03-02
rust: xfail-fast run-pass/cci_no_inline_exe
Brian Anderson
-2
/
+0
2012-03-01
rustdoc: Add index records to the doc tree
Brian Anderson
-1
/
+25
2012-02-24
rustdoc: Don't prune reexports
Brian Anderson
-0
/
+2
2012-02-24
rustdoc: Remove a pointer that's no longer needed
Brian Anderson
-11
/
+10
2012-02-24
rustdoc: Extract doc nodes for native mods
Brian Anderson
-1
/
+10
2012-02-24
rustdoc: Add doc node for native mods
Brian Anderson
-0
/
+11
2012-02-23
rustdoc: Make reexports work in the crate module
Brian Anderson
-0
/
+3
2012-02-17
rustdoc: Extract common item fields into itemdoc
Brian Anderson
-47
/
+80
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
[next]