rust-lang / poloniusLinks
Defines the Rust borrow checker.
☆1,557Updated 6 months ago
Alternatives and similar repositories for polonius
Users that are interested in polonius are comparing it to the libraries listed below
Sorting:
- A fast bump allocation arena for Rust☆2,024Updated last week
- Rust quasi-quoting☆1,503Updated last week
- Cranelift based backend for rustc☆1,947Updated last week
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆1,975Updated 4 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,587Updated last week
- Concurrency permutation testing tool for Rust.☆2,556Updated 4 months ago
- Compile time static maps for Rust☆2,072Updated 2 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,260Updated 3 weeks ago
- Parser for Rust source code☆3,251Updated this week
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,259Updated last year
- Attribute macro to require that the compiler prove a function can't ever panic☆1,168Updated last week
- A crate for managing memory bit by bit☆1,361Updated last year
- Some more derive(Trait) options☆2,041Updated last week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,223Updated last week
- Rust port of Google's SwissTable hash map☆2,828Updated this week
- Rust library for single assignment cells and lazy statics without macros☆2,046Updated 7 months ago
- Analysis of various tricky Rust code☆1,983Updated last week
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆903Updated 3 weeks ago
- Subcommand to show result of macro expansion☆2,998Updated last week
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,551Updated last month
- A precise specification for "Rust lite / MIR plus"☆949Updated last week
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,681Updated this week
- Hypothesis-like property testing for Rust☆2,000Updated last week
- Macros for all your token pasting needs☆1,068Updated last year
- Forum for discussion about what unsafe code can and can't do☆723Updated 4 months ago
- The testing ground for the future of portable SIMD in Rust☆1,021Updated 2 weeks ago
- Website for graphing performance of rustc