Brian Anderson
|
3c0e984449
|
rustdoc: Remove Google's copyright notice
There is no Google code left.
|
2012-03-06 11:25:27 -08:00 |
|
Niko Matsakis
|
712dd23541
|
make inline enabled by default
|
2012-03-06 09:01:40 -08:00 |
|
Marijn Haverbeke
|
4e4bd585cd
|
Track all exports in exp_map
This is needed because the reachability checker needs to be able to
follow exports.
Issue #1934
|
2012-03-06 17:11:30 +01:00 |
|
Brian Anderson
|
1d826b735c
|
rustdoc: Build appropriate filenames for pages
|
2012-03-04 00:23:54 -08:00 |
|
Brian Anderson
|
0e3cee747a
|
rustdoc: Convert markdown writer to a writer_factory
|
2012-03-03 23:56:38 -08:00 |
|
Brian Anderson
|
0b2ffa854f
|
rustdoc: Simplify the markdown_pass interface a bit
|
2012-03-03 23:20:40 -08:00 |
|
Brian Anderson
|
2cdb662022
|
rustdoc: Remove some bogus error handling around process spawning
|
2012-03-03 22:09:31 -08:00 |
|
Brian Anderson
|
f8742b476f
|
rustdoc: Introduce the concept of a 'page'
|
2012-03-03 21:56:17 -08:00 |
|
Brian Anderson
|
3d991bac6c
|
rustdoc: Whitespace
|
2012-03-02 16:27:31 -08:00 |
|
Brian Anderson
|
87b9d67b66
|
rustdoc: Write indexes in output
|
2012-03-02 16:20:53 -08:00 |
|
Brian Anderson
|
3d67939c41
|
rustdoc: Begin constructing indexes
|
2012-03-02 15:17:27 -08:00 |
|
Brian Anderson
|
78bfdb11c8
|
Revert "rust: xfail-fast run-pass/cci_no_inline_exe"
This reverts commit 95099cddcf .
|
2012-03-02 13:46:02 -08:00 |
|
Brian Anderson
|
95099cddcf
|
rust: xfail-fast run-pass/cci_no_inline_exe
|
2012-03-02 13:44:40 -08:00 |
|
Brian Anderson
|
8478349b8b
|
rustdoc: Remove some debug logging
|
2012-03-02 02:12:12 -08:00 |
|
Brian Anderson
|
4056082833
|
rustdoc: Extract markdown header logic. Needed for indexing
|
2012-03-01 18:13:22 -08:00 |
|
Brian Anderson
|
4991943f4e
|
rustdoc: Stop having pandoc write the TOC
We will generate them ourselves
|
2012-03-01 17:29:53 -08:00 |
|
Brian Anderson
|
3cd8c57a54
|
rustdoc: Add index records to the doc tree
|
2012-03-01 16:34:09 -08:00 |
|
Brian Anderson
|
3cec2d6954
|
rustdoc: Teach rustdoc to run pandoc
|
2012-03-01 14:21:25 -08:00 |
|
Brian Anderson
|
9208684e74
|
rustdoc: Extract markdown_writer from markdown_pass
|
2012-02-29 23:45:51 -08:00 |
|
Brian Anderson
|
516f87f860
|
rustdoc: Write markdown to a file instead of stdout
|
2012-02-29 23:45:51 -08:00 |
|
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 |
|
Niko Matsakis
|
2dd5b3ace6
|
optionally enforce local variable mutability
|
2012-02-29 19:31:15 -08:00 |
|
Brian Anderson
|
58e2083c0a
|
rustdoc: Parse command line opts
|
2012-02-28 21:36:44 -08:00 |
|
Brian Anderson
|
6c9527ab79
|
rustdoc: Add -h flag
|
2012-02-28 21:36:44 -08:00 |
|
Niko Matsakis
|
bceea8339a
|
change def's that are always local to use node_id, add --inline opt
|
2012-02-28 06:31:28 -08:00 |
|
Brian Anderson
|
9e4962a26e
|
rustdoc: Fix bustage
|
2012-02-27 18:29:37 -08:00 |
|
Brian Anderson
|
01a1c98d09
|
rustdoc: Clean up pass names
|
2012-02-27 18:11:12 -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
|
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 |
|