summaryrefslogtreecommitdiff
path: root/rust/src/high_level_il
AgeCommit message (Expand)Author
2026-06-05Add abs, min, and max instructionsMark Rowe
2026-06-04Add bswap, popcnt, clz, ctz, cls, and rbit instructionsMark Rowe
2026-05-22Refactor calling conventions to support correct representation of structuresRusty Wagner
2025-09-24Fix HighLevelILInstruction CoreArrayProvider using instr index instead of exp...Josh Ferrell
2025-05-30[Rust] Express expression vs instruction index for MLIL and HLIL APIsMason Reed
2025-05-12[Rust] Simplify operand list retrieval for MLIL and HLILMason Reed
2025-05-12[Rust] Fix misc typosMason Reed
2025-05-12[Rust] Implement `LanguageRepresentation` and `LineFormatter`rbran
2025-05-12[Rust] Reduce usage of `IntoCStr` in function signaturesMason Reed
2025-05-12[Rust] Rename `AsCStr` to `IntoCStr`Mason Reed
2025-05-12[Rust] Simplify `BnStrCompatible` traitMason Reed
2025-05-12[Rust] Return `String` instead of `BnString` for cases where lossy conversion...Mason Reed
2025-05-04[Rust] Avoid leaking a reference within {Medium,High}LevelILFunction::ssa_formMark Rowe
2025-02-18Fix the lifted GotoLabel in Rust printing the function in Debug implMason Reed
2025-02-14uidf refactorRyan Snyder
2025-01-31Rust remove function ref from HighLevelILLiftedInstruction impl DebugMason Reed
2025-01-25Rust refactorMason Reed