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-29
rustdoc: Use unique types for writing markdown output
Brian Anderson
-34
/
+73
2012-02-29
rustdoc: Refactor markdown_pass
Brian Anderson
-34
/
+47
2012-02-29
optionally enforce local variable mutability
Niko Matsakis
-1
/
+2
2012-02-28
rustdoc: Parse command line opts
Brian Anderson
-7
/
+9
2012-02-28
rustdoc: Add -h flag
Brian Anderson
-4
/
+24
2012-02-28
change def's that are always local to use node_id, add --inline opt
Niko Matsakis
-0
/
+1
2012-02-27
rustdoc: Fix bustage
Brian Anderson
-1
/
+1
2012-02-27
rustdoc: Clean up pass names
Brian Anderson
-6
/
+6
2012-02-27
rustdoc: Time passes
Brian Anderson
-47
/
+113
2012-02-26
rustdoc: Optimize some closures to avoid copying
Brian Anderson
-9
/
+15
2012-02-26
rustdoc: Rename util mod to par
Brian Anderson
-30
/
+30
2012-02-26
rustdoc: Do all maps as util::anymap
Brian Anderson
-23
/
+23
2012-02-26
rustdoc: Remove some unused exports
Brian Anderson
-1
/
+0
2012-02-26
rustdoc: Add parallel folds for native mods
Brian Anderson
-3
/
+31
2012-02-26
rustdoc: Use default_any_fold in some tests
Brian Anderson
-2
/
+2
2012-02-26
rustdoc: Refactor some of the map code
Brian Anderson
-18
/
+43
2012-02-26
rustdoc: Do less copying in util::parmap
Brian Anderson
-4
/
+8
2012-02-26
rustdoc: Add command line option parsing and a config record
Brian Anderson
-0
/
+258
2012-02-24
rustdoc: Reexport native functions
Brian Anderson
-1
/
+23
2012-02-24
rustdoc: Don't prune reexports
Brian Anderson
-14
/
+42
2012-02-24
rustdoc: Fix some remaining bugs around native mods
Brian Anderson
-1
/
+20
2012-02-24
rustdoc: Sort native mods
Brian Anderson
-1
/
+3
2012-02-24
rustdoc: Write markdown for native mods and fns
Brian Anderson
-1
/
+22
2012-02-24
rustdoc: Add types for native functions
Brian Anderson
-1
/
+29
2012-02-24
rustdoc: Extract attribute docs from native stuffs
Brian Anderson
-0
/
+13
2012-02-24
rustdoc: Record paths to native functions
Brian Anderson
-1
/
+19
2012-02-24
rustdoc: Remove a pointer that's no longer needed
Brian Anderson
-25
/
+24
2012-02-24
rustdoc: Extract doc nodes for native mods
Brian Anderson
-2
/
+45
2012-02-24
rustdoc: Add doc node for native mods
Brian Anderson
-0
/
+36
2012-02-23
rustc: Don't add duplicate entries to exp_map
Brian Anderson
-1
/
+12
2012-02-23
rustdoc: Make reexports work in the crate module
Brian Anderson
-1
/
+32
2012-02-23
Finish cleanup of core::str
Marijn Haverbeke
-6
/
+6
2012-02-23
(core::str) remove len_bytes alias
Kevin Cantu
-3
/
+3
2012-02-23
(core::str) replace uses of unsafe::slice_bytes; replace find[_from]_bytes wi...
Kevin Cantu
-4
/
+4
2012-02-23
(core::char) rename slice -> slice_chars
Kevin Cantu
-1
/
+1
2012-02-23
(core::str) mostly rename len -> len_chars
Kevin Cantu
-2
/
+2
2012-02-21
rustdoc: Turn off parallel folding until I figure out what's wrong on OS X
Brian Anderson
-2
/
+2
2012-02-21
rustdoc: Make it easy to switch between parallel and sequential folds
Brian Anderson
-13
/
+28
2012-02-21
rustdoc: Convert most passes to parallel folds
Brian Anderson
-13
/
+14
2012-02-21
rustdoc: Implement a parallel fold
Brian Anderson
-27
/
+92
2012-02-21
rustdoc: Implement astsrv in a dedicated task
Brian Anderson
-22
/
+55
2012-02-21
rustdoc: Convert the astsrv constructor to a higher order fn
Brian Anderson
-165
/
+200
2012-02-21
rustdoc: Rename mk_srv_from_str/file to just from_str/file
Brian Anderson
-37
/
+37
2012-02-20
rustdoc: Remove stray log
Brian Anderson
-1
/
+0
2012-02-20
rustdoc: astsrv::exec should return sendable types
Brian Anderson
-32
/
+51
2012-02-20
rustdoc: Document reexports
Brian Anderson
-1
/
+302
2012-02-17
rustdoc: Find the path to all item types
Brian Anderson
-10
/
+21
2012-02-17
rustdoc: Add a test that we can tolerate missing external crates
Brian Anderson
-1
/
+7
2012-02-17
rustdoc: Simplify attr pass
Brian Anderson
-307
/
+99
2012-02-17
rustdoc: Simplify desc pass
Brian Anderson
-60
/
+14
[prev]
[next]