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
Age
Commit message (
Expand
)
Author
Lines
2012-02-17
rustdoc: Simplify desc_to_brief pass
Brian Anderson
-97
/
+7
2012-02-17
rustdoc: Add an item fold
Brian Anderson
-14
/
+49
2012-02-17
rustdoc: Refactor itemdoc creation in extract pass
Brian Anderson
-40
/
+32
2012-02-17
rustdoc: Extract itemdoc creation
Brian Anderson
-56
/
+18
2012-02-17
rustdoc: Extract common item fields into itemdoc
Brian Anderson
-296
/
+423
2012-02-17
rustdoc: Add path field to all item docs
Brian Anderson
-0
/
+14
2012-02-17
rustdoc: Resolve imports and reexports
Brian Anderson
-12
/
+101
2012-02-15
Replace some explicit fails with 'alt check' invocations
Marijn Haverbeke
-30
/
+12
2012-02-14
Change file_substr to allow for external strings.
Kevin Atkinson
-1
/
+1
2012-02-13
(core::str) add find_bytes and export it...
Kevin Cantu
-5
/
+5
2012-02-12
(core::str) rename byte_len -> len_bytes and rename char_len -> len
Kevin Cantu
-3
/
+3
2012-02-06
Self types for ifaces
Marijn Haverbeke
-1
/
+1
2012-02-05
rustdoc: Resolve some FIXMEs
Brian Anderson
-6
/
+2
2012-02-03
Store info about file "substr".
Kevin Atkinson
-1
/
+1
2012-02-03
rustdoc: Add various sorting passes
Brian Anderson
-1
/
+71
2012-02-03
core: rename str::lteq to str::le
Tom Lee
-1
/
+1
2012-02-03
Start on in-crate monomorphizing
Marijn Haverbeke
-0
/
+3
2012-02-03
Store item paths in ast_map, get rid of trans::local_ctxt
Marijn Haverbeke
-20
/
+20
2012-02-03
Remove experimental GC code
Marijn Haverbeke
-1
/
+0
2012-02-01
rustdoc: Add support for type items
Brian Anderson
-12
/
+253
2012-02-01
Rename str::char_slice -> str::slice
Kevin Cantu
-1
/
+1
2012-01-31
rustdoc: Split the pruning of undocumented branches into two passes
Brian Anderson
-104
/
+187
2012-01-31
rustdoc: Add impl docs to demo mod
Brian Anderson
-0
/
+11
2012-01-31
rustdoc: Write markdown for impls
Brian Anderson
-1
/
+96
2012-01-31
rustdoc: Apply string ops to impl docs
Brian Anderson
-18
/
+81
2012-01-31
rustdoc: Promote impl descriptions to brief descriptions
Brian Anderson
-1
/
+38
2012-01-31
rustdoc: Prune undocumented impls
Brian Anderson
-18
/
+88
2012-01-31
rustdoc: Refactor tests
Brian Anderson
-530
/
+246
2012-01-31
rustdoc: Pull impl docs out of attributes
Brian Anderson
-5
/
+67
2012-01-31
rustdoc: Gather types of impls
Brian Anderson
-25
/
+161
2012-01-31
rustdoc: Rename impldoc.for_ty to self_ty
Brian Anderson
-2
/
+2
2012-01-31
rustdoc: Prune unexported impls
Brian Anderson
-1
/
+10
2012-01-31
rustdoc: Extract impl doc nodes from AST
Brian Anderson
-0
/
+66
2012-01-31
rustdoc: Add impl doc node
Brian Anderson
-5
/
+43
2012-01-31
Rename str::loop_chars to str::all,
Kevin Cantu
-2
/
+2
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-4
/
+32
2012-01-30
rustdoc: Reenable a working test
Brian Anderson
-4
/
+2
2012-01-30
rustdoc: Add some rustdocs
Brian Anderson
-0
/
+2
2012-01-30
rustdoc: Add ifaces to demo module
Brian Anderson
-0
/
+69
2012-01-30
rustdoc: Write markdown for ifaces
Brian Anderson
-6
/
+120
2012-01-30
rustdoc: Apply generic string ops to ifaces
Brian Anderson
-3
/
+100
2012-01-30
rustdoc: Promote iface descriptions to brief descriptions
Brian Anderson
-1
/
+44
2012-01-30
rustdoc: Prune undocumented ifaces
Brian Anderson
-19
/
+124
2012-01-30
rustdoc: Add iface attribute docs to the doc tree
Brian Anderson
-24
/
+106
2012-01-30
rustdoc: Add attribute parsing for ifaces and methods
Brian Anderson
-3
/
+20
2012-01-30
rustdoc: Add iface method type info to the doc tree
Brian Anderson
-11
/
+185
2012-01-30
rustdoc: Add a test that unexported ifaces are pruned
Brian Anderson
-0
/
+9
2012-01-30
rustdoc: Extract iface doc nodes from the AST
Brian Anderson
-0
/
+56
2012-01-30
rustdoc: Add definition of iface docs
Brian Anderson
-5
/
+50
2012-01-30
rustdoc: Use fewer unique pointers
Brian Anderson
-123
/
+124
[prev]
[next]