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-01-24
rustdoc: Trim whitespace from failure conditions
Brian Anderson
-1
/
+12
2012-01-24
rustdoc: Don't prune functions with documented failure conditions
Brian Anderson
-1
/
+12
2012-01-24
rustdoc: Add fn failure conditions to the doc tree
Brian Anderson
-1
/
+14
2012-01-24
rustdoc: Parse fn failure conditions
Brian Anderson
-4
/
+15
2012-01-24
rustdoc: Add a pass to trim whitespace from docs
Brian Anderson
-0
/
+132
2012-01-24
rustdoc: Add a pass that extracts brief docs from long docs
Brian Anderson
-0
/
+221
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-24
rustdoc: Prune undocumented consts
Brian Anderson
-3
/
+40
2012-01-24
rustdoc: Some refactoring in attr_pass
Brian Anderson
-18
/
+15
2012-01-24
rustdoc: Add const attr docs to doc tree
Brian Anderson
-2
/
+34
2012-01-24
rustdoc: Add parsing of const attribute docs
Brian Anderson
-2
/
+48
2012-01-24
rustdoc: Add const types to the doc tree
Brian Anderson
-2
/
+33
2012-01-24
rustdoc: Add brief and desc fields to constdoc
Brian Anderson
-0
/
+4
2012-01-24
rustdoc: Add fold_const and fold_constlist to fold
Brian Anderson
-17
/
+56
2012-01-24
rustdoc: Prune unexported consts
Brian Anderson
-7
/
+64
2012-01-24
rustdoc: Build const docs from AST consts
Brian Anderson
-1
/
+31
2012-01-24
rustdoc: Add consts to the doc tree
Brian Anderson
-4
/
+15
2012-01-23
rustdoc: Prune unexported items from the doc tree
Brian Anderson
-0
/
+178
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
Don't reset the chpos/byte_pos to 0 in new_parser_from_source_str.
Kevin Atkinson
-2
/
+6
2012-01-23
Change rustc and rustdoc's #[desc] attribute to #[comment]
Brian Anderson
-1
/
+1
2012-01-23
Revert "rustdoc: Get the crate brief description from the 'desc' attr"
Brian Anderson
-35
/
+5
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
[prev]
[next]