rust/compiler/rustc_sanitizers
lcnr 9cba14b95b use TypingEnv when no infcx is available
the behavior of the type system not only depends on the current
assumptions, but also the currentnphase of the compiler. This is
mostly necessary as we need to decide whether and how to reveal
opaque types. We track this via the `TypingMode`.
2024-11-18 10:38:56 +01:00
..
src use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
Cargo.toml compiler: Add rustc_abi to _sanitizers 2024-11-02 20:31:47 -07:00
README.md sanitizers: Create the rustc_sanitizers crate 2024-04-08 12:05:41 -07:00

The rustc_sanitizers crate contains the source code for providing support for the sanitizers to the Rust compiler.