File tree
74 files changed
+275
-302
lines changed- src/tools
- compiletest/src
- run-make-support/src
- tests/run-make
- CURRENT_RUSTC_VERSION
- arguments-non-c-like-enum
- artifact-incr-cache
- artifact-incr-cache-no-obj
- bare-outfile
- box-struct-no-segfault
- c-link-to-rust-dylib
- c-link-to-rust-staticlib
- c-link-to-rust-va-list-fn
- cdylib
- compiler-builtins
- const-prop-lint
- core-no-oom-handling
- cross-lang-lto-riscv-abi
- deref-impl-rustdoc-ice
- doctests-keep-binaries
- doctests-runtool
- emit-named-files
- exit-code
- external-crate-panic-handle-no-lint
- incr-prev-body-beyond-eof
- issue-107495-archive-permissions
- issue-125484-used-dependencies
- manual-crate-name
- mixing-formats
- no-intermediate-extras
- non-pie-thread-local
- non-unicode-in-incremental-dir
- notify-all-emit-artifacts
- panic-impl-transitive
- print-cfg
- print-to-output
- reachable-extern-fn-available-lto
- repr128-dwarf
- reset-codegen-1
- resolve-rename
- rustdoc-determinism
- rustdoc-map-file
- rustdoc-output-path
- rustdoc-scrape-examples-macros
- rustdoc-scrape-examples-remap
- rustdoc-target-spec-json-path
- rustdoc-test-args
- rustdoc-themes
- rustdoc-verify-output-files
- rustdoc-with-out-dir-option
- rustdoc-with-output-option
- rustdoc-with-short-out-dir-option
- stdin-rustc
- stdin-rustdoc
- suspicious-library
- 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
- windows-binary-no-external-deps
- windows-spawn
- windows-ws2_32
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
74 files changed
+275
-302
lines changedDiff for: src/tools/compiletest/src/runtest.rs
+19-18
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
3471 | 3471 |
| |
3472 | 3472 |
| |
3473 | 3473 |
| |
| 3474 | + | |
| 3475 | + | |
| 3476 | + | |
| 3477 | + | |
| 3478 | + | |
| 3479 | + | |
| 3480 | + | |
| 3481 | + | |
| 3482 | + | |
| 3483 | + | |
| 3484 | + | |
| 3485 | + | |
| 3486 | + | |
| 3487 | + | |
| 3488 | + | |
3474 | 3489 |
| |
3475 | 3490 |
| |
3476 | 3491 |
| |
| |||
3530 | 3545 |
| |
3531 | 3546 |
| |
3532 | 3547 |
| |
3533 |
| - | |
3534 | 3548 |
| |
3535 | 3549 |
| |
3536 | 3550 |
| |
3537 | 3551 |
| |
3538 |
| - | |
3539 |
| - | |
3540 |
| - | |
3541 |
| - | |
3542 |
| - | |
3543 |
| - | |
3544 |
| - | |
| 3552 | + | |
3545 | 3553 |
| |
3546 | 3554 |
| |
3547 | 3555 |
| |
| |||
3571 | 3579 |
| |
3572 | 3580 |
| |
3573 | 3581 |
| |
3574 |
| - | |
| 3582 | + | |
3575 | 3583 |
| |
3576 | 3584 |
| |
3577 | 3585 |
| |
| |||
3582 | 3590 |
| |
3583 | 3591 |
| |
3584 | 3592 |
| |
3585 |
| - | |
3586 | 3593 |
| |
3587 | 3594 |
| |
3588 |
| - | |
3589 |
| - | |
3590 |
| - | |
3591 |
| - | |
3592 |
| - | |
3593 |
| - | |
3594 |
| - | |
| 3595 | + | |
3595 | 3596 |
| |
3596 | 3597 |
| |
3597 | 3598 |
| |
|
Diff for: src/tools/compiletest/src/util.rs
+15-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + |
Diff for: src/tools/run-make-support/src/cc.rs
+5-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
| 4 | + | |
7 | 5 |
| |
8 | 6 |
| |
9 | 7 |
| |
| |||
54 | 52 |
| |
55 | 53 |
| |
56 | 54 |
| |
57 |
| - | |
58 |
| - | |
| 55 | + | |
59 | 56 |
| |
60 | 57 |
| |
61 | 58 |
| |
| |||
69 | 66 |
| |
70 | 67 |
| |
71 | 68 |
| |
72 |
| - | |
73 |
| - | |
| 69 | + | |
| 70 | + | |
74 | 71 |
| |
75 | 72 |
| |
76 | 73 |
| |
77 | 74 |
| |
78 |
| - | |
| 75 | + | |
79 | 76 |
| |
80 | 77 |
| |
81 | 78 |
| |
|
Diff for: src/tools/run-make-support/src/clang.rs
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
34 |
| - | |
| 33 | + | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
|
Diff for: src/tools/run-make-support/src/lib.rs
+28-26
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 | 48 |
| |
54 | 49 |
| |
55 | 50 |
| |
| |||
70 | 65 |
| |
71 | 66 |
| |
72 | 67 |
| |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 | 68 |
| |
80 | 69 |
| |
81 | 70 |
| |
| |||
116 | 105 |
| |
117 | 106 |
| |
118 | 107 |
| |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 | 108 |
| |
126 | 109 |
| |
127 | 110 |
| |
| |||
159 | 142 |
| |
160 | 143 |
| |
161 | 144 |
| |
162 |
| - | |
163 |
| - | |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 |
| - | |
168 |
| - | |
169 |
| - | |
| 145 | + | |
170 | 146 |
| |
171 | 147 |
| |
172 | 148 |
| |
| |||
176 | 152 |
| |
177 | 153 |
| |
178 | 154 |
| |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
179 | 160 |
| |
180 | 161 |
| |
181 | 162 |
| |
| |||
227 | 208 |
| |
228 | 209 |
| |
229 | 210 |
| |
230 |
| - | |
| 211 | + | |
231 | 212 |
| |
232 | 213 |
| |
233 | 214 |
| |
| |||
315 | 296 |
| |
316 | 297 |
| |
317 | 298 |
| |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
318 | 320 |
| |
319 | 321 |
| |
320 | 322 |
| |
|
Diff for: src/tools/run-make-support/src/run.rs
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
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 | 20 |
| |
|
Diff for: src/tools/run-make-support/src/rustc.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
|
+5-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
+2-2
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 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
+2-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 | 11 |
| |
14 | 12 |
| |
15 | 13 |
| |
16 | 14 |
| |
17 | 15 |
| |
18 |
| - | |
| 16 | + | |
19 | 17 |
| |
20 | 18 |
| |
21 | 19 |
|
+2-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
15 | 13 |
| |
16 | 14 |
| |
17 | 15 |
| |
18 | 16 |
| |
19 | 17 |
| |
20 |
| - | |
| 18 | + | |
21 | 19 |
| |
22 | 20 |
| |
23 | 21 |
|
Diff for: tests/run-make/bare-outfile/rmake.rs
+1-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
8 |
| - | |
| 6 | + | |
9 | 7 |
| |
10 | 8 |
| |
11 |
| - | |
12 |
| - | |
13 | 9 |
| |
14 | 10 |
| |
15 | 11 |
|
0 commit comments