Skip to content

Commit 2bfabd9

Browse files
committed
---
yaml --- r: 276943 b: refs/heads/try c: 4914b5f h: refs/heads/master i: 276941: 9d89869 276939: 540c916 276935: aba4cf2 276927: 447ae1e
1 parent 103af50 commit 2bfabd9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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: f2051212c2ac670bf20f8467bac7898e72d4d34d
4+
refs/heads/try: 4914b5fc6dd9ce2040ccde19553fc3670f467a01
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ DEPS_rustc_data_structures := std log serialize
105105
DEPS_rustc_driver := arena flate getopts graphviz libc rustc rustc_back rustc_borrowck \
106106
rustc_typeck rustc_mir rustc_resolve log syntax serialize rustc_llvm \
107107
rustc_trans rustc_privacy rustc_lint rustc_plugin \
108-
rustc_metadata syntax_ext rustc_passes rustc_save_analysis rustc_const_eval
108+
rustc_metadata syntax_ext rustc_passes rustc_save_analysis rustc_const_eval \
109+
rustc_incremental
109110
DEPS_rustc_lint := rustc log syntax rustc_const_eval
110111
DEPS_rustc_llvm := native:rustllvm libc std rustc_bitflags
111112
DEPS_rustc_metadata := rustc syntax rbml rustc_const_math

branches/try/src/librustc_incremental/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
authors = ["The Rust Project Developers"]
3-
name = "rustc_serialize"
3+
name = "rustc_incremental"
44
version = "0.0.0"
55

66
[lib]
7-
name = "rustc_serialize"
7+
name = "rustc_incremental"
88
path = "lib.rs"
99
crate-type = ["dylib"]
1010

0 commit comments

Comments
 (0)