This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 3198496
committed
Make dependency_formats an FxIndexMap rather than a list of tuples
It is treated as a map already. This is using FxIndexMap rather than
UnordMap because the latter doesn't provide an api to pick a single
value iff all values are equal, which each_linked_rlib depends on.1 parent ea9e8c1 commit 3198496
File tree
7 files changed
+21
-37
lines changed- compiler
- rustc_codegen_cranelift/src/driver
- rustc_codegen_ssa/src/back
- rustc_metadata/src
- rmeta
- rustc_middle/src/middle
- src/tools/miri/src
7 files changed
+21
-37
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
| 290 | + | |
296 | 291 | | |
297 | 292 | | |
298 | 293 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
240 | 246 | | |
241 | 247 | | |
242 | 248 | | |
| |||
252 | 258 | | |
253 | 259 | | |
254 | 260 | | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
| 261 | + | |
267 | 262 | | |
268 | 263 | | |
269 | 264 | | |
| |||
624 | 619 | | |
625 | 620 | | |
626 | 621 | | |
627 | | - | |
628 | | - | |
| 622 | + | |
629 | 623 | | |
630 | 624 | | |
631 | 625 | | |
| |||
2355 | 2349 | | |
2356 | 2350 | | |
2357 | 2351 | | |
2358 | | - | |
| 2352 | + | |
2359 | 2353 | | |
2360 | 2354 | | |
2361 | | - | |
2362 | | - | |
| 2355 | + | |
2363 | 2356 | | |
2364 | 2357 | | |
2365 | 2358 | | |
| |||
2738 | 2731 | | |
2739 | 2732 | | |
2740 | 2733 | | |
2741 | | - | |
| 2734 | + | |
2742 | 2735 | | |
2743 | 2736 | | |
2744 | | - | |
2745 | | - | |
| 2737 | + | |
2746 | 2738 | | |
2747 | 2739 | | |
2748 | 2740 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1749 | 1749 | | |
1750 | 1750 | | |
1751 | 1751 | | |
1752 | | - | |
| 1752 | + | |
1753 | 1753 | | |
1754 | 1754 | | |
1755 | 1755 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2164 | 2164 | | |
2165 | 2165 | | |
2166 | 2166 | | |
2167 | | - | |
2168 | | - | |
2169 | | - | |
2170 | | - | |
| 2167 | + | |
2171 | 2168 | | |
2172 | 2169 | | |
2173 | 2170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
| 152 | + | |
154 | 153 | | |
155 | | - | |
| 154 | + | |
156 | 155 | | |
157 | 156 | | |
158 | 157 | | |
| |||
0 commit comments