-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit c65dcca
Auto merge of #143233 - dianqk:rollup-lcx3278, r=dianqk
Rollup of 14 pull requests
Successful merges:
- #142429 (`tests/ui`: A New Order [13/N])
- #142514 (Miri: handling of SNaN inputs in `f*::pow` operations)
- #143066 (Use let chains in the new solver)
- #143090 (Workaround for memory unsafety in third party DLLs)
- #143118 (`tests/ui`: A New Order [15/N])
- #143159 (Do not freshen `ReError`)
- #143168 (`tests/ui`: A New Order [16/N])
- #143176 (fix typos and improve clarity in documentation)
- #143187 (Add my work email to mailmap)
- #143190 (Use the `new` method for `BasicBlockData` and `Statement`)
- #143195 (`tests/ui`: A New Order [17/N])
- #143196 (Port #[link_section] to the new attribute parsing infrastructure)
- #143199 (Re-disable `tests/run-make/short-ice` on Windows MSVC again)
- #143219 (Show auto trait and blanket impls for `!`)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
125 files changed
+1361
-1066
lines changed- compiler
- rustc_attr_data_structures/src
- rustc_attr_parsing
- src
- attributes
- rustc_codegen_ssa/src
- mir
- rustc_hir_typeck/src
- method
- rustc_infer/src/infer
- rustc_middle/src/mir
- rustc_mir_build/src/builder
- custom
- expr
- matches
- rustc_mir_dataflow/src/framework
- rustc_mir_transform/src
- coroutine
- coverage
- shim
- rustc_next_trait_solver/src/solve
- assembly
- eval_ctxt
- normalizes_to
- rustc_passes/src
- rustc_type_ir/src
- relate
- search_graph
- library
- core/src
- stdarch/crates/intrinsic-test
- std/src/sys
- fs/windows
- pal/windows
- src
- doc
- rustc-dev-guide/src/tests
- unstable-book/src/language-features
- librustdoc/clean
- tools
- miri
- src/intrinsics
- tests/pass
- rust-installer
- tidy/src
- tests
- crashes
- run-make/short-ice
- rustdoc-json/attrs
- ui
- attributes
- codegen
- compiletest-self-test
- derives
- feature-gates
- fmt
- indexing
- linkage-attr
- auxiliary
- lint
- unused
- mismatched_types
- modules
- parser
- resolve
- statics
- traits
- type-alias-enum-variants
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
125 files changed
+1361
-1066
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
690 | 690 |
| |
691 | 691 |
| |
692 | 692 |
| |
693 | + | ||
693 | 694 |
| |
694 | 695 |
| |
695 | 696 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
256 | 256 |
| |
257 | 257 |
| |
258 | 258 |
| |
259 | + | ||
260 | + | ||
261 | + | ||
259 | 262 |
| |
260 | 263 |
| |
261 | 264 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 | + | ||
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 | + | ||
103 | + | ||
102 | 104 |
| |
103 | 105 |
| |
104 | 106 |
| |
|
Lines changed: 30 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | - | ||
2 | + | ||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | + | ||
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
| |||
28 | 29 |
| |
29 | 30 |
| |
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 | + |
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | - | ||
25 | + | ||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| |||
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
126 | + | ||
126 | 127 |
| |
127 | 128 |
| |
128 | 129 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
452 | 452 |
| |
453 | 453 |
| |
454 | 454 |
| |
455 | + | ||
456 | + | ||
457 | + | ||
458 | + | ||
459 | + | ||
460 | + | ||
461 | + | ||
455 | 462 |
| |
456 | 463 |
| |
457 | 464 |
| |
|
Lines changed: 3 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 | + | ||
128 | + | ||
129 | + | ||
127 | 130 |
| |
128 | 131 |
| |
129 | 132 |
| |
| |||
253 | 256 |
| |
254 | 257 |
| |
255 | 258 |
| |
256 | - | ||
257 | - | ||
258 | - | ||
259 | - | ||
260 | - | ||
261 | - | ||
262 | - | ||
263 | - | ||
264 | - | ||
265 | - | ||
266 | 259 |
| |
267 | 260 |
| |
268 | 261 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
354 | 354 |
| |
355 | 355 |
| |
356 | 356 |
| |
357 | - | ||
358 | - | ||
359 | - | ||
357 | + | ||
358 | + | ||
359 | + | ||
360 | 360 |
| |
361 | 361 |
| |
362 | 362 |
| |
363 | 363 |
| |
364 | 364 |
| |
365 | - | ||
365 | + | ||
366 | 366 |
| |
367 | 367 |
| |
368 | 368 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3055 | 3055 |
| |
3056 | 3056 |
| |
3057 | 3057 |
| |
3058 | - | ||
3058 | + | ||
3059 | 3059 |
| |
3060 | 3060 |
| |
3061 | 3061 |
| |
|
0 commit comments