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
/
desc_pass.rs
Age
Commit message (
Collapse
)
Author
Lines
2012-03-08
rustdoc: Rename desc_pass to text_pass
Brian Anderson
-294
/
+0
2012-03-03
rustdoc: Introduce the concept of a 'page'
Brian Anderson
-27
/
+27
2012-02-27
rustdoc: Fix bustage
Brian Anderson
-1
/
+1
2012-02-27
rustdoc: Clean up pass names
Brian Anderson
-2
/
+2
2012-02-27
rustdoc: Time passes
Brian Anderson
-4
/
+7
2012-02-26
rustdoc: Optimize some closures to avoid copying
Brian Anderson
-3
/
+6
2012-02-26
rustdoc: Rename util mod to par
Brian Anderson
-5
/
+5
2012-02-26
rustdoc: Do all maps as util::anymap
Brian Anderson
-5
/
+5
2012-02-23
Finish cleanup of core::str
Marijn Haverbeke
-1
/
+1
Closes #1849
2012-02-21
rustdoc: Make it easy to switch between parallel and sequential folds
Brian Anderson
-1
/
+1
2012-02-21
rustdoc: Convert most passes to parallel folds
Brian Anderson
-1
/
+1
2012-02-21
rustdoc: Convert the astsrv constructor to a higher order fn
Brian Anderson
-4
/
+5
This will allow it to manage the destruction of the astsrv after I convert it to a task
2012-02-21
rustdoc: Rename mk_srv_from_str/file to just from_str/file
Brian Anderson
-1
/
+1
2012-02-17
rustdoc: Simplify desc pass
Brian Anderson
-60
/
+14
2012-02-17
rustdoc: Extract common item fields into itemdoc
Brian Anderson
-26
/
+50
2012-02-01
rustdoc: Add support for type items
Brian Anderson
-1
/
+25
2012-01-31
rustdoc: Apply string ops to impl docs
Brian Anderson
-18
/
+81
2012-01-31
rustdoc: Refactor tests
Brian Anderson
-65
/
+30
2012-01-30
rustdoc: Apply generic string ops to ifaces
Brian Anderson
-2
/
+99
2012-01-30
rustdoc: Use fewer unique pointers
Brian Anderson
-16
/
+16
2012-01-29
rustdoc: Move enum docs into the item tag
Brian Anderson
-3
/
+3
2012-01-29
rustdoc: Move resource docs into the item tag
Brian Anderson
-3
/
+3
2012-01-26
rustdoc: Apply generic string-op passes to resources
Brian Anderson
-1
/
+46
2012-01-25
rustdoc: Apply general string ops to enum docs
Brian Anderson
-1
/
+46
2012-01-24
rustdoc: Extract a general apply-function-to-strings pass from trim_pass
Brian Anderson
-0
/
+70