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
/
gen.rs
Age
Commit message (
Collapse
)
Author
Lines
2012-01-24
rustdoc: Rename gen module to markdown_pass
Brian Anderson
-429
/
+0
2012-01-24
rustdoc: Generate markdown for failure conditions
Brian Anderson
-0
/
+20
2012-01-24
rustdoc: Update one of the markdown fn tests
Brian Anderson
-1
/
+1
2012-01-24
rustdoc: Write markdown for consts
Brian Anderson
-0
/
+28
2012-01-23
rustdoc: Correctly indent multiline fn signatures
Brian Anderson
-4
/
+32
2012-01-23
rustdoc: Use the standard markdown syntax for code blocks
Brian Anderson
-6
/
+4
2012-01-23
rustdoc: Print return value descriptions on same line as type
Brian Anderson
-4
/
+14
2012-01-21
issue #1352: change param order on vec::init_elt, putting block in final ↵
Graham Fawcett
-1
/
+1
position. To match the init_fn() and init_fn_mut() changes.
2012-01-19
Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. ↵
Graydon Hoare
-3
/
+3
Close #1428.
2012-01-19
rustdoc: Make doc::retdoc non-optional
Brian Anderson
-14
/
+9
2012-01-19
rustdoc: Write markdown for function signatures
Brian Anderson
-2
/
+31
2012-01-19
misc: "tag" -> "enum" for cargo, compiletest, fuzzer, rustdoc
Patrick Walton
-1
/
+1
2012-01-19
rustdoc: Add a blank line after the return value description
Brian Anderson
-0
/
+9
2012-01-19
rustdoc: Run tystr pass before attr pass
Brian Anderson
-1
/
+1
2012-01-19
rustdoc: Remove nullary-tag dots
Brian Anderson
-1
/
+1
2012-01-19
rustdoc: Write the full path to each mod
Brian Anderson
-1
/
+9
2012-01-19
rustdoc: Change the header scheme so that all mods are h2, fns h3
Brian Anderson
-21
/
+15
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-5
/
+5
Does what it says on the tin. The next commit will remove support for this syntax.
2012-01-18
rustdoc: Write fn arg descriptions to markdown
Brian Anderson
-1
/
+15
2012-01-18
rustdoc: Ignore nil-typed return values
Brian Anderson
-14
/
+21
2012-01-18
rustdoc: Write markdown for mod description
Brian Anderson
-3
/
+18
2012-01-18
rustdoc: Write argument names as code spans
Brian Anderson
-3
/
+3
2012-01-18
rustdoc: Write markdown for argument types
Brian Anderson
-3
/
+8
2012-01-18
rustdoc: Write markdown for fn arguments
Brian Anderson
-4
/
+34
2012-01-18
rustdoc: Introduce type doc::argdoc
Brian Anderson
-4
/
+3
2012-01-17
rustdoc: Improve formatting of return type
Brian Anderson
-3
/
+20
2012-01-17
rustdoc: Write a single line between brief and desc
Brian Anderson
-3
/
+10
2012-01-17
rustdoc: Extract various gen functions
Brian Anderson
-4
/
+32
2012-01-17
rustdoc: Extract boilerplate from gen tests
Brian Anderson
-25
/
+15
2012-01-17
rustdoc: Write blank lines after brief descriptions
Brian Anderson
-2
/
+23
2012-01-17
rustdoc: Remove some debug logging
Brian Anderson
-1
/
+0
2012-01-17
rustdoc: Add rustdocs
Brian Anderson
-0
/
+2
2012-01-17
rustdoc: Write a blank line after headers
Brian Anderson
-0
/
+11
2012-01-17
rustdoc: Convert markdown generation to a pass
Brian Anderson
-1
/
+13
2012-01-16
rustdoc: Write headers for modules
Brian Anderson
-0
/
+10
2012-01-16
rustdoc: Add gen::subsection for managing header levels
Brian Anderson
-4
/
+12
2012-01-16
rustdoc: Refactor header writing a bit
Brian Anderson
-7
/
+19
2012-01-16
rustdoc: Remove attribute parsing from extract module
Brian Anderson
-1
/
+6
2012-01-16
rustdoc: Cleanup
Brian Anderson
-22
/
+6
2012-01-16
rustdoc: Eliminate AST usage in gen module
Brian Anderson
-33
/
+26
2012-01-16
rustdoc: Convert fn return type to retdoc record
Brian Anderson
-3
/
+3
2012-01-16
rustdoc: Change fndoc's arg list to a vec from map
Brian Anderson
-9
/
+3
2012-01-16
rustdoc: Make gen module exports explicit
Brian Anderson
-0
/
+2
2012-01-16
rustdoc: Push imports down into submodules
Brian Anderson
-0
/
+5
2012-01-16
rustdoc: Write fn docs
Brian Anderson
-1
/
+58
2012-01-16
rustdoc: Write crate name
Brian Anderson
-0
/
+35
2012-01-16
rustdoc: Rename type rustdoc to gen::ctxt
Brian Anderson
-14
/
+14
2012-01-16
rustdoc: Move rustdoc type into the gen module
Brian Anderson
-0
/
+5
2012-01-16
rustdoc: Move markdown-writing functions into gen module
Brian Anderson
-0
/
+43