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
/
markdown_pass.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-1
/
+1
2012-03-11
rustdoc: Add indexes to native mods. Closes #1963
Brian Anderson
-0
/
+12
2012-03-10
rustdoc: Fix native mod breakage
Brian Anderson
-0
/
+7
2012-03-10
rustdoc: Write page titles
Brian Anderson
-21
/
+66
2012-03-10
rustdoc: Remove unused fn
Brian Anderson
-4
/
+0
2012-03-09
rustdoc: Change the formatting for enum variants
Brian Anderson
-5
/
+4
2012-03-09
rustdoc: Simplify attribute parsing
Brian Anderson
-4
/
+6
2012-03-09
rustdoc: Simplify the relation between the brief and long description
Brian Anderson
-73
/
+14
2012-03-09
rustdoc: Vastly simplify the document model
Brian Anderson
-213
/
+4
2012-03-09
rustdoc: Write sections in markdown
Brian Anderson
-60
/
+93
2012-03-08
rustdoc: Improve formatting of subsection headers
Brian Anderson
-14
/
+21
2012-03-08
rustdoc: Format return values consistently
Brian Anderson
-6
/
+6
2012-03-08
rustdoc: Don't bother reporting the type of return values
Brian Anderson
-29
/
+13
2012-03-08
rustdoc: Don't bother reporting the type of arguments
Brian Anderson
-10
/
+8
2012-03-06
rustdoc: Put brief descriptions in the indexes
Brian Anderson
-1
/
+12
2012-03-06
rustdoc: Write links correctly for multi-page docs
Brian Anderson
-2
/
+8
2012-03-06
rustdoc: Parallelize markdown_pass
Brian Anderson
-3
/
+3
2012-03-06
rustdoc: Write a new file for each page
Brian Anderson
-15
/
+46
2012-03-03
rustdoc: Convert markdown writer to a writer_factory
Brian Anderson
-16
/
+13
2012-03-03
rustdoc: Simplify the markdown_pass interface a bit
Brian Anderson
-14
/
+3
2012-03-03
rustdoc: Introduce the concept of a 'page'
Brian Anderson
-17
/
+21
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
-21
/
+36
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-02-29
rustdoc: Extract markdown_writer from markdown_pass
Brian Anderson
-90
/
+6
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
-32
/
+71
2012-02-29
rustdoc: Refactor markdown_pass
Brian Anderson
-30
/
+41
2012-02-27
rustdoc: Time passes
Brian Anderson
-7
/
+14
2012-02-26
rustdoc: Optimize some closures to avoid copying
Brian Anderson
-1
/
+1
2012-02-26
rustdoc: Rename util mod to par
Brian Anderson
-1
/
+1
2012-02-26
rustdoc: Do all maps as util::anymap
Brian Anderson
-1
/
+1
2012-02-24
rustdoc: Fix some remaining bugs around native mods
Brian Anderson
-0
/
+5
2012-02-24
rustdoc: Write markdown for native mods and fns
Brian Anderson
-1
/
+22
2012-02-24
rustdoc: Remove a pointer that's no longer needed
Brian Anderson
-2
/
+2
2012-02-24
rustdoc: Add doc node for native mods
Brian Anderson
-0
/
+1
2012-02-23
Finish cleanup of core::str
Marijn Haverbeke
-4
/
+4
2012-02-23
(core::str) replace uses of unsafe::slice_bytes; replace find[_from]_bytes wi...
Kevin Cantu
-4
/
+4
2012-02-21
rustdoc: Convert the astsrv constructor to a higher order fn
Brian Anderson
-15
/
+17
2012-02-21
rustdoc: Rename mk_srv_from_str/file to just from_str/file
Brian Anderson
-2
/
+2
2012-02-17
rustdoc: Extract common item fields into itemdoc
Brian Anderson
-26
/
+26
2012-02-13
(core::str) add find_bytes and export it...
Kevin Cantu
-5
/
+5
2012-02-01
rustdoc: Add support for type items
Brian Anderson
-0
/
+37
2012-01-31
rustdoc: Write markdown for impls
Brian Anderson
-1
/
+96
2012-01-31
rustdoc: Add impl doc node
Brian Anderson
-0
/
+1
2012-01-30
rustdoc: Write markdown for ifaces
Brian Anderson
-6
/
+120
2012-01-30
rustdoc: Use fewer unique pointers
Brian Anderson
-7
/
+7
2012-01-29
rustdoc: Sort the items so modules are printed last
Brian Anderson
-8
/
+80
[next]