Skip to content

Commit 4f87fe2

Browse files
committed
---
yaml --- r: 126461 b: refs/heads/auto c: 08f033b h: refs/heads/master i: 126459: e867f21 v: v3
1 parent bc0b465 commit 4f87fe2

File tree

539 files changed

+5060
-12306
lines changed

Some content is hidden

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

539 files changed

+5060
-12306
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1313
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1414
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1515
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
16-
refs/heads/auto: e5df5f56069de2778857597118a6e5f95d659736
16+
refs/heads/auto: 08f033b8b73a00180955096f2c03df187f9b2060
1717
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1818
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1919
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336

branches/auto/.gitignore

Lines changed: 64 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,90 @@
1-
*.a
2-
*.aux
3-
*.bc
1+
*~
2+
\#*\#
3+
\#*
4+
.#*
5+
*.x86
6+
*.llvm
7+
*.out
48
*.boot
5-
*.bz2
6-
*.cmi
7-
*.cmo
9+
*.rustc
810
*.cmx
9-
*.cp
10-
*.cps
11-
*.d
12-
*.dSYM
13-
*.def
14-
*.diff
1511
*.dll
16-
*.dylib
17-
*.elc
18-
*.epub
12+
*.def
1913
*.exe
14+
*.a
15+
*.rlib
16+
*.so
17+
*.dylib
18+
*.orig
19+
*.cmo
20+
*.cmi
21+
*.dSYM
22+
*.d
23+
*.o
24+
*.ll
25+
*.bc
26+
*.aux
27+
*.cp
2028
*.fn
21-
*.html
2229
*.ky
23-
*.ll
24-
*.llvm
30+
*.cps
2531
*.log
26-
*.o
27-
*.orig
28-
*.out
29-
*.patch
3032
*.pdf
33+
*.epub
34+
*.html
3135
*.pg
32-
*.pot
33-
*.pyc
34-
*.rej
35-
*.rlib
36-
*.rustc
37-
*.so
38-
*.swo
39-
*.swp
40-
*.tmp
4136
*.toc
4237
*.tp
4338
*.vr
44-
*.x86
45-
*~
46-
.#*
47-
.DS_Store
48-
.cproject
39+
*.patch
40+
*.diff
41+
*.rej
42+
*.swp
43+
*.swo
44+
*.tmp
45+
*.pyc
46+
*.elc
4947
.hg/
5048
.hgignore
49+
.cproject
5150
.project
52-
.settings/
5351
.valgrindrc
54-
/*-*-*-*/
55-
/*-*-*/
52+
lexer.ml
53+
TAGS
54+
TAGS.emacs
55+
TAGS.vi
56+
version.ml
57+
version.texi
5658
/Makefile
57-
/build
58-
/dist/
59-
/dl/
60-
/doc
61-
/inst/
62-
/llvm/
63-
/mingw-build/
64-
/nd/
59+
config.mk
6560
/rt/
6661
/rustllvm/
67-
/src/libunicode/DerivedCoreProperties.txt
68-
/src/libunicode/EastAsianWidth.txt
69-
/src/libunicode/HangulSyllableType.txt
70-
/src/libunicode/PropList.txt
71-
/src/libunicode/Scripts.txt
72-
/src/libunicode/UnicodeData.txt
62+
/test/
63+
/inst/
64+
/mingw-build/
65+
src/.DS_Store
66+
/tmp/
67+
/dist/
7368
/stage0/
69+
/dl/
7470
/stage1/
7571
/stage2/
7672
/stage3/
77-
/test/
78-
/tmp/
79-
TAGS
80-
TAGS.emacs
81-
TAGS.vi
82-
\#*
83-
\#*\#
84-
config.mk
85-
config.stamp
73+
*.bz2
74+
/doc
75+
/nd/
76+
/llvm/
77+
version.md
8678
keywords.md
87-
lexer.ml
88-
src/.DS_Store
79+
x86_64-apple-darwin/
80+
x86_64-unknown-linux-gnu/
81+
i686-unknown-linux-gnu/
82+
tmp.*.rs
83+
config.stamp
84+
.DS_Store
8985
src/etc/dl
86+
.settings/
87+
/build
88+
i686-pc-mingw32/
9089
src/librustc_llvm/llvmdeps.rs
91-
tmp.*.rs
92-
version.md
93-
version.ml
94-
version.texi
90+
*.pot

branches/auto/configure

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,10 +291,6 @@ case $CFG_OSTYPE in
291291
CFG_OSTYPE=unknown-freebsd
292292
;;
293293

294-
DragonFly)
295-
CFG_OSTYPE=unknown-dragonfly
296-
;;
297-
298294
Darwin)
299295
CFG_OSTYPE=apple-darwin
300296
;;

branches/auto/mk/crates.mk

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
TARGET_CRATES := libc std green rustuv native flate arena glob term semver \
5353
uuid serialize sync getopts collections num test time rand \
54-
url log regex graphviz core rbml rlibc alloc debug rustrt \
54+
url log regex graphviz core rlibc alloc debug rustrt \
5555
unicode
5656
HOST_CRATES := syntax rustc rustdoc fourcc hexfloat regex_macros fmt_macros \
5757
rustc_llvm rustc_back
@@ -71,7 +71,7 @@ DEPS_green := std native:context_switch
7171
DEPS_rustuv := std native:uv native:uv_support
7272
DEPS_native := std
7373
DEPS_syntax := std term serialize log fmt_macros debug
74-
DEPS_rustc := syntax flate arena serialize getopts rbml \
74+
DEPS_rustc := syntax flate arena serialize getopts \
7575
time log graphviz debug rustc_llvm rustc_back
7676
DEPS_rustc_llvm := native:rustllvm libc std
7777
DEPS_rustc_back := std syntax rustc_llvm flate log libc
@@ -82,7 +82,6 @@ DEPS_arena := std
8282
DEPS_graphviz := std
8383
DEPS_glob := std
8484
DEPS_serialize := std log
85-
DEPS_rbml := std log serialize
8685
DEPS_term := std log
8786
DEPS_semver := std
8887
DEPS_uuid := std serialize
@@ -92,7 +91,7 @@ DEPS_collections := core alloc unicode
9291
DEPS_fourcc := rustc syntax std
9392
DEPS_hexfloat := rustc syntax std
9493
DEPS_num := std
95-
DEPS_test := std getopts serialize rbml term time regex native:rust_test_helpers
94+
DEPS_test := std getopts serialize term time regex native:rust_test_helpers
9695
DEPS_time := std serialize
9796
DEPS_rand := core
9897
DEPS_url := std

branches/auto/mk/docs.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ doc/$(1)/:
285285
$(2) += doc/$(1)/index.html
286286
doc/$(1)/index.html: CFG_COMPILER_HOST_TRIPLE = $(CFG_TARGET)
287287
doc/$(1)/index.html: $$(LIB_DOC_DEP_$(1)) doc/$(1)/
288-
@$$(call E, rustdoc: $$@)
288+
@$$(call E, rustdoc $$@)
289289
$$(Q)$$(RUSTDOC) --cfg dox --cfg stage2 $$<
290290
endef
291291

branches/auto/mk/grammar.mk

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SG = $(S)src/grammar/
1313
B = $(CFG_BUILD_DIR)/$(CFG_BUILD)/stage2/
1414
L = $(B)lib/rustlib/$(CFG_BUILD)/lib
1515
LD = $(CFG_BUILD)/stage2/lib/rustlib/$(CFG_BUILD)/lib/
16-
RUSTC = $(STAGE2_T_$(CFG_BUILD)_H_$(CFG_BUILD))
16+
RUSTC = $(B)bin/rustc
1717

1818
# Run the reference lexer against libsyntax and compare the tokens and spans.
1919
# If "// ignore-lexer-test" is present in the file, it will be ignored.
@@ -37,25 +37,19 @@ $(BG)RustLexer.class: $(SG)RustLexer.g4
3737
$(BG)verify: $(SG)verify.rs rustc-stage2-H-$(CFG_BUILD) $(LD)stamp.regex_macros $(LD)stamp.rustc
3838
$(Q)$(RUSTC) -O --out-dir $(BG) -L $(L) $(SG)verify.rs
3939

40+
check-lexer: $(BG) $(BG)RustLexer.class $(BG)verify
4041
ifdef CFG_JAVAC
4142
ifdef CFG_ANTLR4
4243
ifdef CFG_GRUN
43-
check-lexer: $(BG) $(BG)RustLexer.class $(BG)verify
4444
$(info Verifying libsyntax against the reference lexer ...)
4545
$(Q)$(SG)check.sh $(S) "$(BG)" \
4646
"$(CFG_GRUN)" "$(BG)verify" "$(BG)RustLexer.tokens"
4747
else
48-
$(info cfg: grun not available, skipping lexer test...)
49-
check-lexer:
50-
48+
$(info grun not available, skipping lexer test...)
5149
endif
5250
else
53-
$(info cfg: antlr4 not available, skipping lexer test...)
54-
check-lexer:
55-
51+
$(info antlr4 not available, skipping lexer test...)
5652
endif
5753
else
58-
$(info cfg: javac not available, skipping lexer test...)
59-
check-lexer:
60-
54+
$(info javac not available, skipping lexer test...)
6155
endif

branches/auto/mk/platform.mk

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -580,33 +580,6 @@ CFG_LDPATH_x86_64-unknown-freebsd :=
580580
CFG_RUN_x86_64-unknown-freebsd=$(2)
581581
CFG_RUN_TARG_x86_64-unknown-freebsd=$(call CFG_RUN_x86_64-unknown-freebsd,,$(2))
582582

583-
# x86_64-pc-dragonfly-elf configuration
584-
CC_x86_64-unknown-dragonfly=$(CC)
585-
CXX_x86_64-unknown-dragonfly=$(CXX)
586-
CPP_x86_64-unknown-dragonfly=$(CPP)
587-
AR_x86_64-unknown-dragonfly=$(AR)
588-
CFG_LIB_NAME_x86_64-unknown-dragonfly=lib$(1).so
589-
CFG_STATIC_LIB_NAME_x86_64-unknown-dragonfly=lib$(1).a
590-
CFG_LIB_GLOB_x86_64-unknown-dragonfly=lib$(1)-*.so
591-
CFG_LIB_DSYM_GLOB_x86_64-unknown-dragonfly=$(1)-*.dylib.dSYM
592-
CFG_CFLAGS_x86_64-unknown-dragonfly := -I/usr/include -I/usr/local/include $(CFLAGS)
593-
CFG_GCCISH_CFLAGS_x86_64-unknown-dragonfly := -Wall -Werror -g -fPIC -I/usr/include -I/usr/local/include $(CFLAGS)
594-
CFG_GCCISH_LINK_FLAGS_x86_64-unknown-dragonfly := -shared -fPIC -g -pthread -lrt
595-
CFG_GCCISH_DEF_FLAG_x86_64-unknown-dragonfly := -Wl,--export-dynamic,--dynamic-list=
596-
CFG_GCCISH_PRE_LIB_FLAGS_x86_64-unknown-dragonfly := -Wl,-whole-archive
597-
CFG_GCCISH_POST_LIB_FLAGS_x86_64-unknown-dragonfly := -Wl,-no-whole-archive
598-
CFG_DEF_SUFFIX_x86_64-unknown-dragonfly := .bsd.def
599-
CFG_LLC_FLAGS_x86_64-unknown-dragonfly :=
600-
CFG_INSTALL_NAME_x86_64-unknown-dragonfly =
601-
CFG_LIBUV_LINK_FLAGS_x86_64-unknown-dragonfly := -pthread -lkvm
602-
CFG_EXE_SUFFIX_x86_64-unknown-dragonfly :=
603-
CFG_WINDOWSY_x86_64-unknown-dragonfly :=
604-
CFG_UNIXY_x86_64-unknown-dragonfly := 1
605-
CFG_PATH_MUNGE_x86_64-unknown-dragonfly :=
606-
CFG_LDPATH_x86_64-unknown-dragonfly :=
607-
CFG_RUN_x86_64-unknown-dragonfly=$(2)
608-
CFG_RUN_TARG_x86_64-unknown-dragonfly=$(call CFG_RUN_x86_64-unknown-dragonfly,,$(2))
609-
610583

611584
# The -Qunused-arguments sidesteps spurious warnings from clang
612585
define FILTER_FLAGS

branches/auto/mk/rt.mk

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,6 @@ else ifeq ($(OSTYPE_$(1)), apple-ios)
171171
JEMALLOC_ARGS_$(1) := --disable-tls
172172
else ifeq ($(OSTYPE_$(1)), unknown-freebsd)
173173
LIBUV_OSTYPE_$(1) := freebsd
174-
else ifeq ($(OSTYPE_$(1)), unknown-dragonfly)
175-
LIBUV_OSTYPE_$(1) := freebsd
176-
# required on DragonFly, otherwise gyp fails with a Python exception
177-
LIBUV_GYP_ARGS_$(1) := --no-parallel
178174
else ifeq ($(OSTYPE_$(1)), linux-androideabi)
179175
LIBUV_OSTYPE_$(1) := android
180176
LIBUV_ARGS_$(1) := PLATFORM=android host=android OS=linux
@@ -206,7 +202,7 @@ $$(LIBUV_MAKEFILE_$(1)): $$(LIBUV_DEPS) $$(MKFILE_DEPS) $$(LIBUV_STAMP_$(1))
206202
$$(CFG_PYTHON) ./gyp_uv.py -f make -Dtarget_arch=$$(LIBUV_ARCH_$(1)) \
207203
-D ninja \
208204
-DOS=$$(LIBUV_OSTYPE_$(1)) \
209-
-Goutput_dir=$$(@D) $$(LIBUV_GYP_ARGS_$(1)) --generator-output $$(@D))
205+
-Goutput_dir=$$(@D) --generator-output $$(@D))
210206
touch $$@
211207

212208
# Windows has a completely different build system for libuv because of mingw. In

branches/auto/mk/tests.mk

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -171,41 +171,28 @@ endif
171171
# Main test targets
172172
######################################################################
173173

174-
# The main testing target. Tests lots of stuff.
175174
check: cleantmptestlogs cleantestlibs check-notidy tidy
176175

177-
# As above but don't bother running tidy.
178176
check-notidy: cleantmptestlogs cleantestlibs all check-stage2
179177
$(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log
180178

181-
# A slightly smaller set of tests for smoke testing.
182179
check-lite: cleantestlibs cleantmptestlogs \
183180
$(foreach crate,$(TEST_TARGET_CRATES),check-stage2-$(crate)) \
184181
check-stage2-rpass \
185182
check-stage2-rfail check-stage2-cfail check-stage2-rmake
186183
$(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log
187184

188-
# Only check the 'reference' tests: rpass/cfail/rfail/rmake.
189185
check-ref: cleantestlibs cleantmptestlogs check-stage2-rpass \
190186
check-stage2-rfail check-stage2-cfail check-stage2-rmake
191187
$(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log
192188

193-
# Only check the docs.
194189
check-docs: cleantestlibs cleantmptestlogs check-stage2-docs
195190
$(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log
196191

197192
# NOTE: Remove after reprogramming windows bots
198193
check-fast: check-lite
199194

200-
# Some less critical tests that are not prone to breakage.
201-
# Not run as part of the normal test suite, but tested by bors on checkin.
202-
check-secondary: check-lexer check-pretty
203-
204-
# check + check-secondary.
205-
check-all: check check-secondary
206-
207-
# Pretty-printing tests.
208-
check-pretty: check-stage2-T-$(CFG_BUILD)-H-$(CFG_BUILD)-pretty-exec
195+
check-syntax: check-lexer
209196

210197
.PHONY: cleantmptestlogs cleantestlibs
211198

branches/auto/src/compiletest/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ pub struct Config {
136136
// Extra parameter to run adb on arm-linux-androideabi
137137
pub adb_path: String,
138138

139-
// Extra parameter to run test suite on arm-linux-androideabi
139+
// Extra parameter to run test sute on arm-linux-androideabi
140140
pub adb_test_dir: String,
141141

142142
// status whether android device available or not

0 commit comments

Comments
 (0)