summaryrefslogtreecommitdiff
path: root/rust/src/low_level_il/lifting.rs
AgeCommit message (Expand)Author
2026-06-04Add bswap, popcnt, clz, ctz, cls, and rbit instructionsMark Rowe
2026-05-27Rust APIs for custom function liftersBrandon Miller
2026-01-11[Rust] Replace `log` with `tracing`Mason Reed
2026-01-01update copyrights for 2026Jordan Wiens
2025-09-30Fix rust api formatting warningsJosh Ferrell
2025-09-29Fix rust warnings about lifetimes introduced by 1.89.0Josh Ferrell
2025-09-29Make rust il.undefined return a ValueExpr for use as a sub-exprBrandon Miller
2025-08-27[Rust] Fix a couple of oversights in the APIMark Rowe
2025-05-12[Rust] Remove `NonSSAVariant` bound from `LowLevelILFunction`Mason Reed
2025-05-12[Rust] Misc clippy lintsMason Reed
2025-05-12[Rust] Remove Architecture trait bound on LLIL related structuresMason Reed
2025-03-28belated copyright year updateJordan Wiens
2025-01-25Rust refactorMason Reed