| Age | Commit message (Expand) | Author |
| 2026-04-23 | cleanup pass on vex-encoded instructions is going to be exciting | iximeow |
| 2026-04-19 | report memory access size for "monitor" | iximeow |
| 2026-04-17 | TODO: 32/16, maskmov{q,dqu} memory access size | iximeow |
| 2026-04-17 | more precise about 0f0d prefetch/nop | iximeow |
| 2026-04-12 | note idt/gdt memory sizes being wrong | iximeow |
| 2026-03-27 | more accurate mov seg-to-gpr operand size | iximeow |
| 2026-03-09 | separate: more implicit operand size bits | iximeow |
| 2026-02-22 | correct push-immediate memory access sizeHEADno-gods-no- | iximeow |
| 2025-06-02 | changelog should note ISA extension changes | iximeow |
| 2024-06-24 | rename most operand variants, make them structy rather than tupley | iximeow |
| 2024-06-23 | note yaxpeax-arch version bump in changelog | iximeow |
| 2024-06-23 | add additional `call` test cases | iximeow |
| 2023-12-16 | fix hreset being disassembled as having second operand of "Nothing" | iximeow |
| 2023-12-16 | fix incorrect register class names in long_mode1.2.1 | iximeow |
| 2023-12-16 | fix incorrect register selection for `vpbroadcastm{b2q,w2d}` with `rex.b` set | iximeow |
| 2023-12-16 | fix incorrect register selection for `vpmov*2m` with `rex.r` set | iximeow |
| 2023-12-16 | fix incorrect register selection for `vpmovm2*` with `rex.b` set | iximeow |
| 2023-12-16 | abnormal memory sizes for keylocker instructions are not bugs | iximeow |
| 2023-12-16 | reword new changelog entries | iximeow |
| 2023-12-15 | update changelog, bump version number for future publish | iximeow |
| 2023-07-24 | 1.2.0 | iximeow |
| 2023-07-24 | fix handling of lar/lsl source register | iximeow |
| 2023-07-23 | fix inconsistently-poreted memory access size of vcvt{,t}{sd,si} | iximeow |
| 2023-07-23 | fix + better test cvttsd2si+cvtsd2si (misdecode under 64-bit) | iximeow |
| 2023-07-16 | forward changes along to 32-bit decoder... | iximeow |
| 2023-07-08 | fix v(p)gather situations, get vex tests passing again | iximeow |
| 2023-07-04 | fix some dancing between bank size and RegisterBank enum values | iximeow |
| 2023-03-05 | add `Opcode::is_jcc`, `Opcode::is_setcc`, and `Opcode::is_cmovcc` helpers | iximeow |
| 2023-02-19 | deprecate `pub fn cs`, which is an intensely embarrassing bug of a function | iximeow |
| 2022-12-24 | update old yaxpeax-arch versions in ffi crates to compatible versions | iximeow |
| 2022-12-03 | include typo fixes in the changelog! | iximeow |
| 2022-12-03 | describe optimizations included in 1.1.5 | iximeow |
| 2022-04-30 | support 0x9a callf in 16/32-bit modes | iximeow |
| 2022-04-24 | fix a few issues preventing no-std builds from ... building | iximeow |
| 2022-01-12 | fuzz DisplayStyle::C and fix corresponding issues1.1.4 | iximeow |
| 2022-01-02 | update changelog | iximeow |
| 2022-01-02 | actually include a link | iximeow |
| 2021-12-19 | prep for 1.1.3 release | iximeow |
| 2021-12-19 | add in-tree cargo fuzz targets for decode and display impls | iximeow |
| 2021-12-19 | fix incorrect memory size for f30f1e-style nop | iximeow |
| 2021-12-19 | test that invalid RegSpec constructions panic as expected | iximeow |
| 2021-12-16 | displacements are stored as unsigned, but are functionally signed ints | iximeow |
| 2021-10-10 | add `InstructionDisplayer` export to changelog | iximeow |
| 2021-10-10 | support endbr{32,64} | iximeow |
| 2021-08-21 | add `AnnotatingDecoder` note to CHANGELOG and publicize descriptions | iximeow |
| 2021-08-21 | improve relative branch offset formatting for DisplayStyle::C | iximeow |
| 2021-08-21 | fix incorrect decoding of 0x9*-series instructions with rex.b | iximeow |
| 2021-08-21 | add push/pop/call/ret mem_size fixes to changelog | iximeow |
| 2021-08-14 | update changelog | iximeow |
| 2021-07-22 | fix incorrect decodes with scas and 67-prefixes1.0.4 | iximeow |