| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-11 | update DisassemblyTextLine Drop impl to use Box | Rubens Brandao | |
| 2024-04-11 | replace Vec<T> with Box<[T]> where capacity eq to len | Rubens Brandao | |
| 2024-04-09 | replace BStr with str | Rubens Brandao | |
| 2024-03-15 | Separate local variable tokens in higher level ILs from stack variable ↵ | Rusty Wagner | |
| tokens in lower levels, and improve token usage in disassembly | |||
| 2024-02-07 | add exprIndex field to BNInstructionTextToken | Ryan Snyder | |
| 2024-01-08 | update copyright year | Jordan Wiens | |
| 2023-01-10 | Remove unused impls of `AsRef<T> for T` | Michael Krasnitski | |
| 2023-01-06 | Rust API: Additional Cleanup | Michael Krasnitski | |
| 2023-01-06 | Rust API: Lots and lots of clippy changes | KyleMiles | |
| 2023-01-06 | Fix update copyright year leftover | Xusheng | |
| 2022-08-29 | Rust API : Update and add copyrights | KyleMiles | |
| 2022-08-16 | Rust API : Implement more of the core enum `InstructionTextTokenType` in ↵ | KyleMiles | |
| `InstructionTextTokenContents`; Fix some functions in types.rs not following the `T: Into<Conf<...>>` convention | |||
| 2022-06-27 | Rust API : Add Type::parameters for @CouleeApps | KyleMiles | |
| 2022-06-24 | Rust API: Change tokens to use slice::from_raw_parts | rose | |
| 2022-06-23 | Rust API: Change instruction_text to use Vec<> | rose | |
| 2022-02-14 | Rust: Minor tweaks to 2890; merge architecture::InstructionTextToken and ↵ | KyleMiles | |
| disassembly::InstructionTextToken; update examples | |||
| 2022-02-14 | rust: add linearview and related APIs | Fabian Freyer | |
| This should include everything required to retrieve linear disassembly for a function. * add `highest_address` method to `Function` * add `DisassemblySettings` * add text getter for `InstructionTextToken` * add `LinearViewObject`, `LinearViewCursor` * add decompilation example | |||
| 2022-01-28 | Format All Files | KyleMiles | |
| 2021-09-27 | Better support for change type in linear view | Xusheng | |
| 2021-07-07 | Rust API: Type Improvements | KyleMiles | |
| FunctionParameters now hold refs and have a constructor | |||
| 2021-03-18 | Better type support | KyleMiles | |
| 2021-01-21 | cargo fmt and all my changes | KyleMiles | |
