File tree 33 files changed +106
-106
lines changed
borrow_check/region_infer
33 files changed +106
-106
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
authors = [" The Rust Project Developers" ]
3
- name = " arena "
3
+ name = " rustc_arena "
4
4
version = " 0.0.0"
5
5
edition = " 2018"
6
6
7
7
[lib ]
8
- name = " arena "
8
+ name = " rustc_arena "
9
9
path = " lib.rs"
10
10
11
11
[dependencies ]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ path = "lib.rs"
10
10
doctest = false
11
11
12
12
[dependencies ]
13
- rustc_serialize = { path = " ../libserialize " , package = " serialize " }
13
+ rustc_serialize = { path = " ../librustc_serialize " }
14
14
log = " 0.4"
15
15
scoped-tls = " 1.0"
16
16
rustc_span = { path = " ../librustc_span" }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ path = "lib.rs"
10
10
doctest = false
11
11
12
12
[dependencies ]
13
- arena = { path = " ../libarena " }
13
+ arena = { path = " ../librustc_arena " , package = " rustc_arena " }
14
14
log = { version = " 0.4" , features = [" release_max_level_info" , " std" ] }
15
15
rustc_ast_pretty = { path = " ../librustc_ast_pretty" }
16
16
rustc_hir = { path = " ../librustc_hir" }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ doctest = false
12
12
13
13
[dependencies ]
14
14
rustc_ast_pretty = { path = " ../librustc_ast_pretty" }
15
- rustc_serialize = { path = " ../libserialize " , package = " serialize " }
15
+ rustc_serialize = { path = " ../librustc_serialize " }
16
16
rustc_errors = { path = " ../librustc_errors" }
17
17
rustc_span = { path = " ../librustc_span" }
18
18
rustc_data_structures = { path = " ../librustc_data_structures" }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ path = "lib.rs"
10
10
doctest = false
11
11
12
12
[dependencies ]
13
- fmt_macros = { path = " ../libfmt_macros " }
13
+ fmt_macros = { path = " ../librustc_parse_format " , package = " rustc_parse_format " }
14
14
log = " 0.4"
15
15
rustc_ast_pretty = { path = " ../librustc_ast_pretty" }
16
16
rustc_attr = { path = " ../librustc_attr" }
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ rustc_incremental = { path = "../librustc_incremental" }
29
29
rustc_index = { path = " ../librustc_index" }
30
30
rustc_llvm = { path = " ../librustc_llvm" }
31
31
rustc_session = { path = " ../librustc_session" }
32
- rustc_serialize = { path = " ../libserialize " , package = " serialize " }
32
+ rustc_serialize = { path = " ../librustc_serialize " }
33
33
rustc_target = { path = " ../librustc_target" }
34
34
smallvec = { version = " 1.0" , features = [" union" , " may_dangle" ] }
35
35
rustc_ast = { path = " ../librustc_ast" }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ libc = "0.2.50"
19
19
jobserver = " 0.1.11"
20
20
tempfile = " 3.1"
21
21
22
- rustc_serialize = { path = " ../libserialize " , package = " serialize " }
22
+ rustc_serialize = { path = " ../librustc_serialize " }
23
23
rustc_ast = { path = " ../librustc_ast" }
24
24
rustc_span = { path = " ../librustc_span" }
25
25
rustc_middle = { path = " ../librustc_middle" }
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ log = "0.4"
16
16
jobserver_crate = { version = " 0.1.13" , package = " jobserver" }
17
17
lazy_static = " 1"
18
18
once_cell = { version = " 1" , features = [" parking_lot" ] }
19
- rustc_serialize = { path = " ../libserialize " , package = " serialize " }
20
- graphviz = { path = " ../libgraphviz " }
19
+ rustc_serialize = { path = " ../librustc_serialize " }
20
+ graphviz = { path = " ../librustc_graphviz " , package = " rustc_graphviz " }
21
21
cfg-if = " 0.1.2"
22
22
crossbeam-utils = { version = " 0.7" , features = [" nightly" ] }
23
23
stable_deref_trait = " 1.0.0"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ rustc_codegen_ssa = { path = "../librustc_codegen_ssa" }
32
32
rustc_session = { path = " ../librustc_session" }
33
33
rustc_error_codes = { path = " ../librustc_error_codes" }
34
34
rustc_interface = { path = " ../librustc_interface" }
35
- rustc_serialize = { path = " ../libserialize " , package = " serialize " }
35
+ rustc_serialize = { path = " ../librustc_serialize " }
36
36
rustc_ast = { path = " ../librustc_ast" }
37
37
rustc_span = { path = " ../librustc_span" }
38
38
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ doctest = false
11
11
12
12
[dependencies ]
13
13
log = " 0.4"
14
- rustc_serialize = { path = " ../libserialize " , package = " serialize " }
14
+ rustc_serialize = { path = " ../librustc_serialize " }
15
15
rustc_span = { path = " ../librustc_span" }
16
16
rustc_data_structures = { path = " ../librustc_data_structures" }
17
17
unicode-width = " 0.1.4"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ path = "lib.rs"
11
11
doctest = false
12
12
13
13
[dependencies ]
14
- rustc_serialize = { path = " ../libserialize " , package = " serialize " }
14
+ rustc_serialize = { path = " ../librustc_serialize " }
15
15
log = " 0.4"
16
16
rustc_span = { path = " ../librustc_span" }
17
17
rustc_ast_pretty = { path = " ../librustc_ast_pretty" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
authors = [" The Rust Project Developers" ]
3
- name = " graphviz "
3
+ name = " rustc_graphviz "
4
4
version = " 0.0.0"
5
5
edition = " 2018"
6
6
7
7
[lib ]
8
- name = " graphviz "
8
+ name = " rustc_graphviz "
9
9
path = " lib.rs"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ rustc_macros = { path = "../librustc_macros" }
15
15
rustc_data_structures = { path = " ../librustc_data_structures" }
16
16
rustc_index = { path = " ../librustc_index" }
17
17
rustc_span = { path = " ../librustc_span" }
18
- rustc_serialize = { path = " ../libserialize " , package = " serialize " }
18
+ rustc_serialize = { path = " ../librustc_serialize " }
19
19
rustc_ast = { path = " ../librustc_ast" }
20
20
lazy_static = " 1"
21
21
log = { version = " 0.4" , features = [" release_max_level_info" , " std" ] }
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ path = "lib.rs"
10
10
doctest = false
11
11
12
12
[dependencies ]
13
- graphviz = { path = " ../libgraphviz " }
13
+ graphviz = { path = " ../librustc_graphviz " , package = " rustc_graphviz " }
14
14
log = " 0.4"
15
15
rand = " 0.7"
16
16
rustc_middle = { path = " ../librustc_middle" }
17
17
rustc_data_structures = { path = " ../librustc_data_structures" }
18
18
rustc_hir = { path = " ../librustc_hir" }
19
- rustc_serialize = { path = " ../libserialize " , package = " serialize " }
19
+ rustc_serialize = { path = " ../librustc_serialize " }
20
20
rustc_ast = { path = " ../librustc_ast" }
21
21
rustc_span = { path = " ../librustc_span" }
22
22
rustc_fs_util = { path = " ../librustc_fs_util" }
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ path = "lib.rs"
10
10
doctest = false
11
11
12
12
[dependencies ]
13
- rustc_serialize = { path = " ../libserialize " , package = " serialize " }
13
+ rustc_serialize = { path = " ../librustc_serialize " }
14
14
smallvec = { version = " 1.0" , features = [" union" , " may_dangle" ] }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ path = "lib.rs"
10
10
doctest = false
11
11
12
12
[dependencies ]
13
- graphviz = { path = " ../libgraphviz " }
13
+ graphviz = { path = " ../librustc_graphviz " , package = " rustc_graphviz " }
14
14
log = { version = " 0.4" , features = [" release_max_level_info" , " std" ] }
15
15
rustc_middle = { path = " ../librustc_middle" }
16
16
rustc_data_structures = { path = " ../librustc_data_structures" }
@@ -19,7 +19,7 @@ rustc_hir = { path = "../librustc_hir" }
19
19
rustc_index = { path = " ../librustc_index" }
20
20
rustc_macros = { path = " ../librustc_macros" }
21
21
rustc_session = { path = " ../librustc_session" }
22
- rustc_serialize = { path = " ../libserialize " , package = " serialize " }
22
+ rustc_serialize = { path = " ../librustc_serialize " }
23
23
rustc_span = { path = " ../librustc_span" }
24
24
rustc_target = { path = " ../librustc_target" }
25
25
smallvec = { version = " 1.0" , features = [" union" , " may_dangle" ] }
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ rustc_expand = { path = "../librustc_expand" }
21
21
rustc_parse = { path = " ../librustc_parse" }
22
22
rustc_session = { path = " ../librustc_session" }
23
23
rustc_span = { path = " ../librustc_span" }
24
- rustc_serialize = { path = " ../libserialize " , package = " serialize " }
24
+ rustc_serialize = { path = " ../librustc_serialize " }
25
25
rustc_middle = { path = " ../librustc_middle" }
26
26
rustc_ast_lowering = { path = " ../librustc_ast_lowering" }
27
27
rustc_ast_passes = { path = " ../librustc_ast_passes" }
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ rustc_hir = { path = "../librustc_hir" }
23
23
rustc_hir_pretty = { path = " ../librustc_hir_pretty" }
24
24
rustc_target = { path = " ../librustc_target" }
25
25
rustc_index = { path = " ../librustc_index" }
26
- rustc_serialize = { path = " ../libserialize " , package = " serialize " }
26
+ rustc_serialize = { path = " ../librustc_serialize " }
27
27
stable_deref_trait = " 1.0.0"
28
28
rustc_ast = { path = " ../librustc_ast" }
29
29
rustc_expand = { path = " ../librustc_expand" }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ path = "lib.rs"
10
10
doctest = false
11
11
12
12
[dependencies ]
13
- arena = { path = " ../libarena " }
13
+ arena = { path = " ../librustc_arena " , package = " rustc_arena " }
14
14
bitflags = " 1.2.1"
15
15
scoped-tls = " 1.0"
16
16
log = { version = " 0.4" , features = [" release_max_level_info" , " std" ] }
@@ -26,7 +26,7 @@ rustc_data_structures = { path = "../librustc_data_structures" }
26
26
rustc_query_system = { path = " ../librustc_query_system" }
27
27
rustc_errors = { path = " ../librustc_errors" }
28
28
rustc_index = { path = " ../librustc_index" }
29
- rustc_serialize = { path = " ../libserialize " , package = " serialize " }
29
+ rustc_serialize = { path = " ../librustc_serialize " }
30
30
rustc_ast = { path = " ../librustc_ast" }
31
31
rustc_span = { path = " ../librustc_span" }
32
32
byteorder = { version = " 1.3" }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ doctest = false
11
11
12
12
[dependencies ]
13
13
either = " 1.5.0"
14
- dot = { path = " ../libgraphviz " , package = " graphviz " }
14
+ dot = { path = " ../librustc_graphviz " , package = " rustc_graphviz " }
15
15
itertools = " 0.8"
16
16
log = " 0.4"
17
17
log_settings = " 0.1.1"
@@ -25,7 +25,7 @@ rustc_index = { path = "../librustc_index" }
25
25
rustc_infer = { path = " ../librustc_infer" }
26
26
rustc_lexer = { path = " ../librustc_lexer" }
27
27
rustc_macros = { path = " ../librustc_macros" }
28
- rustc_serialize = { path = " ../libserialize " , package = " serialize " }
28
+ rustc_serialize = { path = " ../librustc_serialize " }
29
29
rustc_session = { path = " ../librustc_session" }
30
30
rustc_target = { path = " ../librustc_target" }
31
31
rustc_trait_selection = { path = " ../librustc_trait_selection" }
Original file line number Diff line number Diff line change 1
1
//! This module provides linkage between RegionInferenceContext and
2
- //! libgraphviz traits, specialized to attaching borrowck analysis
2
+ //! librustc_graphviz traits, specialized to attaching borrowck analysis
3
3
//! data to rendered labels.
4
4
5
5
use std:: borrow:: Cow ;
Original file line number Diff line number Diff line change 76
76
/// Write a graphviz HTML-styled label for the given basic block, with
77
77
/// all necessary escaping already performed. (This is suitable for
78
78
/// emitting directly, as is done in this module, or for use with the
79
- /// LabelText::HtmlStr from libgraphviz .)
79
+ /// LabelText::HtmlStr from librustc_graphviz .)
80
80
///
81
81
/// `init` and `fini` are callbacks for emitting additional rows of
82
82
/// data (using HTML enclosed with `<tr>` in the emitted text).
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ path = "lib.rs"
10
10
doctest = false
11
11
12
12
[dependencies ]
13
- arena = { path = " ../libarena " }
13
+ arena = { path = " ../librustc_arena " , package = " rustc_arena " }
14
14
log = " 0.4"
15
15
rustc_middle = { path = " ../librustc_middle" }
16
16
rustc_apfloat = { path = " ../librustc_apfloat" }
@@ -20,7 +20,7 @@ rustc_index = { path = "../librustc_index" }
20
20
rustc_errors = { path = " ../librustc_errors" }
21
21
rustc_hir = { path = " ../librustc_hir" }
22
22
rustc_infer = { path = " ../librustc_infer" }
23
- rustc_serialize = { path = " ../libserialize " , package = " serialize " }
23
+ rustc_serialize = { path = " ../librustc_serialize " }
24
24
rustc_session = { path = " ../librustc_session" }
25
25
rustc_span = { path = " ../librustc_span" }
26
26
rustc_target = { path = " ../librustc_target" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
authors = [" The Rust Project Developers" ]
3
- name = " fmt_macros "
3
+ name = " rustc_parse_format "
4
4
version = " 0.0.0"
5
5
edition = " 2018"
6
6
7
7
[lib ]
8
- name = " fmt_macros "
8
+ name = " rustc_parse_format "
9
9
path = " lib.rs"
10
10
11
11
[dependencies ]
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ path = "lib.rs"
10
10
doctest = false
11
11
12
12
[dependencies ]
13
- arena = { path = " ../libarena " }
13
+ arena = { path = " ../librustc_arena " , package = " rustc_arena " }
14
14
log = { version = " 0.4" , features = [" release_max_level_info" , " std" ] }
15
15
rustc-rayon-core = " 0.3.0"
16
16
rustc_data_structures = { path = " ../librustc_data_structures" }
17
17
rustc_errors = { path = " ../librustc_errors" }
18
18
rustc_index = { path = " ../librustc_index" }
19
- rustc_serialize = { path = " ../libserialize " , package = " serialize " }
19
+ rustc_serialize = { path = " ../librustc_serialize " }
20
20
rustc_span = { path = " ../librustc_span" }
21
21
parking_lot = " 0.10"
22
22
smallvec = { version = " 1.0" , features = [" union" , " may_dangle" ] }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ doctest = false
14
14
bitflags = " 1.2.1"
15
15
log = " 0.4"
16
16
rustc_ast = { path = " ../librustc_ast" }
17
- arena = { path = " ../libarena " }
17
+ arena = { path = " ../librustc_arena " , package = " rustc_arena " }
18
18
rustc_middle = { path = " ../librustc_middle" }
19
19
rustc_ast_lowering = { path = " ../librustc_ast_lowering" }
20
20
rustc_ast_pretty = { path = " ../librustc_ast_pretty" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
authors = [" The Rust Project Developers" ]
3
- name = " serialize "
3
+ name = " rustc_serialize "
4
4
version = " 0.0.0"
5
5
edition = " 2018"
6
6
7
7
[lib ]
8
- name = " serialize "
8
+ name = " rustc_serialize "
9
9
path = " lib.rs"
10
10
11
11
[dependencies ]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ log = "0.4"
14
14
rustc_errors = { path = " ../librustc_errors" }
15
15
rustc_feature = { path = " ../librustc_feature" }
16
16
rustc_target = { path = " ../librustc_target" }
17
- rustc_serialize = { path = " ../libserialize " , package = " serialize " }
17
+ rustc_serialize = { path = " ../librustc_serialize " }
18
18
rustc_data_structures = { path = " ../librustc_data_structures" }
19
19
rustc_span = { path = " ../librustc_span" }
20
20
rustc_fs_util = { path = " ../librustc_fs_util" }
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ path = "lib.rs"
10
10
doctest = false
11
11
12
12
[dependencies ]
13
- rustc_serialize = { path = " ../libserialize " , package = " serialize " }
13
+ rustc_serialize = { path = " ../librustc_serialize " }
14
14
rustc_macros = { path = " ../librustc_macros" }
15
15
rustc_data_structures = { path = " ../librustc_data_structures" }
16
16
rustc_index = { path = " ../librustc_index" }
17
- arena = { path = " ../libarena " }
17
+ arena = { path = " ../librustc_arena " , package = " rustc_arena " }
18
18
scoped-tls = " 1.0"
19
19
unicode-width = " 0.1.4"
20
20
cfg-if = " 0.1.2"
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ bitflags = "1.2.1"
13
13
log = " 0.4"
14
14
rustc_data_structures = { path = " ../librustc_data_structures" }
15
15
rustc_macros = { path = " ../librustc_macros" }
16
- rustc_serialize = { path = " ../libserialize " , package = " serialize " }
16
+ rustc_serialize = { path = " ../librustc_serialize " }
17
17
rustc_span = { path = " ../librustc_span" }
18
18
rustc_index = { path = " ../librustc_index" }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ path = "lib.rs"
10
10
doctest = false
11
11
12
12
[dependencies ]
13
- fmt_macros = { path = " ../libfmt_macros " }
13
+ fmt_macros = { path = " ../librustc_parse_format " , package = " rustc_parse_format " }
14
14
log = { version = " 0.4" , features = [" release_max_level_info" , " std" ] }
15
15
rustc_attr = { path = " ../librustc_attr" }
16
16
rustc_middle = { path = " ../librustc_middle" }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ test = false
11
11
doctest = false
12
12
13
13
[dependencies ]
14
- arena = { path = " ../libarena " }
14
+ arena = { path = " ../librustc_arena " , package = " rustc_arena " }
15
15
log = " 0.4"
16
16
rustc_middle = { path = " ../librustc_middle" }
17
17
rustc_attr = { path = " ../librustc_attr" }
You can’t perform that action at this time.
0 commit comments