| Age | Commit message (Expand) | Author |
| 2022-01-19 | Many type check fixes | Peter LaFosse |
| 2022-01-19 | Add getters and setters for syscall number in type objects | Peter LaFosse |
| 2022-01-19 | Make enumeration's signed property BoolWithConfidence | Peter LaFosse |
| 2022-01-19 | Fix many python type errors/warnings | Peter LaFosse |
| 2022-01-19 | Fix FunctionBuilder.create | Peter LaFosse |
| 2022-01-16 | Fix ArrayBuilder, PointerBuilder in python/types.py | Andrew Lamoureux |
| 2022-01-13 | Fix a bunch of core function calls with bad args | Glenn Smith |
| 2022-01-13 | Allow the creation of const/volatile NTRs | Peter LaFosse |
| 2022-01-03 | update copyright years | Jordan Wiens |
| 2021-12-29 | Fix bug in python structure/enum equality | Peter LaFosse |
| 2021-12-29 | Improve repr for NamedTypeReference to reduce confusion | Peter LaFosse |
| 2021-12-20 | Fix EnumerationType.mutable_copy() | Glenn Smith |
| 2021-11-29 | Better handling of symbols whose raw names are obfuscated | Peter LaFosse |
| 2021-11-29 | Fix error logging in types.py | Peter LaFosse |
| 2021-11-10 | Add support for passing list of types to StructureBuilder\StructureType .crea... | Peter LaFosse |
| 2021-11-08 | add pep 484 and 561 compliance, fixes #2747 | Jordan Wiens |
| 2021-09-28 | Remove some unnecessary code | Peter LaFosse |
| 2021-09-28 | Add Refactor Symbol to CoreSymbol and Symbol | Peter LaFosse |
| 2021-09-28 | Removed some commented code | Peter LaFosse |
| 2021-09-23 | Add comparison operators for SizeWithConfidence and OffsetWithConfidence | Peter LaFosse |
| 2021-09-23 | Add equality and order overloads for BoolWithConfidence | Peter LaFosse |
| 2021-09-18 | Fix creation of mutable StructureBuilder from StructureType | Peter LaFosse |
| 2021-09-15 | Fix NamedTypeReferenceType.target | Peter LaFosse |
| 2021-09-07 | Rename all TypeBuilder objects to end with 'Builder' to avoid name collisions | Peter LaFosse |
| 2021-09-07 | Create NameSpace.get_core_struct() | Peter LaFosse |
| 2021-09-06 | Commonize _to_core_struct/_from_core_struct | Peter LaFosse |
| 2021-09-06 | Add BNTypeBuilderSetChildType | Peter LaFosse |
| 2021-09-06 | Add some additional typehints to architecture.py, function.py and metadata.py... | Peter LaFosse |
| 2021-09-06 | Fix many bugs in types.py | Peter LaFosse |
| 2021-09-06 | Update types.py to use *WithBuilder APIs | Peter LaFosse |
| 2021-09-05 | Remove some unnecessary properties for various derived HLIL Instructions, add... | Peter LaFosse |
| 2021-09-05 | Refactor Python Types | Peter LaFosse |
| 2021-09-05 | type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.py | Peter LaFosse |
| 2021-09-05 | Don't inherit from object anymore | Peter LaFosse |
| 2021-09-05 | Convert the following to dataclasses: | Peter LaFosse |
| 2021-09-05 | add a core.free_string helper | Peter LaFosse |
| 2021-09-05 | Refactor Variable class | Peter LaFosse |
| 2021-09-05 | Add type hints to basicblock.py, lowlevelil.py, architecture.py | Peter LaFosse |
| 2021-05-26 | Add the ability to automatically create struct members | Xusheng |
| 2021-04-06 | Add support for duplicate symbol handling. | Brian Potchik |
| 2021-03-01 | Add methods for creating wide char types | Josh Ferrell |
| 2021-02-17 | add support for type xref and variable xref | Xusheng |
| 2021-01-18 | updating copyright year | Jordan Wiens |
| 2020-06-23 | Add ability to set can_return on mutable function type objects | Peter LaFosse |
| 2020-06-17 | many spelling fixes | Jordan Wiens |
| 2020-06-06 | fix handle reference in type with_confidence call, resolves #1731 | Jordan Wiens |
| 2020-05-03 | Fix up equality operators and had hash operators | Peter LaFosse |
| 2020-04-28 | small documentation update for SymbolType table | Jordan Wiens |
| 2020-03-11 | documentation for the Type class, setter for function_type can take a string,... | Jordan Wiens |
| 2020-02-07 | Fix struct display in MLIL | Rusty Wagner |