summaryrefslogtreecommitdiff
path: root/rust/src/callingconvention.rs
AgeCommit message (Expand)Author
2025-01-25Rust refactorMason Reed
2024-12-14Pass length to free flag conditions list callback and remove libc from rust apiMason Reed
2024-12-14Pass length to free register list callbackMason Reed
2024-07-01Fix callee_saved_registers for CallingConventionRubens Brandão
2024-05-10hide array implementation detailsRubens Brandao
2024-05-09replace Vec<T> with Box<[T]>Rubens Brandao
2024-05-01Merge branch 'fix-array-2' of github.com:rbran/binaryninja-api into devRyan Snyder
2024-04-30Fill out int_arg_registers and float_arg_registers in the Rust APIRusty Wagner
2024-04-10fix the array implementation using GATRubens Brandao
2024-04-09replace BStr with strRubens Brandao
2024-01-08update copyright yearJordan Wiens
2023-10-17BNGetVariablesForParameters register list also works for float regsRusty Wagner
2023-05-10Partially revert my previous commit: Allow extra type bounds, but suppress cl...KyleMiles
2023-05-10Rust API : Remove some unused type parameters (this should remove a little bi...KyleMiles
2023-01-06Rust API: Additional CleanupMichael Krasnitski
2023-01-06Rust API: Lots and lots of clippy changesKyleMiles
2023-01-06Fix update copyright year leftoverXusheng
2022-11-10Fix ASAN crash on PDB loadRusty Wagner
2022-09-29Expose CallingConvention::GetVariablesForParametersGlenn Smith
2022-09-29[Rust API] impl Debug for CallingConventionGlenn Smith
2022-09-29[Rust API] Better name for this trait fn, more CC supportGlenn Smith
2022-08-31Rust API : Major docs update (still need detailed module and function documen...KyleMiles
2022-08-29Rust API : Update and add copyrightsKyleMiles
2021-07-07Rust API : Fix for calling convention ABI changeKyleMiles
2021-06-15formattingendeavor
2021-06-15support are_argument_registers_user_for_var_args added in 0732c4d3e9b24382271...endeavor
2021-05-11Rust API : Better headless support; Introducing `binaryninja::open_view` and ...KyleMiles
2021-03-18Better type supportKyleMiles
2021-02-26Add is_eligible_for_heuristics to builderJoe Rozner
2021-01-21cargo fmt and all my changesKyleMiles
2021-01-21This is a combination of 23 commits, the work of Ryan Snyder:Ryan Snyder