Skip to content

Commit 37def8a

Browse files
committed
---
yaml --- r: 272110 b: refs/heads/master c: 4914b5f h: refs/heads/master
1 parent 4db8f67 commit 37def8a

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,5 +1,5 @@
11
---
2-
refs/heads/master: f2051212c2ac670bf20f8467bac7898e72d4d34d
2+
refs/heads/master: 4914b5fc6dd9ce2040ccde19553fc3670f467a01
33
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
44
refs/heads/try: 49312a405e14a449b98fe0056b12a40ac128be4a
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

trunk/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

trunk/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)