This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
5 files changed
+23
-47
lines changed- library/std/src/sys/unix/process
- src
- doc/unstable-book/src/library-features
- test/ui
- command
- process
- tools
5 files changed
+23
-47
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
169 | 175 | | |
170 | 176 | | |
171 | 177 | | |
172 | 178 | | |
173 | 179 | | |
174 | 180 | | |
175 | 181 | | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
| 182 | + | |
182 | 183 | | |
183 | | - | |
| 184 | + | |
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
| |||
212 | 213 | | |
213 | 214 | | |
214 | 215 | | |
215 | | - | |
216 | | - | |
| 216 | + | |
| 217 | + | |
217 | 218 | | |
218 | 219 | | |
219 | 220 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
562 | 562 | | |
563 | 563 | | |
564 | 564 | | |
565 | | - | |
566 | | - | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
567 | 568 | | |
| 569 | + | |
| 570 | + | |
568 | 571 | | |
569 | 572 | | |
570 | 573 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 20 | | |
36 | 21 | | |
37 | 22 | | |
| |||
83 | 68 | | |
84 | 69 | | |
85 | 70 | | |
86 | | - | |
| 71 | + | |
| 72 | + | |
87 | 73 | | |
88 | 74 | | |
89 | 75 | | |
90 | 76 | | |
91 | | - | |
| 77 | + | |
| 78 | + | |
92 | 79 | | |
93 | 80 | | |
94 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 26 | | |
42 | 27 | | |
43 | 28 | | |
| |||
59 | 44 | | |
60 | 45 | | |
61 | 46 | | |
62 | | - | |
| 47 | + | |
63 | 48 | | |
64 | 49 | | |
65 | 50 | | |
| |||
- README.md+4
- rust-version+1-1
- src/bin/miri.rs+3
- src/eval.rs+3
- src/machine.rs+9
- src/shims/posix/sync.rs+23-6
- tests/compile-fail/alloc/reallocate-bad-size.rs+1-1
- tests/compile-fail/alloc/reallocate-change-alloc.rs+1-1
- tests/compile-fail/alloc/reallocate-dangling.rs+1-1
- tests/compile-fail/uninit_float.rs+8
- tests/compile-fail/uninit_integer.rs+8
- tests/compile-fail/uninit_integer_signed.rs+8
- tests/compile-fail/uninit_raw_ptr.rs+4
- tests/run-pass/uninit_number_ignored.rs+8
0 commit comments