-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit 0208156
Auto merge of #147059 - matthiaskrgr:rollup-44mof1x, r=matthiaskrgr
Rollup of 7 pull requests
Successful merges:
- #145113 (resolve: Do not finalize shadowed bindings)
- #146523 (Demote both armebv7r-none-* targets.)
- #146778 (Use standard attribute logic for allocator shim)
- #147016 (fix doc comments to be more standard)
- #147027 (Add new `tyalias` intra-doc link disambiguator)
- #147031 (mbe: Simplify check_redundant_vis_repetition)
- #147046 (Rename `rust.use-lld` to `rust.bootstrap-override-lld`)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
43 files changed
+392
-218
lines changed- compiler
- rustc_codegen_llvm/src
- rustc_expand/src/mbe
- rustc_macros/src
- rustc_mir_build/src/builder
- rustc_privacy/src
- rustc_resolve/src
- rustc_target/src/spec/targets
- library
- alloctests/tests
- std/src/sys/pal/unix
- src
- bootstrap/src
- core
- build_steps
- config
- toml
- utils
- ci/docker
- host-aarch64/dist-aarch64-linux
- host-x86_64/dist-x86_64-linux
- doc
- rustc/src
- platform-support
- rustdoc/src/write-documentation
- librustdoc/passes
- tools
- clippy/tests/ui
- rust-analyzer/crates/hir-expand/src/builtin
- rustfmt/src/config
- tests
- rustdoc-ui/intra-doc
- rustdoc/intra-doc
- ui/resolve
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
43 files changed
+392
-218
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
768 | 768 |
| |
769 | 769 |
| |
770 | 770 |
| |
771 | - | ||
772 | - | ||
771 | + | ||
773 | 772 |
| |
774 | 773 |
| |
775 | 774 |
| |
776 | 775 |
| |
777 | 776 |
| |
778 | 777 |
| |
779 | 778 |
| |
780 | - | ||
779 | + | ||
781 | 780 |
| |
782 | 781 |
| |
783 | 782 |
| |
| |||
950 | 949 |
| |
951 | 950 |
| |
952 | 951 |
| |
953 | - | ||
952 | + | ||
954 | 953 |
| |
955 | 954 |
| |
956 | 955 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
538 | 538 |
| |
539 | 539 |
| |
540 | 540 |
| |
541 | - | ||
541 | + | ||
542 | + | ||
543 | + | ||
544 | + | ||
545 | + | ||
546 | + | ||
547 | + | ||
542 | 548 |
| |
543 | 549 |
| |
544 | 550 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | + | ||
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
11 | - | ||
12 | 12 |
| |
13 | + | ||
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
16 | - | ||
17 | + | ||
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
| |||
149 | 150 |
| |
150 | 151 |
| |
151 | 152 |
| |
152 | - | ||
153 | - | ||
154 | - | ||
155 | - | ||
156 | - | ||
157 | - | ||
158 | - | ||
159 | - | ||
160 | - | ||
161 | - | ||
162 | - | ||
163 | - | ||
153 | + | ||
154 | + | ||
164 | 155 |
| |
165 | 156 |
| |
166 | 157 |
| |
| |||
171 | 162 |
| |
172 | 163 |
| |
173 | 164 |
| |
174 | - | ||
175 | - | ||
176 | - | ||
177 | - | ||
178 | - | ||
179 | - | ||
180 | 165 |
| |
181 | 166 |
| |
182 | 167 |
| |
|
0 commit comments