]> git.proxmox.com Git - cargo.git/commitdiff
Auto merge of #3427 - nrc:api-check-2, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 6 Jan 2017 06:15:35 +0000 (06:15 +0000)
committerbors <bors@rust-lang.org>
Fri, 6 Jan 2017 06:15:35 +0000 (06:15 +0000)
Make some aspects of check/build available as an API.

There are two key parts to this commit:
* let API clients run `cargo check` with minimal fuss (ops/cargo_check.rs),
* let API clients intercept and customise Cargo's calls to rustc (all the Executor stuff).

r? @alexcrichton


Trivial merge