| Age | Commit message (Expand) | Author |
| 2026-06-07 | [Python] Fix copy_expr_to and add builder methods for recently-added instruct... | Mark Rowe |
| 2026-06-06 | Split internal/external test build scripts. | Alexander Taylor |
| 2026-06-06 | Better MIPS n32 support. | Alexander Taylor |
| 2026-06-06 | Add little-endian octeon mips arch | Jonathan Eskeldson |
| 2026-06-05 | Fix some Rust formatting | Mark Rowe |
| 2026-06-05 | [aarch64] Emit abs, min, and max instructions during lifting | Mark Rowe |
| 2026-06-05 | Add abs, min, and max instructions | Mark Rowe |
| 2026-06-05 | [aarch64] Fix incorrect lifting of double precision FMOV immediate | Mark Rowe |
| 2026-06-05 | Bump core ABI versions after adding new instructions | Mark Rowe |
| 2026-06-04 | [armv7] Emit bswap, clz, and rbit instructions during lifting | Mark Rowe |
| 2026-06-04 | [x86] Emit bswap, popcnt, clz, and ctz instructions during lifting | Mark Rowe |
| 2026-06-04 | [aarch64] Emit bswap, popcnt, clz, ctz, cls, and rbit instructions during lif... | Mark Rowe |
| 2026-06-04 | Add bswap, popcnt, clz, ctz, cls, and rbit instructions | Mark Rowe |
| 2026-06-04 | Fix defaultarch not pointing at the api directory | Glenn Smith |
| 2026-06-04 | Move FindBinaryNinjaCore.cmake's error message to api | Glenn Smith |
| 2026-06-02 | Fix unbounded recursion in function inlining | Brandon Miller |
| 2026-06-02 | [Objective-C] Improve bounds checking on UTF8 cf strings | Mason Reed |
| 2026-06-02 | Add support for multiple global pointer registers | Brandon Miller |
| 2026-05-29 | [Python] Ensure that BNFreeParseError is used to free the error returned by B... | Mark Rowe |
| 2026-05-29 | Improve consistency in how string lists are allocated in API entrypoints | Mark Rowe |
| 2026-05-28 | Remove unused path manipulation functions from C API | Mark Rowe |
| 2026-05-28 | [Objective-C] Fix horrid bounds checking from previous fix | Mason Reed |
| 2026-05-28 | [ELF] Fix MIPS symbol lookup hang with malformed symbol table entry | Mason Reed |
| 2026-05-28 | [RTTI] Add a fast-fail to the Itanium RTTI parser for large unbacked sections | Mason Reed |
| 2026-05-28 | [PE] Add a fast fail for malformed PE exception directory table size | Mason Reed |
| 2026-05-28 | [Rust] Misc formatting | Mason Reed |
| 2026-05-28 | [Objective-C] Fix misc crashes for bad input binaries | Mason Reed |
| 2026-05-28 | [WARP] Fix race condition with sidebar deletion with analysis completion even... | Mason Reed |
| 2026-05-28 | [Windows] Fix x64 platform view init race condition | Mason Reed |
| 2026-05-27 | Guard disposed BinaryView handles | Peter LaFosse |
| 2026-05-27 | add better syntax highlighting for code blocks | Jordan Wiens |
| 2026-05-27 | fix python plugin install api to default to latest version | Jordan Wiens |
| 2026-05-27 | Pull lambdas out into separate functions. | Alexander Taylor |
| 2026-05-27 | Better handling for shared cache files in projects. | Alexander Taylor |
| 2026-05-27 | Explain why original shared cache files are needed. | Alexander Taylor |
| 2026-05-27 | Improve UX when loading shared cache. | Alexander Taylor |
| 2026-05-27 | Apply symbols and types to TMS320C6x ELFs | Brandon Miller |
| 2026-05-27 | Rust APIs for custom function lifters | Brandon Miller |
| 2026-05-26 | [Rust] Fix misc clippy lints | Mason Reed |
| 2026-05-26 | [Rust] Misc formatting | Mason Reed |
| 2026-05-26 | [PDB] Fix crash when no default calling convention is registered | Mason Reed |
| 2026-05-26 | [WARP] Fix crash when no default calling convention is registered | Mason Reed |
| 2026-05-22 | Refactor calling convention Rust API to allow default implementations | Rusty Wagner |
| 2026-05-22 | Update documentation for calling convention changes | Rusty Wagner |
| 2026-05-22 | Function signature table in edit function dialog | Rusty Wagner |
| 2026-05-22 | Implement return value location handling for x86/x86_64 ELF ABI | Rusty Wagner |
| 2026-05-22 | Initial support for Go and Pascal calling conventions | Rusty Wagner |
| 2026-05-22 | Add handling of structure returns and parameters in Windows x86/x64 calling c... | Rusty Wagner |
| 2026-05-22 | Add handling of structure returns and parameters in aarch64 calling convention | Rusty Wagner |
| 2026-05-22 | Refactor calling conventions to support correct representation of structures | Rusty Wagner |