Skip to content

Commit 96258a5

Browse files
committed
---
yaml --- r: 226923 b: refs/heads/master c: 55752a4 h: refs/heads/master i: 226921: 06d3438 226919: 148ed4e v: v3
1 parent 5cdd372 commit 96258a5

File tree

33 files changed

+45
-3925
lines changed

33 files changed

+45
-3925
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 7b7fc67dd453c470a48dbdcf64693a93293c9ab0
2+
refs/heads/master: 55752a4bdeae5dad77875b7702a14882fd12725b
33
refs/heads/snap-stage3: 1af31d4974e33027a68126fa5a5a3c2c6491824f
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

trunk/mk/tests.mk

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,9 @@ tidy-basic:
268268
.PHONY: tidy-binaries
269269
tidy-binaries:
270270
@$(call E, check: binaries)
271-
$(Q)find $(S)src -type f \
272-
\( -perm -u+x -or -perm -g+x -or -perm -o+x \) \
271+
$(Q)find $(S)src -type f -perm +a+x \
273272
-not -name '*.rs' -and -not -name '*.py' \
274-
-and -not -name '*.sh' -and -not -name '*.pp' \
273+
-and -not -name '*.sh' \
275274
| grep '^$(S)src/jemalloc' -v \
276275
| grep '^$(S)src/libuv' -v \
277276
| grep '^$(S)src/llvm' -v \

trunk/src/etc/dec2flt_table.py

Lines changed: 0 additions & 134 deletions
This file was deleted.

trunk/src/etc/test-float-parse/_common.rs

Lines changed: 0 additions & 26 deletions
This file was deleted.

trunk/src/etc/test-float-parse/few-ones.rs

Lines changed: 0 additions & 27 deletions
This file was deleted.

trunk/src/etc/test-float-parse/huge-pow10.rs

Lines changed: 0 additions & 21 deletions
This file was deleted.

trunk/src/etc/test-float-parse/many-digits.rs

Lines changed: 0 additions & 39 deletions
This file was deleted.

trunk/src/etc/test-float-parse/rand-f64.rs

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)