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-29
rustdoc: Sort the items so modules are printed last
Brian Anderson
-9
/
+81
2012-01-29
rustdoc: Add a sorting pass
Brian Anderson
-0
/
+70
2012-01-29
rustdoc: Extract method to get item names
Brian Anderson
-9
/
+14
2012-01-29
rustdoc: Fix typo in attr_pass
Brian Anderson
-1
/
+1
2012-01-29
rustdoc: Move mod docs into the item tag
Brian Anderson
-126
/
+63
2012-01-29
rustdoc: Move fn docs into the item tag
Brian Anderson
-131
/
+70
2012-01-29
rustdoc: Move const docs into the item tag
Brian Anderson
-108
/
+48
2012-01-29
rustdoc: Add test that unexported resources are pruned
Brian Anderson
-1
/
+19
2012-01-29
rustdoc: Move enum docs into the item tag
Brian Anderson
-116
/
+103
2012-01-29
rustdoc: Move resource docs into the item tag
Brian Anderson
-75
/
+77
2012-01-29
rustdoc: Create an item tag to hold doc for all item types
Brian Anderson
-0
/
+12
2012-01-26
rustdoc: Write both crates and mods as header level 1
Brian Anderson
-11
/
+11
2012-01-26
rustdoc: Write markdown for resources
Brian Anderson
-27
/
+57
2012-01-26
rustdoc: Add resource arg tys to doc tree
Brian Anderson
-1
/
+42
2012-01-26
rustdoc: Apply generic string-op passes to resources
Brian Anderson
-1
/
+46
2012-01-26
rustdoc: Promote resource long descriptions to brief descriptions
Brian Anderson
-1
/
+24
2012-01-26
rustdoc: Build resource arguments as well
Brian Anderson
-8
/
+23
2012-01-26
rustdoc: Prune undocumented resources
Brian Anderson
-1
/
+67
2012-01-26
rustdoc: Add resource attribute docs to the doc tree
Brian Anderson
-1
/
+48
2012-01-26
rustdoc: Parse resource doc attributes
Brian Anderson
-11
/
+76
2012-01-26
rustdoc: Add resource signatures to doc tree
Brian Anderson
-2
/
+34
2012-01-26
rustdoc: Add resources to the doc fold
Brian Anderson
-4
/
+31
2012-01-26
rustdoc: Extract resources from the AST
Brian Anderson
-6
/
+39
2012-01-26
rustdoc: Add a resource node to the doc tree
Brian Anderson
-5
/
+19
2012-01-26
rustdoc: Prune unexported enums and variants
Brian Anderson
-1
/
+92
2012-01-26
rustc: Switch the --no-core switch to a #[no_core] attribute
Brian Anderson
-1
/
+0
2012-01-26
rustdoc: Set up the compiler session properly in prep for running resolve
Brian Anderson
-25
/
+104
2012-01-26
rustdoc: Rename astsrv::ctxt.map to ast_map
Brian Anderson
-11
/
+11
2012-01-25
rustdoc: Add some test enums to demo module
Brian Anderson
-0
/
+3
2012-01-25
rustdoc: Write markdown for enums
Brian Anderson
-0
/
+93
2012-01-25
rustdoc: Apply general string ops to enum docs
Brian Anderson
-1
/
+46
2012-01-25
rustdoc: Extract brief enum descs from long descs
Brian Anderson
-1
/
+24
2012-01-25
rustdoc: Prune undocumented enums
Brian Anderson
-1
/
+66
2012-01-25
rustdoc: Add enum doc attributes to the doc tree
Brian Anderson
-1
/
+59
2012-01-25
rustdoc: Parse variant doc attributes
Brian Anderson
-2
/
+49
2012-01-25
rustdoc: Extract some common functions from attr_parser
Brian Anderson
-53
/
+16
2012-01-25
rustdoc: Parse enum doc attributes
Brian Anderson
-22
/
+72
2012-01-25
rustdoc: Fix a copy&paste bug in attr_parser tests
Brian Anderson
-2
/
+2
2012-01-25
rustdoc: Extract variant signatures
Brian Anderson
-3
/
+46
2012-01-25
rustdoc: Add enum folding
Brian Anderson
-7
/
+42
2012-01-25
rustdoc: Extract enum doc nodes from AST nodes
Brian Anderson
-1
/
+56
2012-01-25
Keep source file around after parsing.
Kevin Atkinson
-2
/
+2
2012-01-24
rustdoc: Add enums to the doc tree
Brian Anderson
-4
/
+23
2012-01-24
rustdoc: Add a pass to normalize indentation levels in doc comments
Brian Anderson
-0
/
+122
2012-01-24
rustdoc: Extract a general apply-function-to-strings pass from trim_pass
Brian Anderson
-65
/
+78
2012-01-24
rustdoc: Add a demo module with some test docs
Brian Anderson
-0
/
+70
2012-01-24
rustdoc: Update tests for rustc diagnostic changes
Brian Anderson
-1
/
+2
2012-01-24
rustc: Split diagnostics into "span diagnostics" and "diagnostics".
Patrick Walton
-1
/
+2
2012-01-24
rustdoc: Rename gen module to markdown_pass
Brian Anderson
-2
/
+2
2012-01-24
rustdoc: Generate markdown for failure conditions
Brian Anderson
-0
/
+20
[prev]
[next]