2 files changed
+1
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
65 | 64 |
| |
66 | 65 |
| |
67 | 66 |
| |
| |||
72 | 71 |
| |
73 | 72 |
| |
74 | 73 |
| |
75 |
| - | |
76 | 74 |
| |
77 | 75 |
| |
78 | 76 |
| |
| |||
111 | 109 |
| |
112 | 110 |
| |
113 | 111 |
| |
114 |
| - | |
115 | 112 |
| |
116 | 113 |
| |
117 | 114 |
| |
| |||
122 | 119 |
| |
123 | 120 |
| |
124 | 121 |
| |
125 |
| - | |
126 | 122 |
| |
127 | 123 |
| |
128 | 124 |
| |
|
- .github/workflows/ci.yml+1-1
- ci.sh+3-4
- rust-version+1-1
- src/data_race.rs+57-23
- src/shims/intrinsics.rs+399-106
- tests/compile-fail/data_race/dealloc_read_race_stack.rs+2-3
- tests/compile-fail/data_race/dealloc_read_race_stack_drop.rs-52
- tests/compile-fail/data_race/dealloc_write_race_stack.rs+2-3
- tests/compile-fail/data_race/dealloc_write_race_stack_drop.rs-53
- tests/compile-fail/sync/libc_pthread_rwlock_read_write_deadlock_single_thread.rs+2-1
- tests/compile-fail/sync/libc_pthread_rwlock_write_read_deadlock_single_thread.rs+2-1
- tests/compile-fail/sync/libc_pthread_rwlock_write_write_deadlock_single_thread.rs+2-1
- tests/run-pass/atomic.rs+14
0 commit comments