forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit b779120
Auto merge of rust-lang#145844 - Zalathar:rollup-4kdll9t, r=Zalathar
Rollup of 10 pull requests
Successful merges:
- rust-lang#135761 (Dial down detail of B-tree description)
- rust-lang#145620 (Account for impossible bounds making seemingly unsatisfyable dyn-to-dyn casts)
- rust-lang#145788 (Fix attribute target checking for macro calls)
- rust-lang#145794 (bootstrap.py: Improve CPU detection on NetBSD)
- rust-lang#145817 (cg_llvm: Replace the `llvm::Bool` typedef with a proper newtype)
- rust-lang#145820 (raw-dylib-elf: set correct `DT_VERDEFNUM`)
- rust-lang#145828 (Update `bitflags` to 2.9.3.)
- rust-lang#145830 (Remove the lifetime from `ExpTokenPair`/`SeqSep`.)
- rust-lang#145836 (Remove outdated bug comments)
- rust-lang#145842 (rustc-dev-guide subtree update)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
60 files changed
+816
-379
lines changed- compiler
- rustc_attr_parsing/src
- attributes
- rustc_borrowck/src/type_check
- rustc_codegen_llvm/src
- back
- builder
- debuginfo
- llvm
- rustc_codegen_ssa/src/back/link
- rustc_expand/src
- rustc_middle/src/mir
- rustc_parse/src/parser
- library/alloc/src/collections/btree
- src
- bootstrap
- doc/rustc-dev-guide
- src
- building/bootstrapping
- img
- offload
- queries
- tests
- ecosystem-test-jobs
- tests/ui
- attributes
- coercion
- lint
- unused
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
60 files changed
+816
-379
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
266 | 266 |
| |
267 | 267 |
| |
268 | 268 |
| |
269 | - | ||
269 | + | ||
270 | 270 |
| |
271 | - | ||
271 | + | ||
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 | + | ||
130 | 131 |
| |
131 | 132 |
| |
132 | 133 |
| |
| |||
174 | 175 |
| |
175 | 176 |
| |
176 | 177 |
| |
178 | + | ||
177 | 179 |
| |
178 | 180 |
| |
179 | 181 |
| |
| |||
278 | 280 |
| |
279 | 281 |
| |
280 | 282 |
| |
283 | + | ||
281 | 284 |
| |
282 | 285 |
| |
283 | 286 |
| |
| |||
365 | 368 |
| |
366 | 369 |
| |
367 | 370 |
| |
368 | - | ||
371 | + | ||
372 | + | ||
369 | 373 |
| |
370 | 374 |
| |
371 | 375 |
| |
| |||
450 | 454 |
| |
451 | 455 |
| |
452 | 456 |
| |
457 | + | ||
453 | 458 |
| |
454 | 459 |
| |
455 | 460 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | + | ||
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
113 | - | ||
114 | - | ||
113 | + | ||
114 | + | ||
115 | + | ||
116 | + | ||
117 | + | ||
115 | 118 |
| |
116 | 119 |
| |
117 | 120 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | + | ||
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | + | ||
4 | + | ||
5 | + | ||
3 | 6 |
| |
4 | 7 |
| |
5 | 8 |
| |
6 | 9 |
| |
7 | - | ||
8 | - | ||
10 | + | ||
9 | 11 |
| |
10 | 12 |
| |
11 | 13 |
| |
12 | 14 |
| |
13 | 15 |
| |
14 | 16 |
| |
15 | 17 |
| |
16 | - | ||
17 | - | ||
18 | + | ||
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
| |||
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
26 | - | ||
27 | - | ||
27 | + | ||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 | - | ||
45 | - | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
46 | 52 |
| |
47 | 53 |
| |
48 | 54 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 | + | ||
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
| |||
1454 | 1455 |
| |
1455 | 1456 |
| |
1456 | 1457 |
| |
1457 | - | ||
1458 | - | ||
1459 | - | ||
1460 | - | ||
1461 | - | ||
1462 | - | ||
1463 | - | ||
1464 | - | ||
1465 | - | ||
1466 | - | ||
1467 | - | ||
1468 | - | ||
1469 | - | ||
1470 | - | ||
1471 | - | ||
1472 | - | ||
1473 | - | ||
1474 | - | ||
1475 | - | ||
1476 | - | ||
1477 | - | ||
1478 | - | ||
1479 | - | ||
1480 | - | ||
1481 | - | ||
1482 | - | ||
1483 | - | ||
1484 | - | ||
1485 | - | ||
1486 | - | ||
1487 | - | ||
1488 | - | ||
1489 | - | ||
1490 | - | ||
1491 | - | ||
1492 | - | ||
1493 | - | ||
1494 | - | ||
1495 | - | ||
1496 | - | ||
1497 | - | ||
1498 | - | ||
1499 | - | ||
1500 | - | ||
1501 | - | ||
1502 | - | ||
1503 | - | ||
1504 | - | ||
1505 | - | ||
1506 | - | ||
1507 | - | ||
1508 | - | ||
1509 | - | ||
1510 | - | ||
1511 | - | ||
1512 | - | ||
1513 | - | ||
1514 | - | ||
1515 | - | ||
1516 | - | ||
1517 | - | ||
1518 | - | ||
1458 | + | ||
1459 | + | ||
1460 | + | ||
1461 | + | ||
1462 | + | ||
1463 | + | ||
1464 | + | ||
1465 | + | ||
1466 | + | ||
1467 | + | ||
1468 | + | ||
1469 | + | ||
1470 | + | ||
1471 | + | ||
1472 | + | ||
1473 | + | ||
1474 | + | ||
1475 | + | ||
1476 | + | ||
1477 | + | ||
1478 | + | ||
1479 | + | ||
1480 | + | ||
1481 | + | ||
1482 | + | ||
1483 | + | ||
1484 | + | ||
1485 | + | ||
1486 | + | ||
1487 | + | ||
1488 | + | ||
1489 | + | ||
1490 | + | ||
1491 | + | ||
1492 | + | ||
1493 | + | ||
1494 | + | ||
1495 | + | ||
1496 | + | ||
1497 | + | ||
1498 | + | ||
1499 | + | ||
1500 | + | ||
1501 | + | ||
1502 | + | ||
1503 | + | ||
1504 | + | ||
1505 | + | ||
1506 | + | ||
1507 | + | ||
1508 | + | ||
1509 | + | ||
1510 | + | ||
1511 | + | ||
1512 | + | ||
1513 | + | ||
1514 | + | ||
1515 | + | ||
1516 | + | ||
1517 | + | ||
1518 | + | ||
1519 | + | ||
1520 | + | ||
1521 | + | ||
1522 | + | ||
1523 | + | ||
1524 | + | ||
1525 | + | ||
1526 | + | ||
1527 | + | ||
1528 | + | ||
1529 | + | ||
1530 | + | ||
1519 | 1531 |
| |
1520 | 1532 |
| |
1521 | 1533 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 | - | ||
15 | + | ||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 | - | ||
83 | + | ||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
| |||
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
204 | - | ||
204 | + | ||
205 | 205 |
| |
206 | 206 |
| |
207 | 207 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | + | ||
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
| |||
470 | 471 |
| |
471 | 472 |
| |
472 | 473 |
| |
473 | - | ||
474 | - | ||
475 | - | ||
476 | - | ||
477 | 474 |
| |
478 | 475 |
| |
479 | 476 |
| |
| |||
500 | 497 |
| |
501 | 498 |
| |
502 | 499 |
| |
503 | - | ||
504 | - | ||
500 | + | ||
501 | + | ||
505 | 502 |
| |
506 | - | ||
503 | + | ||
507 | 504 |
| |
508 | 505 |
| |
509 | 506 |
| |
|
0 commit comments