Brian Anderson
|
ad82a031f2
|
rustdoc: Use unique types for writing markdown output
No shared types allowed.
|
2012-02-29 23:45:51 -08:00 |
|
Brian Anderson
|
2ac6dbc9ba
|
rustdoc: Refactor markdown_pass
|
2012-02-29 23:45:51 -08:00 |
|
Brian Anderson
|
98c31aaaff
|
rustdoc: Time passes
|
2012-02-27 18:07:16 -08:00 |
|
Brian Anderson
|
8fdb213eb2
|
rustdoc: Optimize some closures to avoid copying
|
2012-02-26 23:49:37 -08:00 |
|
Brian Anderson
|
3bfa457039
|
rustdoc: Rename util mod to par
|
2012-02-26 23:10:12 -08:00 |
|
Brian Anderson
|
c15127fe3e
|
rustdoc: Do all maps as util::anymap
|
2012-02-26 23:07:03 -08:00 |
|
Brian Anderson
|
9b009ea23d
|
rustdoc: Fix some remaining bugs around native mods
|
2012-02-24 15:22:57 -08:00 |
|
Brian Anderson
|
5a86313387
|
rustdoc: Write markdown for native mods and fns
|
2012-02-24 15:07:08 -08:00 |
|
Brian Anderson
|
681e5beac4
|
rustdoc: Remove a pointer that's no longer needed
|
2012-02-24 13:53:28 -08:00 |
|
Brian Anderson
|
ba173d8409
|
rustdoc: Add doc node for native mods
|
2012-02-24 13:34:35 -08:00 |
|
Marijn Haverbeke
|
780f8277f4
|
Finish cleanup of core::str
Closes #1849
|
2012-02-23 17:00:19 +01:00 |
|
Kevin Cantu
|
1b957c0942
|
(core::str) replace uses of unsafe::slice_bytes; replace find[_from]_bytes with find[_from]
|
2012-02-23 17:00:19 +01:00 |
|
Brian Anderson
|
96e3031675
|
rustdoc: Convert the astsrv constructor to a higher order fn
This will allow it to manage the destruction of the astsrv after
I convert it to a task
|
2012-02-21 16:14:02 -08:00 |
|
Brian Anderson
|
d6095dc6b5
|
rustdoc: Rename mk_srv_from_str/file to just from_str/file
|
2012-02-21 16:14:02 -08:00 |
|
Brian Anderson
|
784e2b7298
|
rustdoc: Extract common item fields into itemdoc
|
2012-02-17 16:00:39 -08:00 |
|
Kevin Cantu
|
c81867474a
|
(core::str) add find_bytes and export it...
|
2012-02-13 01:56:58 -08:00 |
|
Brian Anderson
|
2b67de06c8
|
rustdoc: Add support for type items
|
2012-02-01 22:41:54 -08:00 |
|
Brian Anderson
|
77824cf2ed
|
rustdoc: Write markdown for impls
|
2012-01-31 20:54:46 -08:00 |
|
Brian Anderson
|
acb11f47dc
|
rustdoc: Add impl doc node
|
2012-01-31 19:32:27 -08:00 |
|
Brian Anderson
|
38197d8728
|
rustdoc: Write markdown for ifaces
|
2012-01-30 20:53:52 -08:00 |
|
Brian Anderson
|
fe745f1b5d
|
rustdoc: Use fewer unique pointers
|
2012-01-30 13:05:25 -08:00 |
|
Brian Anderson
|
361f90e618
|
rustdoc: Sort the items so modules are printed last
|
2012-01-29 14:51:09 -08:00 |
|
Brian Anderson
|
f8c93bdbe1
|
rustdoc: Move mod docs into the item tag
|
2012-01-29 13:08:18 -08:00 |
|
Brian Anderson
|
9732e0d554
|
rustdoc: Move fn docs into the item tag
|
2012-01-29 12:47:06 -08:00 |
|
Brian Anderson
|
5aa6c3a49a
|
rustdoc: Move const docs into the item tag
|
2012-01-29 12:46:26 -08:00 |
|
Brian Anderson
|
d56a4dd04b
|
rustdoc: Move enum docs into the item tag
|
2012-01-29 11:38:44 -08:00 |
|
Brian Anderson
|
40cbc89b6f
|
rustdoc: Move resource docs into the item tag
|
2012-01-29 11:38:44 -08:00 |
|
Brian Anderson
|
7b67e2d274
|
rustdoc: Write both crates and mods as header level 1
|
2012-01-26 23:16:42 -08:00 |
|
Brian Anderson
|
094f91b685
|
rustdoc: Write markdown for resources
|
2012-01-26 22:54:20 -08:00 |
|
Brian Anderson
|
74e8b11194
|
rustdoc: Write markdown for enums
|
2012-01-25 21:04:53 -08:00 |
|
Brian Anderson
|
4d096a8c86
|
rustdoc: Rename gen module to markdown_pass
|
2012-01-24 18:18:14 -08:00 |
|