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-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
2012-01-16
rustdoc: Add module astsrv to provide access to the (non-sendable) AST
Brian Anderson
-1
/
+68
2012-01-16
rustdoc: Remove non-attribute related stuff from attr_parser
Brian Anderson
-76
/
+60
2012-01-16
rustdoc: Add attr_pass for extracting attributes
Brian Anderson
-0
/
+11
2012-01-16
rustdoc: Remove unused import from extract module
Brian Anderson
-1
/
+0
2012-01-16
rustdoc: Remove attribute parsing from extract module
Brian Anderson
-32
/
+28
2012-01-16
rustdoc: Cleanup
Brian Anderson
-25
/
+11
2012-01-16
rustdoc: Eliminate AST usage in gen module
Brian Anderson
-34
/
+28
2012-01-16
rustdoc: Add tystr_pass module for extracting type strings
Brian Anderson
-1
/
+71
2012-01-16
rustdoc: Make fold polymorphic on a context type
Brian Anderson
-36
/
+60
2012-01-16
rustdoc: Add fold module
Brian Anderson
-1
/
+108
2012-01-16
rustdoc: Convert fn return type to retdoc record
Brian Anderson
-6
/
+14
2012-01-16
rustdoc: Change fndoc's arg list to a vec from map
Brian Anderson
-24
/
+14
2012-01-16
rustdoc: Make gen module exports explicit
Brian Anderson
-0
/
+2
2012-01-16
rustdoc: Push imports down into submodules
Brian Anderson
-14
/
+17
2012-01-16
rustdoc: Attach the doc writer to the doc extractor
Brian Anderson
-30
/
+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: Set the crate name in the top module
Brian Anderson
-9
/
+19
2012-01-16
rustdoc: Attach the AST node id to fndocs
Brian Anderson
-13
/
+36
2012-01-16
rustdoc: Rename type rustdoc to gen::ctxt
Brian Anderson
-24
/
+19
2012-01-16
rustdoc: Move rustdoc type into the gen module
Brian Anderson
-0
/
+5
2012-01-16
rustdoc: Wire up the doc extractor to attribute parser
Brian Anderson
-8
/
+2
2012-01-16
rustdoc: Add regression tests for existing attr parsing behavior
Brian Anderson
-7
/
+88
2012-01-16
rustdoc: Change parse_fn to take a vector of attributes
Brian Anderson
-34
/
+40
2012-01-16
rustdoc: Rename parse_compound_fndoc to parse_fn
Brian Anderson
-3
/
+3
2012-01-16
rustdoc: Move parse_compound_fndoc into mod attr_parser
Brian Anderson
-67
/
+70
[prev]
[next]