-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule miri
updated
18 files
+3 −0 | .appveyor.yml | |
+151 −187 | Cargo.lock | |
+1 −1 | rust-version | |
+4 −0 | src/bin/cargo-miri.rs | |
+2 −6 | src/eval.rs | |
+123 −10 | src/helpers.rs | |
+1 −0 | src/lib.rs | |
+3 −6 | src/machine.rs | |
+3 −2 | src/operator.rs | |
+8 −27 | src/shims/env.rs | |
+12 −56 | src/shims/foreign_items.rs | |
+19 −46 | src/shims/fs.rs | |
+6 −16 | src/shims/intrinsics.rs | |
+1 −1 | src/shims/tls.rs | |
+2 −2 | src/stacked_borrows.rs | |
+14 −21 | test-cargo-miri/Cargo.lock | |
+0 −11 | tests/compile-fail/chdir_invalid_path.rs | |
+4 −3 | tests/run-pass/union-overwrite.rs |