Commit 9ec85bc
committed
Auto merge of #154083 - JonathanBrouwer:rollup-mdOkZ8f, r=JonathanBrouwer
Rollup of 12 pull requests
Successful merges:
- #152870 (Do not enable split debuginfo for windows-gnu)
- #153333 (Fix bootstrap rust build failure for vxworks)
- #153681 (ci: add runners for vanilla LLVM 22)
- #153824 (Add `Wake` diagnostic item for `alloc::task::Wake`)
- #154077 (Optimize 128-bit integer formatting)
- #154078 (`define_callbacks` tweaks)
- #151905 (Split the `dec2flt::RawFloat` trait for easier reuse)
- #153170 (Add is_disconnected functions to mpsc and mpmc channels)
- #153804 (Derive Macro Eq: link to more detailed documentation)
- #153974 (Point at return type when it is the source of the type expectation)
- #154018 (simplify and remove `tests/ui/kindck` and related tests)
- #154041 (bootstrap: Allow `--bless`ing changes to editor settings files)61 files changed
Lines changed: 1163 additions & 920 deletions
File tree
- compiler
- rustc_hir_typeck/src/fn_ctxt
- rustc_middle/src
- query
- library
- alloc/src
- coretests/tests
- num/dec2flt
- core/src
- fmt
- num/imp
- dec2flt
- flt2dec
- std
- src
- os/vxworks
- sync
- mpmc
- sys/fs
- src
- bootstrap/src/core
- build_steps
- setup
- config
- ci
- docker/host-x86_64/x86_64-gnu-llvm-22
- github-actions
- doc/rustc/src/platform-support
- tests/ui
- borrowck
- kindck
- mismatched_types
- traits
- type
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1013 | 1013 | | |
1014 | 1014 | | |
1015 | 1015 | | |
1016 | | - | |
1017 | | - | |
1018 | | - | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
1019 | 1020 | | |
1020 | 1021 | | |
1021 | 1022 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
1587 | 1587 | | |
1588 | 1588 | | |
1589 | 1589 | | |
| 1590 | + | |
| 1591 | + | |
| 1592 | + | |
| 1593 | + | |
| 1594 | + | |
| 1595 | + | |
| 1596 | + | |
| 1597 | + | |
| 1598 | + | |
| 1599 | + | |
| 1600 | + | |
| 1601 | + | |
| 1602 | + | |
| 1603 | + | |
| 1604 | + | |
| 1605 | + | |
| 1606 | + | |
| 1607 | + | |
| 1608 | + | |
| 1609 | + | |
| 1610 | + | |
| 1611 | + | |
| 1612 | + | |
| 1613 | + | |
| 1614 | + | |
| 1615 | + | |
| 1616 | + | |
| 1617 | + | |
| 1618 | + | |
| 1619 | + | |
| 1620 | + | |
| 1621 | + | |
| 1622 | + | |
| 1623 | + | |
| 1624 | + | |
| 1625 | + | |
| 1626 | + | |
| 1627 | + | |
| 1628 | + | |
1590 | 1629 | | |
1591 | 1630 | | |
1592 | 1631 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments