-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend Miri to correctly pass mutable pointers through FFI #133211
base: master
Are you sure you want to change the base?
Extend Miri to correctly pass mutable pointers through FFI #133211
Commits on Nov 19, 2024
-
start implementing alloc_mark_init_rec, write_zero_if_uninit, write p…
…tr_write_access.rs tests (modifying, initializing memory, provenance)
Configuration menu - View commit details
-
Copy full SHA for 6a7c730 - Browse repository at this point
Copy the full SHA 6a7c730View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf5d369 - Browse repository at this point
Copy the full SHA bf5d369View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b90dee - Browse repository at this point
Copy the full SHA 8b90deeView commit details
Commits on Nov 22, 2024
-
Add FIXME in src/tools/miri/src/shims/native_lib.rs
Co-authored-by: Ralf Jung <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e383a47 - Browse repository at this point
Copy the full SHA e383a47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2826ff4 - Browse repository at this point
Copy the full SHA 2826ff4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26602eb - Browse repository at this point
Copy the full SHA 26602ebView commit details
Commits on Nov 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5c27b83 - Browse repository at this point
Copy the full SHA 5c27b83View commit details -
Configuration menu - View commit details
-
Copy full SHA for f86ba13 - Browse repository at this point
Copy the full SHA f86ba13View commit details
Commits on Nov 25, 2024
-
try to fix write_wildcards, use Box instead of Vec for test, try to w…
…rite new expose nested pointer test
Configuration menu - View commit details
-
Copy full SHA for 3bee29b - Browse repository at this point
Copy the full SHA 3bee29bView commit details
Commits on Nov 26, 2024
-
Change comment in compiler/rustc_const_eval/src/interpret/memory.rs
Co-authored-by: Ralf Jung <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d592ba - Browse repository at this point
Copy the full SHA 4d592baView commit details -
Add comment in compiler/rustc_const_eval/src/interpret/memory.rs
Co-authored-by: Ralf Jung <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f64d3c7 - Browse repository at this point
Copy the full SHA f64d3c7View commit details -
Change comment in compiler/rustc_middle/src/mir/interpret/allocation.rs
Co-authored-by: Ralf Jung <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 193cca2 - Browse repository at this point
Copy the full SHA 193cca2View commit details -
code review commits (use rustc_data_structures::fx::FxHashSet, prepar…
…e_for_native_write, document write_wildcards
Configuration menu - View commit details
-
Copy full SHA for dc693ff - Browse repository at this point
Copy the full SHA dc693ffView commit details