| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-23 | [Rust] impl Send and Sync to CoreLanguageRepresentationFunctionType (#8012) | Rubens Brandão | |
| 2025-12-15 | [Rust] Restructure type APIs into `types` module | Mason Reed | |
| This helps with documentation, giving a single module for those working with types to find related APIs Also split out enumeration and structure APIs into their own file, since they have their own backing data separate from `Type`. | |||
| 2025-12-05 | [Rust] Fix misc clippy lints and warnings | Mason Reed | |
| These are introduced after changing to Rust 1.91.1 | |||
| 2025-05-30 | [Rust] Express expression vs instruction index for MLIL and HLIL APIs | Mason Reed | |
| This was done to fix unintended behavior using an instruction or expression index in place of the other. Fixes https://github.com/Vector35/binaryninja-api/issues/6897 | |||
| 2025-05-12 | [Rust] Implement custom interactive handler | rbran | |
| 2025-05-12 | [Rust] Implement `LanguageRepresentation` and `LineFormatter` | rbran | |
