]> git.proxmox.com Git - cargo.git/commit
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)
commitafe53bdf7043c2ea8ed3cd0fb8c778ff11dccf4a
treedb0c635b55f7db1d5e16eb8745c8b7f786075000
parent5593bce8b8cef9033e10c345cf67db2e2ac30b0e
parente50dc1a42f949c59889f478188f44f3da6eb980d
Auto merge of #3427 - nrc:api-check-2, r=alexcrichton

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