index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
src
/
calling_convention.rs
Age
Commit message (
Expand
)
Author
2026-06-02
Add support for multiple global pointer registers
Brandon Miller
2026-05-22
Refactor calling convention Rust API to allow default implementations
Rusty Wagner
2026-05-22
Initial support for Go and Pascal calling conventions
Rusty Wagner
2026-05-22
Refactor calling conventions to support correct representation of structures
Rusty Wagner
2026-02-20
Allow calling conventions to specify a list of registers that are required to...
Rusty Wagner
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-05-12
[Rust] Reduce usage of `IntoCStr` in function signatures
Mason Reed
2025-05-12
[Rust] Rename `AsCStr` to `IntoCStr`
Mason Reed
2025-05-12
[Rust] Simplify usage surrounding c strings
Mason Reed
2025-05-12
[Rust] Simplify `BnStrCompatible` trait
Mason Reed
2025-05-12
[Rust] Return `String` instead of `BnString` for cases where lossy conversion...
Mason Reed
2025-03-28
belated copyright year update
Jordan Wiens
2025-01-31
Fix double free in CoreCallingConvention::callee_saved_registers
Mason Reed
2025-01-25
Rust refactor
Mason Reed