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
Age
Commit message (
Expand
)
Author
Lines
2012-03-06
rustdoc: Parallelize markdown_pass
Brian Anderson
-3
/
+3
2012-03-06
rustdoc: Run pandoc in a way that won't deadlock waiting for IO
Brian Anderson
-6
/
+13
2012-03-06
rustdoc: Detect when pandoc isn't available
Brian Anderson
-24
/
+104
2012-03-06
rustdoc: Add some more error reporting for pandoc
Brian Anderson
-2
/
+25
2012-03-06
rustdoc: Write a new file for each page
Brian Anderson
-15
/
+47
2012-03-06
rustdoc: Add a pass to split the document into pages
Brian Anderson
-0
/
+237
2012-03-06
rustdoc: Remove Google's copyright notice
Brian Anderson
-4
/
+0
2012-03-06
make inline enabled by default
Niko Matsakis
-1
/
+0
2012-03-06
Track all exports in exp_map
Marijn Haverbeke
-19
/
+24
2012-03-04
rustdoc: Build appropriate filenames for pages
Brian Anderson
-23
/
+75
2012-03-03
rustdoc: Convert markdown writer to a writer_factory
Brian Anderson
-28
/
+79
2012-03-03
rustdoc: Simplify the markdown_pass interface a bit
Brian Anderson
-15
/
+6
2012-03-03
rustdoc: Remove some bogus error handling around process spawning
Brian Anderson
-8
/
+2
2012-03-03
rustdoc: Introduce the concept of a 'page'
Brian Anderson
-314
/
+381
2012-03-02
rustdoc: Whitespace
Brian Anderson
-1
/
+1
2012-03-02
rustdoc: Write indexes in output
Brian Anderson
-0
/
+34
2012-03-02
rustdoc: Begin constructing indexes
Brian Anderson
-23
/
+130
2012-03-02
Revert "rust: xfail-fast run-pass/cci_no_inline_exe"
Brian Anderson
-31
/
+2
2012-03-02
rust: xfail-fast run-pass/cci_no_inline_exe
Brian Anderson
-2
/
+31
2012-03-02
rustdoc: Remove some debug logging
Brian Anderson
-2
/
+0
2012-03-01
rustdoc: Extract markdown header logic. Needed for indexing
Brian Anderson
-30
/
+78
2012-03-01
rustdoc: Stop having pandoc write the TOC
Brian Anderson
-1
/
+0
2012-03-01
rustdoc: Add index records to the doc tree
Brian Anderson
-4
/
+31
2012-03-01
rustdoc: Teach rustdoc to run pandoc
Brian Anderson
-6
/
+74
2012-02-29
rustdoc: Extract markdown_writer from markdown_pass
Brian Anderson
-90
/
+103
2012-02-29
rustdoc: Write markdown to a file instead of stdout
Brian Anderson
-7
/
+47
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
[prev]
[next]