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_to_brief_pass.rs
Age
Commit message (
Expand
)
Author
Lines
2012-11-03
library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...
Daniel Patterson
-273
/
+0
2012-09-28
rustdoc: Fix build errors
Brian Anderson
-2
/
+2
2012-09-28
demode vec
Niko Matsakis
-3
/
+3
2012-09-23
core: Demode option
Brian Anderson
-2
/
+2
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+1
2012-09-20
rustdoc: Use doc comments for rustdoc's rustdocs
Brian Anderson
-5
/
+5
2012-09-18
rustdoc: Camel case
Brian Anderson
-10
/
+10
2012-09-05
rustdoc: "import" -> "use"
Patrick Walton
-1
/
+1
2012-09-04
Remove 'with'
Brian Anderson
-12
/
+12
2012-08-26
Camel case the option type
Brian Anderson
-23
/
+23
2012-08-08
rustdoc: Update for new impl syntax
Brian Anderson
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-2
/
+2
2012-08-05
Switch alts to use arrows
Brian Anderson
-4
/
+4
2012-08-01
Convert ret to return
Brian Anderson
-1
/
+1
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-1
/
+1
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-0
/
+2
2012-07-17
Get rustdoc working with std::par instead of its own par library. Closes #2885.
Zack Corr
-2
/
+2
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-31
/
+31
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
[next]