File tree
236 files changed
+721
-791
lines changed- library/test/src
- src
- bootstrap/src
- core/build_steps
- ci/docker/host-x86_64/test-various
- etc
- tools
- compiletest/src
- run-make-support
- src
- tests
- assembly
- codegen
- enum
- unwind-abis
- incremental
- run-make
- wasm-abi
- wasm-custom-section
- wasm-custom-sections-opt
- wasm-export-all-symbols
- wasm-import-module
- wasm-panic-small
- wasm-spurious-import
- wasm-stringify-ints-small
- wasm-symbols-different-module
- wasm-symbols-not-exported
- wasm-symbols-not-imported
- run-pass-valgrind
- ui
- abi
- cross-crate
- extern
- foreign
- issues
- mir
- statics
- struct-enums
- union
- alloc-error
- allocator
- asm
- async-await/issues/issue-65419
- cfg
- codegen
- command
- consts
- coroutine
- duplicate
- extern
- foreign
- intrinsics
- io-checks
- issues
- linkage-attr
- loops
- macros
- mir/alignment
- numbers-arithmetic
- panic-runtime
- panics
- precondition-checks
- privacy
- proc-macro
- process
- rfcs
- rfc-1014-stdout-existential-crisis
- rfc-1717-dllimport/1717-dllimport
- runtime
- simd
- structs-enums
- test-attrs
- threads-sendsync
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
236 files changed
+721
-791
lines changedDiff for: Cargo.lock
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3309 | 3309 |
| |
3310 | 3310 |
| |
3311 | 3311 |
| |
| 3312 | + | |
| 3313 | + | |
| 3314 | + | |
3312 | 3315 |
| |
3313 | 3316 |
| |
3314 | 3317 |
| |
|
Diff for: library/test/src/console.rs
+4-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
323 | 323 |
| |
324 | 324 |
| |
325 | 325 |
| |
326 |
| - | |
327 |
| - | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
328 | 329 |
| |
329 |
| - | |
| 330 | + | |
330 | 331 |
| |
331 | 332 |
| |
332 | 333 |
| |
|
+3-12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1657 | 1657 |
| |
1658 | 1658 |
| |
1659 | 1659 |
| |
1660 |
| - | |
1661 |
| - | |
| 1660 | + | |
| 1661 | + | |
1662 | 1662 |
| |
1663 | 1663 |
| |
1664 | 1664 |
| |
| |||
2511 | 2511 |
| |
2512 | 2512 |
| |
2513 | 2513 |
| |
2514 |
| - | |
2515 |
| - | |
2516 |
| - | |
2517 |
| - | |
2518 |
| - | |
2519 |
| - | |
2520 |
| - | |
2521 |
| - | |
2522 |
| - | |
2523 |
| - | |
| 2514 | + | |
2524 | 2515 |
| |
2525 | 2516 |
| |
2526 | 2517 |
| |
|
Diff for: src/bootstrap/src/lib.rs
+30-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1361 | 1361 |
| |
1362 | 1362 |
| |
1363 | 1363 |
| |
1364 |
| - | |
1365 |
| - | |
1366 |
| - | |
| 1364 | + | |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
| 1368 | + | |
| 1369 | + | |
| 1370 | + | |
| 1371 | + | |
| 1372 | + | |
| 1373 | + | |
| 1374 | + | |
| 1375 | + | |
| 1376 | + | |
| 1377 | + | |
| 1378 | + | |
| 1379 | + | |
| 1380 | + | |
| 1381 | + | |
| 1382 | + | |
| 1383 | + | |
| 1384 | + | |
| 1385 | + | |
| 1386 | + | |
| 1387 | + | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
| 1391 | + | |
| 1392 | + | |
| 1393 | + | |
1367 | 1394 |
| |
1368 | 1395 |
| |
1369 | 1396 |
| |
|
+14-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
| |||
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
| 42 | + | |
| 43 | + | |
| 44 | + | |
41 | 45 |
| |
42 | 46 |
| |
43 | 47 |
| |
44 |
| - | |
| 48 | + | |
| 49 | + | |
45 | 50 |
| |
46 | 51 |
| |
47 | 52 |
| |
| |||
50 | 55 |
| |
51 | 56 |
| |
52 | 57 |
| |
53 |
| - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
54 | 63 |
| |
55 | 64 |
| |
56 | 65 |
| |
| |||
59 | 68 |
| |
60 | 69 |
| |
61 | 70 |
| |
62 |
| - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
63 | 74 |
| |
64 | 75 |
| |
65 | 76 |
| |
|
Diff for: src/etc/wasm32-shim.js
-24
This file was deleted.
Diff for: src/tools/compiletest/src/runtest.rs
+21-78
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
493 | 493 |
| |
494 | 494 |
| |
495 | 495 |
| |
496 |
| - | |
497 |
| - | |
498 |
| - | |
499 |
| - | |
500 |
| - | |
501 |
| - | |
| 496 | + | |
| 497 | + | |
502 | 498 |
| |
503 | 499 |
| |
504 | 500 |
| |
| |||
591 | 587 |
| |
592 | 588 |
| |
593 | 589 |
| |
594 |
| - | |
595 |
| - | |
596 |
| - | |
597 |
| - | |
598 |
| - | |
599 |
| - | |
| 590 | + | |
| 591 | + | |
600 | 592 |
| |
601 | 593 |
| |
602 | 594 |
| |
| |||
2632 | 2624 |
| |
2633 | 2625 |
| |
2634 | 2626 |
| |
2635 |
| - | |
2636 |
| - | |
2637 |
| - | |
| 2627 | + | |
2638 | 2628 |
| |
2639 | 2629 |
| |
2640 | 2630 |
| |
| |||
2649 | 2639 |
| |
2650 | 2640 |
| |
2651 | 2641 |
| |
2652 |
| - | |
2653 |
| - | |
2654 |
| - | |
2655 |
| - | |
2656 |
| - | |
2657 |
| - | |
2658 |
| - | |
2659 |
| - | |
2660 |
| - | |
2661 |
| - | |
2662 |
| - | |
2663 |
| - | |
2664 |
| - | |
2665 |
| - | |
2666 |
| - | |
2667 |
| - | |
2668 |
| - | |
2669 |
| - | |
2670 |
| - | |
2671 |
| - | |
2672 |
| - | |
2673 |
| - | |
2674 |
| - | |
2675 |
| - | |
2676 |
| - | |
2677 |
| - | |
2678 | 2642 |
| |
2679 | 2643 |
| |
2680 | 2644 |
| |
| |||
4079 | 4043 |
| |
4080 | 4044 |
| |
4081 | 4045 |
| |
4082 |
| - | |
4083 |
| - | |
4084 |
| - | |
4085 |
| - | |
4086 |
| - | |
4087 |
| - | |
| 4046 | + | |
| 4047 | + | |
4088 | 4048 |
| |
4089 | 4049 |
| |
4090 |
| - | |
4091 |
| - | |
4092 |
| - | |
4093 |
| - | |
4094 |
| - | |
4095 |
| - | |
| 4050 | + | |
| 4051 | + | |
4096 | 4052 |
| |
4097 | 4053 |
| |
4098 | 4054 |
| |
4099 |
| - | |
4100 |
| - | |
4101 |
| - | |
4102 |
| - | |
4103 |
| - | |
4104 |
| - | |
4105 |
| - | |
4106 |
| - | |
4107 |
| - | |
4108 |
| - | |
4109 |
| - | |
4110 |
| - | |
| 4055 | + | |
| 4056 | + | |
4111 | 4057 |
| |
4112 | 4058 |
| |
4113 | 4059 |
| |
| |||
4201 | 4147 |
| |
4202 | 4148 |
| |
4203 | 4149 |
| |
4204 |
| - | |
4205 |
| - | |
4206 |
| - | |
4207 |
| - | |
4208 |
| - | |
4209 |
| - | |
| 4150 | + | |
4210 | 4151 |
| |
4211 | 4152 |
| |
4212 | 4153 |
| |
| |||
4701 | 4642 |
| |
4702 | 4643 |
| |
4703 | 4644 |
| |
4704 |
| - | |
4705 |
| - | |
4706 |
| - | |
4707 |
| - | |
4708 |
| - | |
4709 |
| - | |
4710 |
| - | |
| 4645 | + | |
4711 | 4646 |
| |
4712 | 4647 |
| |
4713 | 4648 |
| |
4714 | 4649 |
| |
| 4650 | + | |
| 4651 | + | |
| 4652 | + | |
| 4653 | + | |
| 4654 | + | |
| 4655 | + | |
| 4656 | + | |
| 4657 | + | |
4715 | 4658 |
| |
4716 | 4659 |
| |
4717 | 4660 |
| |
|
Diff for: src/tools/run-make-support/Cargo.toml
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + |
Diff for: src/tools/run-make-support/src/lib.rs
+12-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 |
| |
6 | 12 |
| |
7 | 13 |
| |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
| 14 | + | |
12 | 15 |
| |
13 | 16 |
| |
14 | 17 |
| |
| |||
45 | 48 |
| |
46 | 49 |
| |
47 | 50 |
| |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
48 | 56 |
| |
49 | 57 |
| |
50 | 58 |
| |
|
Diff for: tests/assembly/wasm_exceptions.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
|
Diff for: tests/codegen/drop.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 | 1 |
| |
3 | 2 |
| |
4 | 3 |
| |
|
Diff for: tests/codegen/enum/enum-debug-clike.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
|
Diff for: tests/codegen/enum/enum-debug-niche.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
0 commit comments