Skip to content

Commit 89814f1

Browse files
committed
Initial data-race detector,
passes all current tests but additional tests are required
1 parent 9a2cfbf commit 89814f1

File tree

10 files changed

+1802
-180
lines changed

10 files changed

+1802
-180
lines changed

Cargo.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ log = "0.4"
3030
shell-escape = "0.1.4"
3131
hex = "0.4.0"
3232
rand = "0.7"
33+
smallvec = "1.4.2"
3334

3435
# A noop dependency that changes in the Rust repository, it's a bit of a hack.
3536
# See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`

0 commit comments

Comments
 (0)