Brian Anderson
|
810af2dada
|
rustdoc: Put fn docs inside fn bodies
|
2012-01-18 15:02:43 -08:00 |
|
Brian Anderson
|
9191911499
|
rustdoc: Document attr_parser::doc_meta
|
2012-01-18 15:02:42 -08:00 |
|
Brian Anderson
|
2d85e8f59a
|
rustdoc: Improve formatting of return type
|
2012-01-17 23:53:24 -08:00 |
|
Brian Anderson
|
6c295c0f49
|
rustdoc: Write a single line between brief and desc
|
2012-01-17 23:42:26 -08:00 |
|
Brian Anderson
|
c4d2cc4015
|
rustdoc: Extract various gen functions
|
2012-01-17 23:39:22 -08:00 |
|
Brian Anderson
|
c17d58d5ba
|
rustdoc: Extract boilerplate from gen tests
|
2012-01-17 23:33:11 -08:00 |
|
Brian Anderson
|
0142e807dd
|
rustdoc: Write blank lines after brief descriptions
|
2012-01-17 23:29:23 -08:00 |
|
Brian Anderson
|
971236e8f7
|
rustdoc: Remove some debug logging
|
2012-01-17 23:13:24 -08:00 |
|
Brian Anderson
|
e23e45bc6d
|
rustdoc: Add rustdocs
|
2012-01-17 17:45:37 -08:00 |
|
Brian Anderson
|
5fbadd24ec
|
rustdoc: Cleanup
|
2012-01-17 17:45:37 -08:00 |
|
Brian Anderson
|
cf31eca597
|
rustdoc: Write a blank line after headers
|
2012-01-17 16:31:26 -08:00 |
|
Brian Anderson
|
637f19965f
|
rustdoc: Convert markdown generation to a pass
|
2012-01-17 16:31:26 -08:00 |
|
Brian Anderson
|
a6bdaee7f9
|
rustdoc: Remove iface. Causing random crashes in resolve?
|
2012-01-17 16:31:26 -08:00 |
|
Lenny222
|
b19fdcced2
|
libstd => libcore
|
2012-01-17 10:51:43 -08:00 |
|
Lenny222
|
106dcf7b92
|
spin-off rustdocs tuple code to libstd
|
2012-01-17 10:51:43 -08:00 |
|
Brian Anderson
|
d367cdf1d9
|
rustdoc: Write headers for modules
|
2012-01-16 23:10:25 -08:00 |
|
Brian Anderson
|
b8840cbee6
|
rustdoc: Add a pass to prune undocumented items
|
2012-01-16 22:50:00 -08:00 |
|
Brian Anderson
|
ba41342279
|
rustdoc: Add gen::subsection for managing header levels
|
2012-01-16 22:01:25 -08:00 |
|
Brian Anderson
|
ab86642e35
|
rustdoc: Don't use by copy in fst/snd to work around segv
Issue #1546
|
2012-01-16 21:56:21 -08:00 |
|
Brian Anderson
|
27fe23dcaa
|
rustdoc: Refactor header writing a bit
|
2012-01-16 21:37:29 -08:00 |
|
Brian Anderson
|
bd63c3928e
|
rustc: Move some attribute accessors from rustdoc to rustc
|
2012-01-16 21:12:36 -08:00 |
|
Brian Anderson
|
4f2ad6b124
|
rustdoc: Move fst and snd into util mod
|
2012-01-16 21:12:36 -08:00 |
|
Brian Anderson
|
75dbb0f193
|
rustdoc: Use attr API in attr_parser
|
2012-01-16 21:12:36 -08:00 |
|
Brian Anderson
|
29409afe1a
|
rustdoc: Add a fallthrough path to meta_item search in parse_fn
|
2012-01-16 21:12:35 -08:00 |
|
Brian Anderson
|
cf40b60b5a
|
rustdoc: Begin writting the attribute extracting pass
|
2012-01-16 21:12:35 -08:00 |
|
Brian Anderson
|
a0ed75bc49
|
rustdoc: Use the parsing method that supports .rc files
|
2012-01-16 21:12:35 -08:00 |
|
Brian Anderson
|
645035a715
|
rustdoc: Convert tystr_pass to use astsrv
|
2012-01-16 21:12:35 -08:00 |
|
Brian Anderson
|
447f1fd4af
|
rustdoc: Add a pass type and a run_passes function
|
2012-01-16 21:12:35 -08:00 |
|
Brian Anderson
|
74d4989876
|
rustdoc: Add extract::from_srv to extract a doc from an astsrv
|
2012-01-16 21:12:35 -08:00 |
|
Brian Anderson
|
439a28abe0
|
rustdoc: Add module astsrv to provide access to the (non-sendable) AST
|
2012-01-16 21:12:35 -08:00 |
|
Brian Anderson
|
d455d46b15
|
rustdoc: Remove non-attribute related stuff from attr_parser
|
2012-01-16 21:12:35 -08:00 |
|
Brian Anderson
|
c87b820298
|
rustdoc: Add attr_pass for extracting attributes
|
2012-01-16 21:12:35 -08:00 |
|
Brian Anderson
|
b768df4ea3
|
rustdoc: Remove unused import from extract module
|
2012-01-16 21:12:35 -08:00 |
|
Brian Anderson
|
22d182acd7
|
rustdoc: Remove attribute parsing from extract module
|
2012-01-16 21:12:35 -08:00 |
|
Brian Anderson
|
04294e437b
|
rustdoc: Cleanup
|
2012-01-16 21:12:35 -08:00 |
|
Brian Anderson
|
6e0bcb5bd0
|
rustdoc: Eliminate AST usage in gen module
|
2012-01-16 21:12:34 -08:00 |
|
Brian Anderson
|
c4de718f37
|
rustdoc: Add tystr_pass module for extracting type strings
|
2012-01-16 21:12:34 -08:00 |
|
Brian Anderson
|
497814642f
|
rustdoc: Make fold polymorphic on a context type
This will allow it to be instantiated for non-sendable contexts
|
2012-01-16 21:12:34 -08:00 |
|
Brian Anderson
|
5457b4d3fb
|
rustdoc: Add fold module
|
2012-01-16 21:12:34 -08:00 |
|
Brian Anderson
|
e77b8db707
|
rustdoc: Convert fn return type to retdoc record
|
2012-01-16 21:12:34 -08:00 |
|
Brian Anderson
|
63dcc64275
|
rustdoc: Change fndoc's arg list to a vec from map
|
2012-01-16 21:12:34 -08:00 |
|
Brian Anderson
|
b6ad840c18
|
rustdoc: Make gen module exports explicit
|
2012-01-16 21:12:34 -08:00 |
|
Brian Anderson
|
5f25804f46
|
rustdoc: Push imports down into submodules
|
2012-01-16 21:12:34 -08:00 |
|
Brian Anderson
|
b39154233a
|
rustdoc: Attach the doc writer to the doc extractor
|
2012-01-16 01:07:42 -08:00 |
|
Brian Anderson
|
a8428a896e
|
rustdoc: Write fn docs
|
2012-01-16 01:07:42 -08:00 |
|
Brian Anderson
|
d928952191
|
rustdoc: Write crate name
|
2012-01-16 01:07:42 -08:00 |
|
Brian Anderson
|
ae584263da
|
rustdoc: Set the crate name in the top module
|
2012-01-16 01:07:42 -08:00 |
|
Brian Anderson
|
77690baa70
|
rustdoc: Attach the AST node id to fndocs
|
2012-01-16 01:07:42 -08:00 |
|
Brian Anderson
|
7a9ba240a0
|
rustdoc: Rename type rustdoc to gen::ctxt
|
2012-01-16 01:07:42 -08:00 |
|
Brian Anderson
|
906a7c2174
|
rustdoc: Move rustdoc type into the gen module
|
2012-01-16 01:07:42 -08:00 |
|