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
2
refs/heads/master: 6dbb0e86aec11050480beb76eade6fb805010ba7
3
3
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4
- refs/heads/try: f2051212c2ac670bf20f8467bac7898e72d4d34d
4
+ refs/heads/try: 4914b5fc6dd9ce2040ccde19553fc3670f467a01
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
6
6
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
7
7
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
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