Defines the Rust borrow checker.
☆1,582Jun 6, 2025Updated 8 months ago
Alternatives and similar repositories for polonius
Users that are interested in polonius are comparing it to the libraries listed below
Sorting:
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆1,984Feb 8, 2026Updated 3 weeks ago
- An interpreter for Rust's mid-level intermediate representation☆5,929Updated this week
- Cranelift based backend for rustc☆1,988Feb 20, 2026Updated last week
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,772Feb 7, 2026Updated 3 weeks ago
- A precise specification for "Rust lite / MIR plus"☆967Jan 28, 2026Updated last month
- Runtime for executing procedural macros as WebAssembly☆1,471Jan 21, 2026Updated last month
- Rust port of Google's SwissTable hash map☆2,866Feb 22, 2026Updated last week
- Parser for Rust source code☆3,294Updated this week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,282Feb 21, 2026Updated last week
- libgccjit AOT codegen for rustc☆1,100Updated this week
- Concurrency permutation testing tool for Rust.☆2,607Feb 20, 2026Updated last week
- Run experiments across parts of the Rust ecosystem!☆726Feb 12, 2026Updated 2 weeks ago
- Forum for discussion about what unsafe code can and can't do☆731Aug 19, 2025Updated 6 months ago
- A fast bump allocation arena for Rust☆2,117Updated this week
- a model of MIR and the Rust type/trait system☆327Feb 17, 2026Updated last week
- Type erasure for async trait methods☆2,118Feb 16, 2026Updated 2 weeks ago
- A minimal `syn` syntax tree pretty-printer☆743Feb 9, 2026Updated 3 weeks ago
- Tools for concurrent programming in Rust☆8,319Feb 22, 2026Updated last week
- A Rust compiler front-end for IDEs☆16,079Updated this week
- Rust library for single assignment cells and lazy statics without macros☆2,064May 24, 2025Updated 9 months ago
- Alternative rust compiler (re-implementation)☆2,442Updated this week
- Safe interop between Rust and C++☆6,671Feb 15, 2026Updated 2 weeks ago
- Zero-cost asynchronous programming in Rust☆5,815Feb 15, 2026Updated 2 weeks ago
- RFCs for changes to Rust☆6,408Updated this week
- Backtraces in Rust☆606Jan 25, 2026Updated last month
- derive(Error) for struct and enum error types☆5,363Feb 16, 2026Updated 2 weeks ago
- A string type for Rust that is not required to be valid UTF-8.☆1,041Feb 10, 2026Updated 2 weeks ago
- A static verifier for Rust, based on the Viper verification infrastructure.☆1,742Feb 2, 2026Updated 3 weeks ago
- A crate for safe and ergonomic pin-projection.☆704Updated this week
- Rayon: A data parallelism library for Rust☆12,792Jan 6, 2026Updated last month
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,621Feb 16, 2026Updated 2 weeks ago
- Statistics-driven benchmarking library for Rust☆5,428Nov 29, 2025Updated 3 months ago
- Kani Rust Verifier☆2,953Updated this week
- Async version of the Rust standard library☆4,067Aug 15, 2025Updated 6 months ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,095Feb 20, 2026Updated last week
- A small and fast async runtime for Rust☆4,782Updated this week
- Zero-copy deserialization framework for Rust☆4,039Feb 20, 2026Updated last week
- An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all in…☆3,906Updated this week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,300Jan 7, 2026Updated last month