rust-lang / unsafe-code-guidelinesLinks
Forum for discussion about what unsafe code can and can't do
☆714Updated 2 months ago
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☆693Updated last week
- Defines the Rust borrow checker.☆1,538Updated 5 months ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,247Updated last year
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆881Updated last week
- Whole program static stack analysis☆642Updated last year
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆760Updated last month
- Rust implementations of compiler-rt and libm☆451Updated 3 weeks ago
- A port of MUSL's libm to Rust.☆632Updated 6 months ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,162Updated 3 weeks ago
- Spin-based synchronization primitives☆561Updated last month
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,541Updated last month
- How-to: Sanitize your Rust code!☆432Updated 7 years ago
- A precise specification for "Rust lite / MIR plus"☆941Updated 3 weeks ago
- Test harness for ui tests of compiler diagnostics☆935Updated last week
- Heap profiling and ad hoc profiling for Rust programs.☆895Updated 8 months ago
- A home for compiler team planning documents, meeting minutes, and other such things.☆416Updated 2 weeks ago
- Module initialization/global constructor functions for Rust☆925Updated last week
- An implementation of Joshua Yanovski's Ghost Cell paper.☆484Updated last year
- A modern Rust debugging library 🦀☆892Updated 3 years ago
- Intrusive collections for Rust☆470Updated last year
- Auditing crates for unsafe code which can be safely replaced☆558Updated 3 years ago
- ☆880Updated last week
- A unified interface for reading and writing object file formats☆773Updated this week
- A macro to generate structures which behave like bitflags☆1,066Updated 3 weeks ago
- libgccjit AOT codegen for rustc☆1,060Updated last week
- A crate for managing memory bit by bit☆1,356Updated last year
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,554Updated last month
- Count lines of LLVM IR per generic function☆481Updated last month
- Macros for all your token pasting needs☆1,064Updated last year
- Rust quasi-quoting☆1,485Updated this week