summaryrefslogtreecommitdiff
path: root/plugins/warp/src/cache.rs
AgeCommit message (Expand)Author
2026-05-10[Rust] Refactor `binary_view` moduleMason Reed
2026-03-24[Rust] Move `ObjectDestructor` to own module and add some extra documentationMason Reed
2026-02-23[Rust] Refactor `FileMetadata` file informationMason Reed
2026-01-11[Rust] Enter more session scoped tracing spans for debug info and binary view...Mason Reed
2026-01-11[Rust] Replace `log` with `tracing`Mason Reed
2025-07-02WARP 1.0Mason Reed
2025-05-12[Rust] Remove `NonSSAVariant` bound from `LowLevelILFunction`Mason Reed
2025-05-12[Rust] More cleanup regarding `BnString`Mason Reed
2025-05-12[Rust] Return `String` instead of `BnString` for cases where lossy conversion...Mason Reed
2025-05-12[Rust] Remove Architecture trait bound on LLIL related structuresMason Reed
2025-01-25Rust refactorMason Reed
2024-12-14WARP: Run `cargo fmt`Mason Reed
2024-12-13WARP: Misc clippy lintMason Reed
2024-11-12WARP: Allow skipping trivial function constraintsMason Reed
2024-11-11WARP: Run `cargo clippy`Mason Reed
2024-11-11WARP: Lockless ViewIDMason Reed
2024-11-11WARP: Cache type references in the view cachesMason Reed
2024-11-08WARP: Fix very rare lock contention throwing away cache entry on finishMason Reed
2024-11-07WARP: Remove useless warningMason Reed
2024-11-04WARP: Misc formatting and remove useless apply commandMason Reed
2024-10-30WARP: Fix call site constraint offsetsMason Reed
2024-10-28Refactor WARP to use a module workflow for matchingMason Reed
2024-10-24Make WARP function guid generation infallibleMason Reed
2024-10-24Add WARP integrationMason Reed