rust-lang / const-eval
home for proposals in and around compile-time function evaluation
☆107Updated last year
Alternatives and similar repositories for const-eval:
Users that are interested in const-eval are comparing it to the libraries listed below
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆154Updated 11 months ago
- Project group working on the "safe transmute" feature☆92Updated 7 months ago
- Home of the "types team", affiliated with the compiler and lang teams.☆95Updated last year
- A collection of small utilities for working with pointer types in Rust.☆124Updated 2 months ago
- ☆97Updated last month
- Cargo subcommand for checking your documentation for broken links☆155Updated 4 months ago
- A graphical debugger for Rust MIR☆188Updated 2 years ago
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- docs.rs as a publishing platform?☆68Updated last month
- Install a rustc master toolchain usable from rustup☆75Updated 2 years ago
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 5 years ago
- Manual segmented stacks for Rust☆303Updated 3 weeks ago
- GLL parsing framework.☆137Updated last year
- Execute your code on the Rust ecosystem.☆184Updated 3 weeks ago
- Bisects rustc, either nightlies or CI artifacts☆182Updated this week
- ☆111Updated 2 years ago
- Determine whether characters have the XID_Start or XID_Continue properties☆89Updated last month
- Utilities for pinning☆97Updated last year
- A simple, id-based arena☆119Updated last year
- Overview of the Tree Borrows rules for detecting violations of the aliasing discipline in Rust☆24Updated 11 months ago
- Make trait methods callable without the trait in scope☆136Updated last month
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- Graph the number of crates that depend on your crate over time☆237Updated this week
- Safe, zero-cost downcasting for limited compile-time specialization.☆158Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆200Updated last month
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 3 months ago
- Intended to allow taking a T from a &mut T temporarily☆78Updated 5 years ago
- A perf script for helping to answer queries about how much time a given function occupies, where it is called from, and so forth.☆38Updated 6 years ago
- Typed index version of Rust slice and Vec containers☆69Updated 6 months ago
- (lifetime) GATs on stable Rust☆57Updated last year