rust/compiler/rustc_sanitizers
Lukas Markeffsky 0055fb92db check the types in `ty::Value` to value conversion
and remove `ty::Const::try_to_scalar` because it becomes redundant
2025-01-30 18:13:16 +01:00
..
src check the types in `ty::Value` to value conversion 2025-01-30 18:13:16 +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

README.md

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