]> git.proxmox.com Git - cargo.git/commit - src/bin/cargo/commands/rustdoc.rs
Add unit-graph JSON output.
authorEric Huss <eric@huss.org>
Sun, 8 Mar 2020 22:12:18 +0000 (15:12 -0700)
committerEric Huss <eric@huss.org>
Sun, 15 Mar 2020 22:16:36 +0000 (15:16 -0700)
commitaa80a984c0121d0808442e2f565171b1bffda3d0
tree1079c2cfb5c96af963ef691d5337139b53e37dc9
parent94093c270b552ccf8cdf3ec10b3a0f0a3f649872
Add unit-graph JSON output.
24 files changed:
src/bin/cargo/commands/bench.rs
src/bin/cargo/commands/build.rs
src/bin/cargo/commands/check.rs
src/bin/cargo/commands/doc.rs
src/bin/cargo/commands/run.rs
src/bin/cargo/commands/rustc.rs
src/bin/cargo/commands/rustdoc.rs
src/bin/cargo/commands/test.rs
src/cargo/core/compiler/build_config.rs
src/cargo/core/compiler/compile_kind.rs
src/cargo/core/compiler/context/mod.rs
src/cargo/core/compiler/fingerprint.rs
src/cargo/core/compiler/links.rs
src/cargo/core/compiler/mod.rs
src/cargo/core/compiler/unit_dependencies.rs
src/cargo/core/compiler/unit_graph.rs [new file with mode: 0644]
src/cargo/core/profiles.rs
src/cargo/ops/cargo_compile.rs
src/cargo/util/command_prelude.rs
src/doc/src/reference/unstable.md
tests/testsuite/build_plan.rs
tests/testsuite/main.rs
tests/testsuite/metabuild.rs
tests/testsuite/unit_graph.rs [new file with mode: 0644]