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
/
trim_pass.rs
Age
Commit message (
Expand
)
Author
Lines
2012-11-03
library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...
Daniel Patterson
-34
/
+0
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-1
/
+3
2012-09-20
rustdoc: Use doc comments for rustdoc's rustdocs
Brian Anderson
-5
/
+5
2012-09-18
rustdoc: Camel case
Brian Anderson
-3
/
+3
2012-09-05
rustdoc: "import" -> "use"
Patrick Walton
-1
/
+1
2012-08-26
Camel case the option type
Brian Anderson
-1
/
+1
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-0
/
+2
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-5
/
+5
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-8
/
+6
2012-07-01
Convert to new closure syntax
Brian Anderson
-2
/
+2
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-1
/
+1
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-1
/
+1
2012-03-09
rustdoc: Simplify attribute parsing
Brian Anderson
-22
/
+2
2012-03-09
rustdoc: Vastly simplify the document model
Brian Anderson
-18
/
+0
2012-03-08
rustdoc: Rename desc_pass to text_pass
Brian Anderson
-1
/
+1
2012-03-03
rustdoc: Introduce the concept of a 'page'
Brian Anderson
-10
/
+10
2012-02-27
rustdoc: Clean up pass names
Brian Anderson
-1
/
+1
2012-02-27
rustdoc: Time passes
Brian Anderson
-2
/
+2
2012-02-23
Finish cleanup of core::str
Marijn Haverbeke
-1
/
+1
2012-02-21
rustdoc: Convert the astsrv constructor to a higher order fn
Brian Anderson
-4
/
+5
2012-02-21
rustdoc: Rename mk_srv_from_str/file to just from_str/file
Brian Anderson
-1
/
+1
2012-02-17
rustdoc: Extract common item fields into itemdoc
Brian Anderson
-6
/
+6
2012-01-31
rustdoc: Refactor tests
Brian Anderson
-36
/
+22
2012-01-30
rustdoc: Apply generic string ops to ifaces
Brian Anderson
-1
/
+1
2012-01-29
rustdoc: Move mod docs into the item tag
Brian Anderson
-2
/
+2
2012-01-29
rustdoc: Move fn docs into the item tag
Brian Anderson
-5
/
+5
2012-01-29
rustdoc: Move const docs into the item tag
Brian Anderson
-2
/
+2
2012-01-24
rustdoc: Extract a general apply-function-to-strings pass from trim_pass
Brian Anderson
-65
/
+7
2012-01-24
rustdoc: Trim whitespace from failure conditions
Brian Anderson
-1
/
+12
2012-01-24
rustdoc: Add a pass to trim whitespace from docs
Brian Anderson
-0
/
+130