This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
src
History
Gary Guo
c5b324b031
Remove likely and unlikely from intrinsics shim
...
They are now implemented in MIR interpreter by
rust-lang/rust#73778
2020-07-02 20:00:27 +01:00
..
bin
add option to track call IDs
2020-07-02 10:33:54 +02:00
shims
Remove likely and unlikely from intrinsics shim
2020-07-02 20:00:27 +01:00
diagnostics.rs
add option to track call IDs
2020-07-02 10:33:54 +02:00
eval.rs
add option to track call IDs
2020-07-02 10:33:54 +02:00
helpers.rs
Move get/set_at_offset helpers to global helpers file
2020-06-28 09:23:01 +02: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 option to track call IDs
2020-07-02 10:33:54 +02:00
mono_hash_map.rs
…
operator.rs
Remove pointer arithmetic intrinsics
2020-05-30 09:06:37 +02:00
range_map.rs
…
stacked_borrows.rs
add option to track call IDs
2020-07-02 10:33:54 +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
Rename shims::{sync -> posic_sync} and move sync_singlethread test to other sync test
2020-06-27 12:37:12 +02:00