rust/src/tools
bors 57a1f684cd Auto merge of #35848 - Mark-Simulacrum:make-tidy-in-tree, r=alexcrichton
Check that executable file is in-tree before failing tidy check

I silenced stdout and stderr for ls-files, not sure if that's appropriate (is `make tidy` intended to give debugging information)? Otherwise it prints each file it find to stdout/stderr, which currently prints nothing (only executable files are checked).

I have not done major testing regarding the behavior of ls-files when the file is ignored, but judging by the man page everything should be fine.

I've duplicated the code which makes the path git-friendly from the `Cargo.lock` checking code; I can extract that into a common helper if wanted (it's only two lines).

Fixes #35689.
2016-08-22 05:39:53 -07:00
..
cargotest Update cargo SHA to latest cargo 2016-08-09 10:14:08 -07:00
compiletest Auto merge of #35340 - michaelwoerister:incr-comp-cli-args, r=nikomatsakis 2016-08-15 08:35:18 -07:00
error_index_generator
linkchecker Fix links 2016-08-18 15:43:35 +12:00
rustbook std: Stabilize APIs for the 1.11.0 release 2016-07-03 10:49:01 -07:00
tidy Check that executable file is in-tree before failing tidy check. 2016-08-19 22:32:40 -06:00