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
/
desc_to_brief_pass.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-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
-13
/
+9
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-7
/
+7
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-6
/
+6
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-6
/
+6
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-4
/
+4
2012-03-16
rustdoc: Allow elipses to appear in brief descriptions. Closes #2003
Brian Anderson
-5
/
+62
2012-03-09
rustdoc: Accept the first sentence as the brief description
Brian Anderson
-8
/
+35
2012-03-09
rustdoc: Simplify the relation between the brief and long description
Brian Anderson
-111
/
+18
2012-03-03
rustdoc: Introduce the concept of a 'page'
Brian Anderson
-24
/
+24
2012-02-27
rustdoc: Time passes
Brian Anderson
-2
/
+5
2012-02-26
rustdoc: Rename util mod to par
Brian Anderson
-2
/
+2
2012-02-26
rustdoc: Do all maps as util::anymap
Brian Anderson
-2
/
+2
2012-02-23
(core::str) remove len_bytes alias
Kevin Cantu
-1
/
+1
2012-02-23
(core::str) mostly rename len -> len_chars
Kevin Cantu
-1
/
+1
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
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_to_brief pass
Brian Anderson
-97
/
+7
2012-02-17
rustdoc: Extract common item fields into itemdoc
Brian Anderson
-40
/
+64
2012-02-12
(core::str) rename byte_len -> len_bytes and rename char_len -> len
Kevin Cantu
-1
/
+1
2012-02-01
rustdoc: Add support for type items
Brian Anderson
-1
/
+20
2012-01-31
rustdoc: Promote impl descriptions to brief descriptions
Brian Anderson
-1
/
+38
2012-01-31
rustdoc: Refactor tests
Brian Anderson
-35
/
+18
2012-01-30
rustdoc: Promote iface descriptions to brief descriptions
Brian Anderson
-1
/
+44
2012-01-30
rustdoc: Use fewer unique pointers
Brian Anderson
-10
/
+10
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
-2
/
+2
2012-01-29
rustdoc: Move const docs into the item tag
Brian Anderson
-2
/
+2
2012-01-29
rustdoc: Move enum docs into the item tag
Brian Anderson
-2
/
+2
2012-01-29
rustdoc: Move resource docs into the item tag
Brian Anderson
-2
/
+2
2012-01-26
rustdoc: Promote resource long descriptions to brief descriptions
Brian Anderson
-1
/
+24
2012-01-25
rustdoc: Extract brief enum descs from long descs
Brian Anderson
-1
/
+24
2012-01-24
rustdoc: Add a pass that extracts brief docs from long docs
Brian Anderson
-0
/
+219