Commit 7afe6d9
committed
Auto merge of #66997 - Centril:rollup-uraqpgu, r=Centril
Rollup of 7 pull requests
Successful merges:
- #66750 (Update the `wasi` crate for `wasm32-wasi`)
- #66878 (Move Sessions into (new) librustc_session)
- #66903 (parse_enum_item -> parse_enum_variant)
- #66951 (miri: add throw_machine_stop macro)
- #66957 (Change Linker for x86_64-fortanix-unknown-sgx target to rust-lld)
- #66960 ([const-prop] Fix ICE calculating enum discriminant)
- #66973 (Update the minimum external LLVM to 7)
Failed merges:
r? @ghostFile tree
88 files changed
+966
-984
lines changed- src
- bootstrap
- ci
- azure-pipelines
- docker/x86_64-gnu-llvm-7
- librustc_codegen_llvm
- back
- llvm
- librustc_codegen_ssa
- back
- librustc_data_structures
- librustc_driver
- librustc_incremental
- librustc_interface
- librustc_lint
- librustc_mir/interpret
- librustc_parse
- parser
- librustc_session
- librustc_target/spec
- librustc
- dep_graph
- lint
- middle
- mir/interpret
- util
- libstd
- sys/wasi
- ext
- libsyntax_expand
- mbe
- libsyntax_ext
- libsyntax
- rustllvm
- test
- codegen
- simd-intrinsic
- run-make-fulldeps/emit-stack-sizes
- ui-fulldeps
- auxiliary
- internal-lints
- ui
- consts
- simd
- target-feature
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
88 files changed
+966
-984
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1294 | 1294 | | |
1295 | 1295 | | |
1296 | 1296 | | |
1297 | | - | |
| 1297 | + | |
1298 | 1298 | | |
1299 | 1299 | | |
1300 | 1300 | | |
| |||
3205 | 3205 | | |
3206 | 3206 | | |
3207 | 3207 | | |
| 3208 | + | |
3208 | 3209 | | |
3209 | 3210 | | |
3210 | 3211 | | |
| |||
3518 | 3519 | | |
3519 | 3520 | | |
3520 | 3521 | | |
| 3522 | + | |
3521 | 3523 | | |
3522 | 3524 | | |
3523 | 3525 | | |
| |||
3634 | 3636 | | |
3635 | 3637 | | |
3636 | 3638 | | |
| 3639 | + | |
3637 | 3640 | | |
3638 | 3641 | | |
3639 | 3642 | | |
| |||
3697 | 3700 | | |
3698 | 3701 | | |
3699 | 3702 | | |
| 3703 | + | |
3700 | 3704 | | |
3701 | 3705 | | |
3702 | 3706 | | |
| |||
3884 | 3888 | | |
3885 | 3889 | | |
3886 | 3890 | | |
| 3891 | + | |
| 3892 | + | |
| 3893 | + | |
| 3894 | + | |
| 3895 | + | |
| 3896 | + | |
| 3897 | + | |
| 3898 | + | |
| 3899 | + | |
| 3900 | + | |
| 3901 | + | |
| 3902 | + | |
| 3903 | + | |
| 3904 | + | |
| 3905 | + | |
| 3906 | + | |
3887 | 3907 | | |
3888 | 3908 | | |
3889 | 3909 | | |
| |||
4301 | 4321 | | |
4302 | 4322 | | |
4303 | 4323 | | |
4304 | | - | |
| 4324 | + | |
4305 | 4325 | | |
4306 | 4326 | | |
4307 | 4327 | | |
| |||
4463 | 4483 | | |
4464 | 4484 | | |
4465 | 4485 | | |
| 4486 | + | |
4466 | 4487 | | |
4467 | 4488 | | |
4468 | 4489 | | |
| |||
5172 | 5193 | | |
5173 | 5194 | | |
5174 | 5195 | | |
| 5196 | + | |
| 5197 | + | |
| 5198 | + | |
| 5199 | + | |
| 5200 | + | |
| 5201 | + | |
5175 | 5202 | | |
5176 | 5203 | | |
5177 | 5204 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
| |||
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | 76 | | |
82 | 77 | | |
83 | 78 | | |
| |||
113 | 108 | | |
114 | 109 | | |
115 | 110 | | |
116 | | - | |
| 111 | + | |
117 | 112 | | |
118 | 113 | | |
119 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
404 | 406 | | |
405 | 407 | | |
406 | 408 | | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | 409 | | |
433 | 410 | | |
434 | 411 | | |
| |||
520 | 497 | | |
521 | 498 | | |
522 | 499 | | |
523 | | - | |
524 | | - | |
| 500 | + | |
| 501 | + | |
525 | 502 | | |
526 | 503 | | |
527 | 504 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments