Skip to content

Commit 646e153

Browse files
committed
---
yaml --- r: 276931 b: refs/heads/try c: b1e68b9 h: refs/heads/master i: 276929: 075a6b0 276927: 447ae1e
1 parent 48a3b27 commit 646e153

File tree

17 files changed

+585
-443
lines changed

17 files changed

+585
-443
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 6dbb0e86aec11050480beb76eade6fb805010ba7
33
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4-
refs/heads/try: fe47ca0d0b04f1cd46195b19cbb42602319aaf98
4+
refs/heads/try: b1e68b9e2d75e66bc866a194b744ddf8502ca129
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/mk/crates.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUSTC_CRATES := rustc rustc_typeck rustc_mir rustc_borrowck rustc_resolve rustc_
5858
rustc_trans rustc_back rustc_llvm rustc_privacy rustc_lint \
5959
rustc_data_structures rustc_platform_intrinsics \
6060
rustc_plugin rustc_metadata rustc_passes rustc_save_analysis \
61-
rustc_const_eval rustc_const_math
61+
rustc_const_eval rustc_const_math rustc_incremental
6262
HOST_CRATES := syntax syntax_ext $(RUSTC_CRATES) rustdoc fmt_macros \
6363
flate arena graphviz rbml log serialize
6464
TOOLS := compiletest rustdoc rustc rustbook error_index_generator
@@ -117,7 +117,8 @@ DEPS_rustc_plugin := rustc rustc_metadata syntax rustc_mir
117117
DEPS_rustc_privacy := rustc log syntax
118118
DEPS_rustc_trans := arena flate getopts graphviz libc rustc rustc_back rustc_mir \
119119
log syntax serialize rustc_llvm rustc_platform_intrinsics \
120-
rustc_const_math rustc_const_eval
120+
rustc_const_math rustc_const_eval rustc_incremental
121+
DEPS_rustc_incremental := rbml rustc serialize rustc_data_structures
121122
DEPS_rustc_save_analysis := rustc log syntax
122123
DEPS_rustc_typeck := rustc syntax rustc_platform_intrinsics rustc_const_math \
123124
rustc_const_eval

0 commit comments

Comments
 (0)