rust/src
Philippe Nadon 6dd700fd17 Changed not_undef to check_init in foreign_items.rs
Due to changes from upstream, a commit using not_undef was inserted, which had to be updated to use check_init.

related issue #71193
2020-07-27 13:07:25 -06:00
..
bin Early exit if program doesn't contain a main fn 2020-07-09 13:16:38 +02:00
shims Changed not_undef to check_init in foreign_items.rs 2020-07-27 13:07:25 -06:00
diagnostics.rs fix non-fatal diagnostics stacktraces 2020-07-17 12:55:45 +02:00
eval.rs renamed ScalarMaybeUninit::not_undef to check_init 2020-07-26 16:05:20 -06:00
helpers.rs renamed ScalarMaybeUninit::not_undef to check_init 2020-07-26 16:05:20 -06:00
intptrcast.rs module organization: move platform-specific code to shims::{posix::{linux, macos}, windows} 2020-06-27 13:22:49 +02:00
lib.rs add option to track call IDs 2020-07-02 10:33:54 +02:00
machine.rs add a Miri extern fn to mark an allocation as being a static root for leak checking 2020-07-23 15:47:33 +02:00
mono_hash_map.rs avoid ref in matches 2020-04-12 10:08:12 +02:00
operator.rs renamed ScalarMaybeUninit::not_undef to check_init 2020-07-26 16:05:20 -06:00
range_map.rs rustup for import changes 2020-04-03 00:05:35 +02:00
stacked_borrows.rs we cannot track all machine memory any more due to int-ptr-casts 2020-07-08 12:01:49 +02:00
sync.rs move rwlock dequeuing to shared code, and use that code for Windows rwlocks 2020-06-28 11:28:46 +02:00
thread.rs fix typo 2020-07-17 13:40:13 +02:00