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
/
types.rs
Age
Commit message (
Expand
)
Author
2026-05-26
[Rust] Fix misc clippy lints
Mason Reed
2026-05-22
Refactor calling convention Rust API to allow default implementations
Rusty Wagner
2026-05-22
Refactor calling conventions to support correct representation of structures
Rusty Wagner
2026-05-13
Changes related to display as/type toggling.
Alexander Taylor
2026-05-10
[Rust] Refactor `binary_view` module
Mason Reed
2026-03-23
[Rust] Add `TypeBuilder::function` and `TypeBuilder::function_with_opts`
Mason Reed
2026-02-23
[Rust] Pass `type_reference` by ref to `TypeBuilder::named_type`
Mason Reed
2026-02-23
[Rust] Provide setters useful for creating NTR references
Mason Reed
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-12-25
[Rust API] Add TypeBuilder::set_signed
Josh Ferrell
2025-12-15
[Rust] Move `QualifiedName` to own module
Mason Reed
2025-12-15
[Rust] Misc documentation and internal cleanup of types module
Mason Reed
2025-12-15
[Rust] Restructure type APIs into `types` module
Mason Reed
2025-11-16
[DWARF] Fix crash in dwarf export with detached NTR vtable data variable
Mason Reed
2025-10-29
[Rust] Fix typo in doc comment
Mason Reed
2025-10-23
[Rust] Misc formatting
Mason Reed
2025-10-23
Support bitfields in type system
Mason Reed
2025-09-17
[Rust] Add TypeBuilder::set_child_type
Mark Rowe
2025-09-07
[Rust] Support pointer base types and offsets
LukBukkit
2025-07-02
[Rust] Remove duplicate `(&str, Variable, &Type)` named variable type impl
Mason Reed
2025-07-02
[Rust] Make some core handles public
Mason Reed
2025-06-18
Make StructureBuilder.finalize immutable
Josh Ferrell
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] More cleanup regarding `BnString`
Mason Reed
2025-05-12
[Rust] Simplify `BnStrCompatible` trait
Mason Reed
2025-05-12
[Rust] More cleanup
Mason Reed
2025-05-12
[Rust] Return `String` instead of `BnString` for cases where lossy conversion...
Mason Reed
2025-04-10
Fix function type construction leaking in Rust API
Mason Reed
2025-03-28
belated copyright year update
Jordan Wiens
2025-02-24
Remove `is_floating_point` from `Type` impl Debug
Mason Reed
2025-01-27
Add `StructureBuilder::current_width`
Mason Reed
2025-01-27
Fix rust EnumerationBuilder method return types
Visual Ehrmanntraut
2025-01-25
Fix incorrect immutable borrow for EnumerationBuilder
Mason Reed
2025-01-25
Rust refactor
Mason Reed
2024-10-21
Fix UAF of base structure types
Mason Reed
2024-10-21
Stop leaking named type references in rust
Mason Reed
2024-07-26
Add `VariableSourceType` type alias
Michael Krasnitski
2024-07-02
fix return type for Array ComponentReferencedTypes
Rubens Brandao
2024-07-02
implement rust Component
Rubens Brandao
2024-06-13
Apply stack variables from DWARF
Josh Ferrell
2024-06-10
Alternate fmt::Debug for Type with even more debug info
Glenn Smith
2024-05-28
Implement python MLIL related functions
Rubens Brandao
2024-05-28
fix multiple memory leaks related to CStr/BnString
Rubens Brandao
2024-05-20
Implement python Function methods to rust
Rubens Brandao
2024-05-10
use the new public/private Array trait impl
Rubens Brandao
2024-05-10
hide array implementation details
Rubens Brandao
2024-05-09
fix rust doc code
Rubens Brandao
2024-05-09
Add Array GAT to StructureMember
Rubens Brandao
2024-05-09
add StructureBuilder missing python methods
Rubens Brandao
[next]