File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: f2051212c2ac670bf20f8467bac7898e72d4d34d
2
+ refs/heads/master: 4914b5fc6dd9ce2040ccde19553fc3670f467a01
3
3
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4
4
refs/heads/try: 49312a405e14a449b98fe0056b12a40ac128be4a
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -105,7 +105,8 @@ DEPS_rustc_data_structures := std log serialize
105
105
DEPS_rustc_driver := arena flate getopts graphviz libc rustc rustc_back rustc_borrowck \
106
106
rustc_typeck rustc_mir rustc_resolve log syntax serialize rustc_llvm \
107
107
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
109
110
DEPS_rustc_lint := rustc log syntax rustc_const_eval
110
111
DEPS_rustc_llvm := native:rustllvm libc std rustc_bitflags
111
112
DEPS_rustc_metadata := rustc syntax rbml rustc_const_math
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
authors = [" The Rust Project Developers" ]
3
- name = " rustc_serialize "
3
+ name = " rustc_incremental "
4
4
version = " 0.0.0"
5
5
6
6
[lib ]
7
- name = " rustc_serialize "
7
+ name = " rustc_incremental "
8
8
path = " lib.rs"
9
9
crate-type = [" dylib" ]
10
10
You can’t perform that action at this time.
0 commit comments