-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit ec37393
Auto merge of #147074 - matthiaskrgr:rollup-sm3owsd, r=matthiaskrgr
Rollup of 10 pull requests
Successful merges:
- #145113 (resolve: Do not finalize shadowed bindings)
- #146523 (Demote both armebv7r-none-* targets.)
- #146704 (port `#[debugger_visualizer]` to the new attribute system)
- #146758 (Stop linking rs{begin,end} objects on x86_64-*-windows-gnu)
- #146778 (Use standard attribute logic for allocator shim)
- #146849 (Reduce some uses of `LegacyBang`)
- #147016 (fix doc comments to be more standard)
- #147027 (Add new `tyalias` intra-doc link disambiguator)
- #147031 (mbe: Simplify check_redundant_vis_repetition)
- #147058 (Ignore more failing ui tests for GCC backend)
Failed merges:
- #147046 (Rename `rust.use-lld` to `rust.bootstrap-override-lld`)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
242 files changed
+946
-644
lines changed- compiler
- rustc_attr_parsing/src
- attributes
- rustc_codegen_llvm/src
- debuginfo
- rustc_codegen_ssa/src
- rustc_expand/src
- mbe
- rustc_hir/src/attrs
- rustc_macros/src
- rustc_middle/src/middle
- rustc_mir_build/src/builder
- rustc_passes
- src
- rustc_privacy/src
- rustc_resolve/src
- rustc_target/src/spec
- base
- targets
- library
- alloctests/tests
- std/src/sys/pal/unix
- src
- bootstrap/src/core/build_steps
- 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
- array-slice-vec
- asm
- x86_64
- attributes
- main-removed-2
- backtrace
- box/unit
- c-variadic
- cfg/assume-incomplete-release
- codegen
- coroutine
- delegation
- drop
- explicit-tail-calls
- extern
- fmt
- frontmatter
- hygiene
- impl-trait/precise-capturing
- invalid-compile-flags
- invalid
- issues
- linkage-attr
- raw-dylib/elf
- linking
- lint
- lto
- macros
- numbers-arithmetic
- panic-runtime
- panics
- parser
- issues
- macro
- proc-macro
- quote
- process
- resolve
- rfcs/rfc-3348-c-string-literals
- runtime
- rust-2018
- rust-2021
- rust-2024
- unsafe-attributes
- sanitizer
- cfi
- sepcomp
- simd
- intrinsic
- structs-enums
- suggestions
- test-attrs
- threads-sendsync
- traits
- typeck
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
242 files changed
+946
-644
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 | + | ||
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | + | ||
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
| |||
163 | 164 |
| |
164 | 165 |
| |
165 | 166 |
| |
167 | + | ||
166 | 168 |
| |
167 | 169 |
| |
168 | 170 |
| |
|
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