rust-lang / rustc-reading-clubLinks
Rust Code Reading Clubs
☆140Updated 3 years ago
Alternatives and similar repositories for rustc-reading-club
Users that are interested in rustc-reading-club are comparing it to the libraries listed below
Sorting:
- Hazard pointers in Rust.☆208Updated last week
- Rust tutorial to demonstrate how variance works☆255Updated 9 months ago
- Manual segmented stacks for Rust☆323Updated 3 weeks ago
- Compile-time reference counting☆456Updated 5 months ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆186Updated 4 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆163Updated last year
- Guide for standard library developers☆85Updated 6 months ago
- ☆94Updated 2 years ago
- Home of the "types team", affiliated with the compiler and lang teams.☆96Updated 2 years ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆260Updated 3 months ago
- A framework for writing plugins that integrate with the Rust compiler☆161Updated last month
- A Rust macro to determine if a type implements a logical trait expression☆259Updated 5 years ago
- An unofficial, experimental place for documenting and gathering feedback on the design problems around Rust's orphan rules☆217Updated 6 years ago
- generators☆209Updated 2 years ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆484Updated last year
- Support crate for rustc's self-profiling feature☆373Updated 3 months ago
- a lock-free concurrent slab (experimental)☆299Updated 10 months ago
- Graph the number of crates that depend on your crate over time☆253Updated last month
- A wrapper around Rust futures that stores the future in space provided by the caller.☆303Updated last year
- home for proposals in and around compile-time function evaluation☆110Updated 2 years ago
- Bisects rustc, either nightlies or CI artifacts☆192Updated 2 weeks ago
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆234Updated 4 years ago
- Count lines of LLVM IR per generic function☆478Updated 3 weeks ago
- Minimalistic snapshot testing for Rust.☆291Updated 10 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆451Updated last month
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆291Updated 2 years ago
- Utility wrapper to send non send types to other threads safely☆188Updated 7 months ago
- A data structure to efficiently intern, cache and restore strings.☆203Updated 2 months ago
- ☆178Updated last year
- A thread pool for isolating blocking I/O in async programs☆367Updated last month