-
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.
Auto merge of #68258 - RalfJung:miri, r=RalfJung
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule miri
updated
14 files
+5 −0 | .gitattributes | |
+1 −1 | rust-version | |
+108 −0 | src/diagnostics.rs | |
+5 −62 | src/eval.rs | |
+2 −2 | src/helpers.rs | |
+4 −0 | src/lib.rs | |
+10 −0 | src/shims/foreign_items.rs | |
+55 −4 | src/shims/fs.rs | |
+2 −2 | src/shims/intrinsics.rs | |
+1 −1 | src/shims/panic.rs | |
+11 −18 | src/stacked_borrows.rs | |
+19 −1 | tests/run-pass/fs.rs | |
+45 −0 | tests/run-pass/panic/std-panic-locations.rs | |
+6 −6 | travis.sh |