-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
17 files
+1 −1 | .appveyor.yml | |
+1 −1 | .travis.yml | |
+6 −5 | README.md | |
+1 −0 | ci.sh | |
+1 −1 | rust-version | |
+1 −1 | rustup-toolchain | |
+14 −1 | src/bin/cargo-miri.rs | |
+2 −7 | src/bin/miri.rs | |
+11 −7 | src/diagnostics.rs | |
+18 −5 | src/shims/dlsym.rs | |
+5 −7 | src/shims/foreign_items/posix.rs | |
+2 −2 | src/shims/foreign_items/posix/macos.rs | |
+14 −6 | src/shims/foreign_items/windows.rs | |
+1 −1 | tests/compile-fail/uninit_buffer.rs | |
+68 −0 | tests/run-pass/dyn-lcsit.rs | |
+2 −2 | tests/run-pass/heap.rs | |
+5 −0 | tests/run-pass/intrinsics.rs |