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-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
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
-3
/
+39
2012-01-17
rustdoc: Cleanup
Brian Anderson
-11
/
+6
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
-9
/
+33
2012-01-17
rustdoc: Remove iface. Causing random crashes in resolve?
Brian Anderson
-51
/
+52
2012-01-17
libstd => libcore
Lenny222
-1
/
+1
2012-01-17
spin-off rustdocs tuple code to libstd
Lenny222
-13
/
+4
2012-01-16
rustdoc: Write headers for modules
Brian Anderson
-0
/
+10
2012-01-16
rustdoc: Add a pass to prune undocumented items
Brian Anderson
-0
/
+71
2012-01-16
rustdoc: Add gen::subsection for managing header levels
Brian Anderson
-4
/
+12
2012-01-16
rustdoc: Don't use by copy in fst/snd to work around segv
Brian Anderson
-3
/
+3
2012-01-16
rustdoc: Refactor header writing a bit
Brian Anderson
-7
/
+19
2012-01-16
rustc: Move some attribute accessors from rustdoc to rustc
Brian Anderson
-52
/
+5
2012-01-16
rustdoc: Move fst and snd into util mod
Brian Anderson
-12
/
+13
2012-01-16
rustdoc: Use attr API in attr_parser
Brian Anderson
-60
/
+119
2012-01-16
rustdoc: Add a fallthrough path to meta_item search in parse_fn
Brian Anderson
-0
/
+1
2012-01-16
rustdoc: Begin writting the attribute extracting pass
Brian Anderson
-3
/
+68
2012-01-16
rustdoc: Use the parsing method that supports .rc files
Brian Anderson
-1
/
+1
2012-01-16
rustdoc: Convert tystr_pass to use astsrv
Brian Anderson
-20
/
+30
2012-01-16
rustdoc: Add a pass type and a run_passes function
Brian Anderson
-0
/
+47
2012-01-16
rustdoc: Add extract::from_srv to extract a doc from an astsrv
Brian Anderson
-1
/
+21
[next]