rust-lang / rust-memory-model
Collecting examples and information to help design a memory model for Rust.
☆126Updated 5 years ago
Alternatives and similar repositories for rust-memory-model
Users that are interested in rust-memory-model are comparing it to the libraries listed below
Sorting:
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆156Updated last year
- Modeling NLL and the Rust borrowck☆80Updated 7 years ago
- Allocators in Rust☆312Updated 5 years ago
- Rust library that provides helpers for testing resilience of IO operations☆144Updated 3 years ago
- A graphical debugger for Rust MIR☆188Updated 2 years ago
- GLL parsing framework.☆137Updated last year
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- Efficient transactional memory in rust.☆210Updated 3 years ago
- Rust macro to generate self-referential structs☆210Updated 4 years ago
- Rust bindings to google's cpuprofiler☆126Updated 5 years ago
- LLVM wrappers for Rust☆68Updated 7 years ago
- tracking performance of rustc-generated binaries over time☆102Updated 2 years ago
- Deprecated, please use the official docs at https://doc.rust-lang.org/nightly/nightly-rustc☆24Updated 6 years ago
- Tutorial and demo of rust compiler replacement tooling