rust-lang / unsafe-code-guidelines
Forum for discussion about what unsafe code can and can't do
☆676Updated last month
Alternatives and similar repositories for unsafe-code-guidelines:
Users that are interested in unsafe-code-guidelines are comparing it to the libraries listed below
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆723Updated 3 weeks ago
- Website for graphing performance of rustc☆646Updated this week
- Defines the Rust borrow checker.☆1,379Updated 6 months ago
- Rust quasi-quoting☆1,359Updated 3 weeks ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,201Updated 10 months ago
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,420Updated 5 months ago
- A fast bump allocation arena for Rust☆1,501Updated 4 months ago
- ☆778Updated last week
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆749Updated this week
- How-to: Sanitize your Rust code!☆428Updated 6 years ago
- Module initialization/global constructor functions for Rust☆775Updated last month
- Test harness for ui tests of compiler diagnostics☆837Updated last month
- Attribute macro to require that the compiler prove a function can't ever panic