rust/src
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
..
bootstrap Add workaround to detect correct compiler version 2016-08-18 15:22:23 -07:00
build_helper
compiler-rt@8598065bd9
doc Rollup merge of #35794 - cantino:fix-typo, r=apasel422 2016-08-20 07:09:35 -07:00
driver
etc
grammar
jemalloc@e058ca6616
liballoc
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcollections Rollup merge of #35234 - nrc:rustdoc-macros, r=steveklabnik 2016-08-20 07:09:33 -07:00
libcollectionstest std: Stabilize APIs for the 1.12 release 2016-08-19 11:59:56 -07:00
libcore Auto merge of #35777 - nrc:carrier3, r=@nikomatsakis 2016-08-21 15:12:43 -07:00
libcoretest std: Stabilize APIs for the 1.12 release 2016-08-19 11:59:56 -07:00
libflate
libfmt_macros
libgetopts
libgraphviz
liblibc@5066b7dcab
liblog
libpanic_abort
libpanic_unwind
libproc_macro
librand
librbml
librustc Auto merge of #35777 - nrc:carrier3, r=@nikomatsakis 2016-08-21 15:12:43 -07:00
librustc_back
librustc_bitflags
librustc_borrowck Auto merge of #35732 - jonathandturner:region_error_labels, r=nikomatsakis 2016-08-18 05:39:11 -07:00
librustc_const_eval Rollup merge of #35744 - DevShep:ds/update_E0009, r=jonathandturner 2016-08-18 06:12:22 +03:00
librustc_const_math
librustc_data_structures
librustc_driver
librustc_errors Rollup merge of #35839 - jonathandturner:error_touchup, r=Aatch 2016-08-20 07:09:37 -07:00
librustc_incremental
librustc_lint
librustc_llvm
librustc_metadata remove seemingly unnecessary call to encode_predicates 2016-08-17 15:21:59 -04:00
librustc_mir Rollup merge of #35780 - clementmiao:E0396_new_err_format, r=jonathandturner 2016-08-20 07:09:35 -07:00
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Auto merge of #35776 - jseyfried:more_groundwork, r=nrc 2016-08-21 11:03:48 -07:00
librustc_save_analysis
librustc_trans Fix linker on Solaris/Illumos 2016-08-20 12:19:07 +05:00
librustc_typeck Rollup merge of #35839 - jonathandturner:error_touchup, r=Aatch 2016-08-20 07:09:37 -07:00
librustc_unicode
librustdoc Rollup merge of #35234 - nrc:rustdoc-macros, r=steveklabnik 2016-08-20 07:09:33 -07:00
libserialize
libstd Rollup merge of #35775 - frewsxcv:os-str-doc-examples, r=GuillaumeGomez 2016-08-20 07:09:34 -07:00
libsyntax Auto merge of #33922 - estebank:doc-comment, r=alexcrichton 2016-08-19 18:14:53 -07:00
libsyntax_ext
libsyntax_pos Replace local backtrace with def-use, repair std macro spans 2016-08-17 14:26:14 -07:00
libterm
libtest std: Stabilize APIs for the 1.12 release 2016-08-19 11:59:56 -07:00
libunwind
llvm@c3eb3c7608
rt
rtstartup
rust-installer@c37d3747da
rustc
rustllvm
test Auto merge of #35777 - nrc:carrier3, r=@nikomatsakis 2016-08-21 15:12:43 -07:00
tools Auto merge of #35848 - Mark-Simulacrum:make-tidy-in-tree, r=alexcrichton 2016-08-22 05:39:53 -07:00
stage0.txt