rust-lang / unsafe-code-guidelines
Forum for discussion about what unsafe code can and can't do
☆666Updated this week
Related projects ⓘ
Alternatives and complementary repositories for unsafe-code-guidelines
- Website for graphing performance of rustc☆632Updated this week
- Defines the Rust borrow checker.☆1,347Updated 4 months ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,185Updated 8 months ago
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆710Updated this week
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,410Updated 2 months ago
- Test harness for ui tests of compiler diagnostics☆804Updated this week
- Attribute macro to require that the compiler prove a function can't ever panic☆991Updated 2 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,354Updated last week
- A crate for managing memory bit by bit☆1,213Updated 3 months ago
- Auditing crates for unsafe code which can be safely replaced☆536Updated 2 years ago
- Heap profiling and ad hoc profiling for Rust programs.☆744Updated 3 months ago
- A macro to generate structures which behave like bitflags☆961Updated 3 weeks ago
- A precise specification for "Rust lite / MIR plus"☆818Updated 3 weeks ago
- A fast bump allocation arena for Rust☆1,433Updated 2 months ago
- Macros for all your token pasting needs☆1,025Updated last month
- How-to: Sanitize your Rust code!☆427Updated 6 years ago
- Intrusive collections for Rust☆410Updated 2 months ago
- Rust quasi-quoting☆1,326Updated last month
- The testing ground for the future of portable SIMD in Rust☆897Updated this week
- Rust library allowing to register multiple handlers for the same signal☆727Updated 2 months ago
- ☆746Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆1,723Updated last month
- Just, really the littlest Vec you could need. So smol.☆649Updated 2 months ago
- Spin-based synchronization primitives☆482Updated 3 months ago
- Get the number of CPUs in Rust☆582Updated 4 months ago
- A Rust proc-macro attribute parser☆1,020Updated last month
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆705Updated last month
- Porting `compiler-rt` intrinsics to Rust☆373Updated this week
- A vector with a fixed capacity. (Rust)☆747Updated 3 weeks ago
- Backtraces in Rust☆537Updated last month