Brian Anderson
|
c15127fe3e
|
rustdoc: Do all maps as util::anymap
|
2012-02-26 23:07:03 -08:00 |
|
Brian Anderson
|
a11638f0d9
|
rustdoc: Remove some unused exports
|
2012-02-26 22:58:53 -08:00 |
|
Brian Anderson
|
0f054dfaee
|
rustdoc: Add parallel folds for native mods
|
2012-02-26 22:58:24 -08:00 |
|
Brian Anderson
|
ac34cf96ad
|
rustdoc: Use default_any_fold in some tests
|
2012-02-26 22:55:05 -08:00 |
|
Brian Anderson
|
59d6ec8bd9
|
rustdoc: Refactor some of the map code
|
2012-02-26 22:43:08 -08:00 |
|
Brian Anderson
|
4675f86084
|
rustdoc: Do less copying in util::parmap
|
2012-02-26 22:08:52 -08:00 |
|
Brian Anderson
|
222cfbec64
|
rustdoc: Add command line option parsing and a config record
|
2012-02-26 18:15:10 -08:00 |
|
Brian Anderson
|
16d290d10c
|
rustdoc: Reexport native functions
|
2012-02-24 15:59:34 -08:00 |
|
Brian Anderson
|
396540f19d
|
rustdoc: Don't prune reexports
|
2012-02-24 15:43:57 -08:00 |
|
Brian Anderson
|
9b009ea23d
|
rustdoc: Fix some remaining bugs around native mods
|
2012-02-24 15:22:57 -08:00 |
|
Brian Anderson
|
6e31983179
|
rustdoc: Sort native mods
|
2012-02-24 15:15:27 -08:00 |
|
Brian Anderson
|
5a86313387
|
rustdoc: Write markdown for native mods and fns
|
2012-02-24 15:07:08 -08:00 |
|
Brian Anderson
|
16010058a6
|
rustdoc: Add types for native functions
|
2012-02-24 15:06:58 -08:00 |
|
Brian Anderson
|
2576a3c2c9
|
rustdoc: Extract attribute docs from native stuffs
|
2012-02-24 14:22:13 -08:00 |
|
Brian Anderson
|
f053f06973
|
rustdoc: Record paths to native functions
|
2012-02-24 14:08:47 -08:00 |
|
Brian Anderson
|
681e5beac4
|
rustdoc: Remove a pointer that's no longer needed
|
2012-02-24 13:53:28 -08:00 |
|
Brian Anderson
|
fdea1c414c
|
rustdoc: Extract doc nodes for native mods
|
2012-02-24 13:50:40 -08:00 |
|
Brian Anderson
|
ba173d8409
|
rustdoc: Add doc node for native mods
|
2012-02-24 13:34:35 -08:00 |
|
Brian Anderson
|
9982a2a841
|
rustc: Don't add duplicate entries to exp_map
|
2012-02-23 21:52:41 -08:00 |
|
Brian Anderson
|
710258cc76
|
rustdoc: Make reexports work in the crate module
|
2012-02-23 18:06:43 -08:00 |
|
Marijn Haverbeke
|
780f8277f4
|
Finish cleanup of core::str
Closes #1849
|
2012-02-23 17:00:19 +01:00 |
|
Kevin Cantu
|
7782f5d692
|
(core::str) remove len_bytes alias
|
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 |
|
Kevin Cantu
|
454b53a7c2
|
(core::char) rename slice -> slice_chars
|
2012-02-23 17:00:19 +01:00 |
|
Kevin Cantu
|
98447f5236
|
(core::str) mostly rename len -> len_chars
|
2012-02-23 17:00:19 +01:00 |
|
Brian Anderson
|
40cd1a7c45
|
rustdoc: Turn off parallel folding until I figure out what's wrong on OS X
|
2012-02-21 16:15:14 -08:00 |
|
Brian Anderson
|
8b071ebe4c
|
rustdoc: Make it easy to switch between parallel and sequential folds
|
2012-02-21 16:14:02 -08:00 |
|
Brian Anderson
|
1ee139ae1f
|
rustdoc: Convert most passes to parallel folds
|
2012-02-21 16:14:02 -08:00 |
|
Brian Anderson
|
d4f57620ae
|
rustdoc: Implement a parallel fold
|
2012-02-21 16:14:02 -08:00 |
|
Brian Anderson
|
7599d2dd51
|
rustdoc: Implement astsrv in a dedicated task
This allows the srv type to be sendable so we can parallelize
all the rustdoc passes
|
2012-02-21 16:14:02 -08: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
|
5837e1e809
|
rustdoc: Remove stray log
|
2012-02-20 16:57:29 -08:00 |
|
Brian Anderson
|
86e1d4ecbd
|
rustdoc: astsrv::exec should return sendable types
In order to make it parallelizable someday.
|
2012-02-20 16:56:59 -08:00 |
|
Brian Anderson
|
57be673025
|
rustdoc: Document reexports
|
2012-02-20 16:39:35 -08:00 |
|
Brian Anderson
|
affd83ea0e
|
rustdoc: Find the path to all item types
|
2012-02-17 17:48:37 -08:00 |
|
Brian Anderson
|
f8f28e29be
|
rustdoc: Add a test that we can tolerate missing external crates
|
2012-02-17 17:34:44 -08:00 |
|
Brian Anderson
|
cec1679cf6
|
rustdoc: Simplify attr pass
|
2012-02-17 16:52:27 -08:00 |
|
Brian Anderson
|
22de9292c6
|
rustdoc: Simplify desc pass
|
2012-02-17 16:00:39 -08:00 |
|
Brian Anderson
|
ba2c2afc98
|
rustdoc: Simplify desc_to_brief pass
|
2012-02-17 16:00:39 -08:00 |
|
Brian Anderson
|
37601684c9
|
rustdoc: Add an item fold
|
2012-02-17 16:00:39 -08:00 |
|
Brian Anderson
|
5e376b78cf
|
rustdoc: Refactor itemdoc creation in extract pass
|
2012-02-17 16:00:39 -08:00 |
|
Brian Anderson
|
e7ccda98d1
|
rustdoc: Extract itemdoc creation
|
2012-02-17 16:00:39 -08:00 |
|
Brian Anderson
|
784e2b7298
|
rustdoc: Extract common item fields into itemdoc
|
2012-02-17 16:00:39 -08:00 |
|
Brian Anderson
|
d26fc348ef
|
rustdoc: Add path field to all item docs
|
2012-02-17 16:00:39 -08:00 |
|
Brian Anderson
|
a5ede9d345
|
rustdoc: Resolve imports and reexports
|
2012-02-17 16:00:39 -08:00 |
|
Marijn Haverbeke
|
4b63826050
|
Replace some explicit fails with 'alt check' invocations
|
2012-02-15 15:47:42 +01:00 |
|
Kevin Atkinson
|
74b4345a38
|
Change file_substr to allow for external strings.
|
2012-02-14 19:37:33 -08:00 |
|
Kevin Cantu
|
c81867474a
|
(core::str) add find_bytes and export it...
|
2012-02-13 01:56:58 -08:00 |
|
Kevin Cantu
|
2b4f5136a5
|
(core::str) rename byte_len -> len_bytes and rename char_len -> len
|
2012-02-12 15:30:20 -08:00 |
|