Skip to content

Commit 12effdd

Browse files
committed
---
yaml --- r: 160429 b: refs/heads/auto c: 3ee916e h: refs/heads/master i: 160427: 69efd61 v: v3
1 parent 3d5cdd2 commit 12effdd

File tree

11 files changed

+88
-1684
lines changed

11 files changed

+88
-1684
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1010
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1111
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1212
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
13-
refs/heads/auto: ad022b1a1bcdb8d2e6d1f200f5824f16de2c2193
13+
refs/heads/auto: 3ee916e50bd86768cb2a9141f9b2c52d2601b412
1414
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1515
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1616
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336

branches/auto/mk/crates.mk

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# automatically generated for all stage/host/target combinations.
5050
################################################################################
5151

52-
TARGET_CRATES := libc std green native flate arena term \
52+
TARGET_CRATES := libc std green flate arena term \
5353
serialize sync getopts collections test time rand \
5454
log regex graphviz core rbml alloc rustrt \
5555
unicode
@@ -67,7 +67,6 @@ DEPS_std := core libc rand alloc collections rustrt sync unicode \
6767
native:rust_builtin native:backtrace
6868
DEPS_graphviz := std
6969
DEPS_green := std native:context_switch
70-
DEPS_native := std
7170
DEPS_syntax := std term serialize log fmt_macros arena libc
7271
DEPS_rustc_trans := rustc rustc_back rustc_llvm libc
7372
DEPS_rustc := syntax flate arena serialize getopts rbml \
@@ -95,9 +94,9 @@ DEPS_regex := std
9594
DEPS_regex_macros = rustc syntax std regex
9695
DEPS_fmt_macros = std
9796

98-
TOOL_DEPS_compiletest := test getopts native
99-
TOOL_DEPS_rustdoc := rustdoc native
100-
TOOL_DEPS_rustc := rustc_trans native
97+
TOOL_DEPS_compiletest := test getopts
98+
TOOL_DEPS_rustdoc := rustdoc
99+
TOOL_DEPS_rustc := rustc_trans
101100
TOOL_SOURCE_compiletest := $(S)src/compiletest/compiletest.rs
102101
TOOL_SOURCE_rustdoc := $(S)src/driver/driver.rs
103102
TOOL_SOURCE_rustc := $(S)src/driver/driver.rs

branches/auto/src/driver/driver.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
#![no_start]
12+
1113
#[cfg(rustdoc)]
1214
extern crate "rustdoc" as this;
1315

branches/auto/src/libnative/io/addrinfo.rs

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

0 commit comments

Comments
 (0)