| Age | Commit message (Expand) | Author |
| 2020-01-01 | update copyright year to 2020 | Jordan Wiens |
| 2019-12-17 | Immutable type/struct/enum objects, allowing deduplication for reduced memory... | Rusty Wagner |
| 2019-11-15 | Type workflow improvements | Peter LaFosse |
| 2019-09-14 | lots of small documentation updates, mostly around making sure parameters are... | Jordan Wiens |
| 2019-07-18 | Add Symbol aliases to cope with duplicate symbols | rollsafe |
| 2019-07-03 | - fix a type error when trying to create a function type with a parameter tha... | verylazyguy |
| 2019-06-10 | re-enable documentation for name and byte_name on types.QualifiedName | Jordan Wiens |
| 2019-06-09 | remove two breaking changes | Jordan Wiens |
| 2019-06-08 | final refactor for missing parameters | Jordan Wiens |
| 2019-04-22 | Add BNGetStructureMemberByName API and add __getitem__ to python Structure API | Peter LaFosse |
| 2019-03-20 | Add ordinals to symbols | Rusty Wagner |
| 2019-03-06 | Add ability to query cross references directly on data variables | Peter LaFosse |
| 2019-01-30 | Fix documentation for Type.const | Peter LaFosse |
| 2019-01-17 | update company name and copyright date | Jordan Wiens |
| 2019-01-03 | lots of spelling / typo fixes | Jordan Wiens |
| 2018-12-13 | Commonize all InstructionTextToken generation | Peter LaFosse |
| 2018-10-19 | Add char convenience method | Peter LaFosse |
| 2018-10-19 | Expose DataRender APIs, allow setting const on types, and allow type comparison | Peter LaFosse |
| 2018-10-15 | Refactor to how symbols and namespaces work | Peter LaFosse |
| 2018-10-05 | Expose SymbolBinding API | Peter LaFosse |
| 2018-09-28 | Namespace API cleanup | Peter LaFosse |
| 2018-09-20 | Adding NameSpace tokens and plumbing through some namespce apis | Peter LaFosse |
| 2018-09-12 | Merging with dev | Peter LaFosse |
| 2018-08-31 | Merging with dev | Peter LaFosse |
| 2018-08-30 | Allow negative stack offsets for functions like alloca_probe | Rusty Wagner |
| 2018-07-31 | removing ability to set autodefined | Peter LaFosse |
| 2018-07-13 | Python2/3 String Compatibility Fix | KyleMiles |
| 2018-07-10 | Various Python 3 support changes | KyleMiles |
| 2018-07-10 | Various Python 3 support changes | KyleMiles |
| 2018-07-10 | addition 3 compatibility changes | Jordan Wiens |
| 2018-07-10 | Additional changes for python 2/3 compatibility | Peter LaFosse |
| 2018-07-10 | working division, prints, and metaclasses, but imports broken, still needs work | Jordan Wiens |
| 2018-03-23 | fixes #912 | Jordan Wiens |
| 2018-03-23 | Fix 'demangled' typo. | Brian Potchik |
| 2018-03-23 | fixes binaryninja-api #784 improper call to BNCreateEnumerationType | Peter LaFosse |
| 2018-03-23 | Register stack adjustments in calling conventions | Rusty Wagner |
| 2018-02-12 | Merge branch 'dev' into fpu | Rusty Wagner |
| 2018-01-25 | fixes #912 | Jordan Wiens |
| 2018-01-15 | Fix 'demangled' typo. | Brian Potchik |
| 2018-01-11 | fixes binaryninja-api #784 improper call to BNCreateEnumerationType | Peter LaFosse |
| 2017-11-27 | Register stack adjustments in calling conventions | Rusty Wagner |
| 2017-08-29 | Updating APIs to deal with stack adjustment | Rusty Wagner |
| 2017-08-23 | Added APIs for clobbered registers, global pointers, and function exit data f... | Rusty Wagner |
| 2017-08-17 | Support custom calling conventions in the type parser and type objects | Rusty Wagner |
| 2017-08-15 | Add APIs to access and update portions of the function type, and added new AP... | Rusty Wagner |
| 2017-07-26 | Merge type propagation into dev | Rusty Wagner |
| 2017-07-18 | Add instruction for indirect structure access | Rusty Wagner |
| 2017-07-17 | Fix referenced to old calling convention api, Fixes #739 | Peter LaFosse |
| 2017-07-14 | Adding API to get type of MLIL expression | Rusty Wagner |
| 2017-07-10 | Add confidence levels to type objects | Rusty Wagner |