| Age | Commit message (Expand) | Author |
| 2020-09-16 | fixup broken warning syntax | Jordan Wiens |
| 2020-09-10 | Fix Windows file deletion issue in tests | Chinmay |
| 2020-09-10 | Update API name for ParsePossibleValueSet | Chinmay |
| 2020-09-10 | Adds tests related to UIDF | Chinmay |
| 2020-08-26 | Better docs on variable.name = None | Glenn Smith |
| 2020-08-26 | Don't trigger reanalysis in variable name updates | Glenn Smith |
| 2020-08-26 | More efficient analysis update | Glenn Smith |
| 2020-08-26 | Reload default variable name when unset; don't clobber user type. | Kevin Burk |
| 2020-08-26 | Persistent setter for variable names. | Kevin Burk |
| 2020-08-17 | Incorporates review comments | Chinmay |
| 2020-08-17 | Adds documentation for UIDF | Chinmay |
| 2020-08-13 | Update function names and change up API | Chinmay |
| 2020-08-13 | Changes to implement User-informed dataflow | Chinmay |
| 2020-07-30 | initial implementation | Xusheng |
| 2020-06-19 | add callers/callees documentation, fixes #1687 | Jordan Wiens |
| 2020-06-17 | many spelling fixes | Jordan Wiens |
| 2020-05-28 | Add optional type to define as in Function::ApplyImportedTypes and BinaryView... | Peter LaFosse |
| 2020-05-11 | clean up some linter warnings | Jordan Wiens |
| 2020-05-03 | return NotImplemented instead of None to placate the linter | Peter LaFosse |
| 2020-05-03 | Fix up equality operators and had hash operators | Peter LaFosse |
| 2020-04-21 | Add indentation option for text renderer | Rusty Wagner |
| 2020-04-17 | Expand support for HLIL switch/case and data flow access | Rusty Wagner |
| 2020-04-17 | Early HLIL testing | Rusty Wagner |
| 2020-04-17 | Add IL support to linear view | Rusty Wagner |
| 2020-03-16 | add __lt__ to referencesource objects and raise exception if invalid type | Jordan Wiens |
| 2020-03-16 | add __lt__ to the function class so they can be sorted | Jordan Wiens |
| 2020-03-11 | documentation for the Type class, setter for function_type can take a string,... | Jordan Wiens |
| 2020-01-27 | add negative block indexing for fn, mlil, and llil | Jordan Wiens |
| 2020-01-21 | InstructionTextTokenType documentation update | Jordan Wiens |
| 2020-01-20 | expose overriding call types at individual call sites | Ryan Snyder |
| 2020-01-01 | update copyright year to 2020 | Jordan Wiens |
| 2019-12-14 | function variable documentation improvements | Jordan Wiens |
| 2019-09-30 | missed two functions for tags documentation | Jordan Wiens |
| 2019-09-30 | Fix create_tag default boolean | Peter LaFosse |
| 2019-09-28 | Fix create_tag api | Peter LaFosse |
| 2019-09-26 | many documentation formatting fixups | Jordan Wiens |
| 2019-09-26 | fix RegisterValue unintialized properties | Jordan Wiens |
| 2019-09-14 | lots of small documentation updates, mostly around making sure parameters are... | Jordan Wiens |
| 2019-09-03 | add a few missing len properties and __str__ for StringReference | Jordan Wiens |
| 2019-08-23 | fix typo in registerstackinfo repr | Jordan Wiens |
| 2019-08-16 | add hash method for RegisterValue, MediumLevelILOperationAndSize, and MediumL... | Jordan Wiens |
| 2019-08-09 | Fix get_instruction_lines to add width parameter | Peter LaFosse |
| 2019-08-07 | fix off-by-one in highest_addrses | Jordan Wiens |
| 2019-08-04 | remove .size on function | Jordan Wiens |
| 2019-08-04 | add total_bytes, highest_address, and lowest_address to native functions (in ... | Jordan Wiens |
| 2019-08-01 | Tags | Glenn Smith |
| 2019-07-31 | Cache function callee addresses and create an API to access them | rollsafe |
| 2019-07-29 | RegisterValue class now has __eq__ method, documentation, and fix for uniniti... | Jordan Wiens |
| 2019-07-23 | Add API to process tokens for integer display types, comments, etc. | Rusty Wagner |
| 2019-06-12 | more api refactor cleanup in function.py | Jordan Wiens |