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-01-23
rustdoc: Print return value descriptions on same line as type
Brian Anderson
-4
/
+14
2012-01-23
rustdoc: Prune undocumented return values
Brian Anderson
-0
/
+19
2012-01-23
rustdoc: Don't prune functions with documented arguments
Brian Anderson
-0
/
+13
2012-01-23
rustdoc: Prune undocumented fn args
Brian Anderson
-40
/
+58
2012-01-23
rustdoc: Prune undocumented modules
Brian Anderson
-0
/
+58
2012-01-23
rustdoc: Get the crate brief description from the 'desc' attr
Brian Anderson
-5
/
+35
2012-01-21
issue #1352: change param order on vec::init_elt, putting block in final posi...
Graham Fawcett
-1
/
+1
2012-01-19
Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...
Graydon Hoare
-3
/
+3
2012-01-19
rustdoc: Make doc::retdoc non-optional
Brian Anderson
-48
/
+31
2012-01-19
rustdoc: Write markdown for function signatures
Brian Anderson
-6
/
+44
2012-01-19
rustdoc: Remove debug logging
Brian Anderson
-1
/
+0
2012-01-19
rustdoc: Add function signatures to the doc tree
Brian Anderson
-6
/
+30
2012-01-19
rustdoc: Add function signature field to the doc::fndoc
Brian Anderson
-3
/
+6
2012-01-19
misc: "tag" -> "enum" for cargo, compiletest, fuzzer, rustdoc
Patrick Walton
-4
/
+4
2012-01-19
rustdoc: Add a blank line after the return value description
Brian Anderson
-0
/
+9
2012-01-19
rustdoc: Attach return value descriptions to the doc tree
Brian Anderson
-3
/
+24
2012-01-19
rustdoc: Run tystr pass before attr pass
Brian Anderson
-3
/
+3
2012-01-19
Remove support for the '.' after a nullary tag in a pattern
Tim Chevalier
-1
/
+1
2012-01-19
rustdoc: Cleanup
Brian Anderson
-60
/
+11
2012-01-19
rustdoc: Remove nullary-tag dots
Brian Anderson
-4
/
+4
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-19
rustdoc: Add path_pass for recording full paths to mods
Brian Anderson
-0
/
+51
2012-01-19
rustdoc: Add path field to doc::moddoc
Brian Anderson
-0
/
+4
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-9
/
+9
2012-01-18
rustdoc: Add more rustdocs
Brian Anderson
-1
/
+15
2012-01-18
rustdoc: Write fn arg descriptions to markdown
Brian Anderson
-1
/
+15
2012-01-18
rustdoc: Add fn arg descriptions to the doc tree
Brian Anderson
-4
/
+28
2012-01-18
rustdoc: Change field order on doc::fndoc
Brian Anderson
-6
/
+6
2012-01-18
rustdoc: Ignore nil-typed return values
Brian Anderson
-21
/
+46
2012-01-18
rustdoc: Write markdown for mod description
Brian Anderson
-3
/
+18
2012-01-18
rustdoc: Add mod docs attrs to the doc tree
Brian Anderson
-1
/
+58
2012-01-18
rustdoc: Assign AST ids to mod docs
Brian Anderson
-4
/
+17
2012-01-18
rustdoc: Add brief and desc fields to module docs
Brian Anderson
-4
/
+11
2012-01-18
rustdoc: Parse module docs
Brian Anderson
-79
/
+154
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: Add argument types to the doc
Brian Anderson
-19
/
+63
2012-01-18
rustdoc: Extract functions from tystr_pass::fold_fn
Brian Anderson
-32
/
+32
2012-01-18
rustdoc: Prune unconfigured items from AST
Brian Anderson
-0
/
+14
2012-01-18
rustdoc: Write markdown for fn arguments
Brian Anderson
-4
/
+34
2012-01-18
rustdoc: Introduce type doc::argdoc
Brian Anderson
-12
/
+17
2012-01-18
rustdoc: Extract function argument names from the AST
Brian Anderson
-2
/
+20
2012-01-18
rustdoc: Merge the crate's name attribute into the doc tree
Brian Anderson
-0
/
+39
2012-01-18
rustdoc: Parse crate name from #[link] attr
Brian Anderson
-3
/
+39
2012-01-18
rustdoc: Put fn docs inside fn bodies
Brian Anderson
-5
/
+11
2012-01-18
rustdoc: Document attr_parser::doc_meta
Brian Anderson
-0
/
+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
[prev]
[next]