]> git.lizzy.rs Git - rust.git/commit
rustdoc: Accept string source in core::run_core
authorTom Jakubowski <tom@crystae.net>
Sun, 18 Jan 2015 05:02:31 +0000 (21:02 -0800)
committerTom Jakubowski <tom@crystae.net>
Sun, 18 Jan 2015 06:54:23 +0000 (22:54 -0800)
commite930aeb32b82181e3941c1c9f149057ac3a56537
treeab55279247a3633650a876b6463fbe7465c1f1df
parentaaf595eab9e57c7c2f301fb0e4054a03df23324d
rustdoc: Accept string source in core::run_core

This is wanted by external tooling that uses rustdoc. There are likely
some bugs when actually generating HTML output (which may expect to be
able to read the source) but all I need for now is the cleaned crate and
analysis.
src/librustdoc/clean/mod.rs
src/librustdoc/core.rs
src/librustdoc/lib.rs
src/librustdoc/test.rs