rust-lang / unsafe-code-guidelinesLinks
Forum for discussion about what unsafe code can and can't do
☆701Updated last week
Alternatives and similar repositories for unsafe-code-guidelines
Users that are interested in unsafe-code-guidelines are comparing it to the libraries listed below
Sorting:
- Website for graphing performance of rustc☆687Updated last week
- Defines the Rust borrow checker.☆1,489Updated 2 months ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,234Updated last year
- Rust implementations of compiler-rt and libm☆440Updated this week
- Attribute macro to require that the compiler prove a function can't ever panic☆1,143Updated this week
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆846Updated last week
- Whole program static stack analysis☆635Updated 9 months ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆756Updated this week
- How-to: Sanitize your Rust code!☆430Updated 7 years ago
- Heap profiling and ad hoc profiling for Rust programs.☆871Updated 6 months ago
- Test harness for ui tests of compiler diagnostics☆914Updated 3 weeks ago
- A crate for managing memory bit by bit☆1,319Updated last year
- A home for compiler team planning documents, meeting minutes, and other such things.☆411Updated last month
- Intrusive collections for Rust☆460Updated 11 months ago
- Module initialization/global constructor functions for Rust☆891Updated 2 weeks ago
- ☆852Updated this week
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,505Updated last week
- Spin-based synchronization primitives☆548Updated 2 months ago
- A macro to generate structures which behave like bitflags☆1,042Updated last week
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,523Updated last month
- Backtraces in Rust☆589Updated 2 months ago
- A port of MUSL's libm to Rust.☆633Updated 4 months ago
- Slab allocator for Rust☆825Updated 2 weeks ago
- Auditing crates for unsafe code which can be safely replaced☆551Updated 3 years ago
- Rust library allowing to register multiple handlers for the same signal☆797Updated 3 weeks ago
- libgccjit AOT codegen for rustc☆1,024Updated last week
- Rust quasi-quoting☆1,447Updated this week
- An implementation of Joshua Yanovski's Ghost Cell paper.☆481Updated last year
- Macros for all your token pasting needs☆1,054Updated 10 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆629Updated last year