Commit 9906bae
committed
Move
Most of the files within the `dep_graph` module can be moved wholesale
into `rustc_middle`. But two of them (`mod.rs` and `dep_node.rs`) have
the same name as existing files in `rustc_middle`, so for those I just
copied the contents into the existing files.
The commit also moves `QueryContext` and `incremental_verify_ich*`
because they are tightly intertwined with the dep graph code. And a
couple of error structs moved as well.rustc_query_system::query::dep_graph to rustc_middle.1 parent d96bebe commit 9906bae
31 files changed
Lines changed: 663 additions & 699 deletions
File tree
- compiler
- rustc_interface
- src
- rustc_middle/src
- dep_graph
- mir
- query
- ty
- context
- rustc_query_impl/src
- rustc_query_system
- src
- dep_graph
- query
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4093 | 4093 | | |
4094 | 4094 | | |
4095 | 4095 | | |
4096 | | - | |
4097 | 4096 | | |
4098 | 4097 | | |
4099 | 4098 | | |
| |||
4519 | 4518 | | |
4520 | 4519 | | |
4521 | 4520 | | |
4522 | | - | |
4523 | 4521 | | |
4524 | 4522 | | |
4525 | 4523 | | |
4526 | 4524 | | |
4527 | 4525 | | |
4528 | | - | |
4529 | 4526 | | |
4530 | 4527 | | |
4531 | 4528 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
107 | 106 | | |
108 | 107 | | |
109 | 108 | | |
110 | | - | |
| 109 | + | |
111 | 110 | | |
112 | | - | |
| 111 | + | |
113 | 112 | | |
114 | 113 | | |
115 | 114 | | |
File renamed without changes.
File renamed without changes.
0 commit comments