rust/mk
Alex Crichton e523f99fb9 rustdoc: Add the ability to input json
This modifies the command-line usage of rustdoc to intake its own JSON output as
well as a rust source file. This also alters the command line from
`rustdoc input file`  to `rustdoc file` with the input/output formats specified
as -r and -w, respectively.

When using a JSON input, no passes or plugins are re-run over the json, instead
the output is generated directly from the JSON that was provided. Passes and
plugins are still run on rust source input, however.
2013-09-30 20:31:19 -07:00
..
clean.mk mk: Fully clean out old documentation 2013-09-27 11:09:30 -07:00
ctags.mk Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
dist.mk rustdoc: Out with the old, in with the new 2013-09-22 09:51:15 -07:00
docs.mk rustdoc: Add the ability to input json 2013-09-30 20:31:19 -07:00
host.mk Fix #3225: Incorporate feedback from Graydon. 2013-07-09 13:08:50 +02:00
install.mk rustdoc: Out with the old, in with the new 2013-09-22 09:51:15 -07:00
llvm.mk The purpose of these headers is to fix issues with mingw v4.0, as described in #9246. 2013-09-17 01:06:01 -07:00
perf.mk mk: cleanup - lib and executable suffix handling 2013-03-02 21:25:12 +09:00
platform.mk auto merge of #9277 : crabtw/rust/mips, r=brson 2013-09-18 09:15:56 -07:00
pp.mk Remove the fuzzer 2013-06-15 16:12:56 -07:00
rt.mk rustdoc: Add sundown to src/rt/ 2013-09-25 14:27:41 -07:00
rustllvm.mk Fixed makefile to point to the new llvm build directory. 2013-09-05 23:44:10 -07:00
snap.mk mk: Remove CFG_INSTALL_SNAP logic. #2664 2013-07-19 15:35:42 -07:00
stage0.mk Fix for make -j race from #9531 injected by cleanup in b1a22518f0. 2013-09-26 23:56:53 +02:00
target.mk Fix for make -j race from #9531 injected by cleanup in b1a22518f0. 2013-09-26 23:56:53 +02:00
tests.mk rustdoc: Add sundown to src/rt/ 2013-09-25 14:27:41 -07:00
tools.mk Place *all* rustdoc output in doc/{crate} 2013-09-22 20:09:42 -07:00