Skip to content

Commit fd6d8ce

Browse files
committed
---
yaml --- r: 75750 b: refs/heads/master c: 67c954e h: refs/heads/master v: v3
1 parent 85aaea0 commit fd6d8ce

File tree

1,014 files changed

+45148
-20030
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,014 files changed

+45148
-20030
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: 7f91e7740dfbf020e2538d95e21851a32a3454a6
2+
refs/heads/master: 67c954e365970e4c2cd06f0c50724656d7010f45
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 67c954e365970e4c2cd06f0c50724656d7010f45
55
refs/heads/try: 10089455287dcc3652b984ab4bfd6971e1b5f302

trunk/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ COMPILER_INPUTS := $(wildcard $(addprefix $(S)src/librustc/, \
297297

298298
LIBSYNTAX_CRATE := $(S)src/libsyntax/syntax.rs
299299
LIBSYNTAX_INPUTS := $(wildcard $(addprefix $(S)src/libsyntax/, \
300-
*.rs */*.rs */*/*.rs))
300+
*.rs */*.rs */*/*.rs */*/*/*.rs))
301301

302302
DRIVER_CRATE := $(S)src/driver/driver.rs
303303

trunk/configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ opt docs 1 "build documentation"
371371
opt optimize 1 "build optimized rust code"
372372
opt optimize-cxx 1 "build optimized C++ code"
373373
opt optimize-llvm 1 "build optimized LLVM"
374+
opt optimize-tests 1 "build tests with optimizations"
374375
opt llvm-assertions 1 "build LLVM with assertions"
375376
opt debug 0 "build with extra debug fun"
376377
opt ratchet-bench 0 "ratchet benchmarks"

0 commit comments

Comments
 (0)