| Age | Commit message (Expand) | Author |
| 6 hours | adapt long-mode behavior support to protected mode and real mode | iximeow |
| 10 hours | gpr register size in real/protected mode | iximeow |
| 10 hours | disallow 66-prefixed sha1rnds4 | iximeow |
| 11 hours | pusha/popa/push-imm memory sizes | iximeow |
| 11 hours | helpers to create cr0-cr7 | iximeow |
| 11 hours | working through a bunch of avx512 stuff, regspec constructors are const | iximeow |
| 11 hours | pextr*/extractps | iximeow |
| 11 hours | report memory access size for "monitor" | iximeow |
| 11 hours | maskmov{q,dqu} memory access size | iximeow |
| 11 hours | more precise about 0f0d prefetch/nop | iximeow |
| 11 hours | fix table management instructions' ({l,s}{g,i,l}dt) mem_size | iximeow |
| 11 hours | more accurate mov seg-to-gpr operand size | iximeow |
| 11 hours | push/pop for segment registers has implicit memory access | iximeow |
| 11 hours | pushf, popf, enter, leave, xlat all have implicit memory access | iximeow |
| 11 hours | add initial stats for disasm stats in all modes | iximeow |
| 2026-02-14 | type aliases make some of these signatures less egregious.. | iximeow |
| 2025-06-01 | describe the per-isa extensions a bit better | iximeow |
| 2025-06-01 | revise_instruction is the same on all bitnesses, so macro it too | iximeow |
| 2025-06-01 | DecodeEverything wasn't useful, no better than InstDecoder::default()?? | iximeow |
| 2025-06-01 | expand isa feature selection to more bits | iximeow |
| 2024-06-24 | rename most operand variants, make them structy rather than tupley | iximeow |
| 2024-06-23 | remove selects_cs(), cs() now does the right thing | iximeow |
| 2024-06-23 | fix several sources of dead code warnings in various crate configs | iximeow |
| 2024-06-23 | remove yaxpeax-x86 safer_unchecked.rs, it is now in yaxpeax-arch | iximeow |
| 2024-06-23 | cfg_attr wants feature, not features plural | iximeow |
| 2024-06-23 | InstructionTextBuffer for all three modes, adjust fuzzer to match | iximeow |
| 2024-06-23 | add additional `call` test cases | iximeow |
| 2024-06-23 | fix inlining attributes re. profiling flag in protected_mode | iximeow |
| 2024-06-23 | adapt the rest of formating changes to protected_mode | iximeow |
| 2024-06-23 | fix AbsoluteFarAddress being tagged as a memory operand | iximeow |
| 2024-06-23 | adapt OperandVisitor to protected mode too | iximeow |
| 2024-06-23 | actually use new can_lock in 32b and 16b modes | iximeow |
| 2024-06-23 | port opcode helpers and reordering to 32-bit and 16-bit decoders | iximeow |
| 2024-06-23 | add more conditional inlining for 32-bit and 16-bit decoders | iximeow |
| 2023-12-16 | fix hreset being disassembled as having second operand of "Nothing" | iximeow |
| 2023-07-24 | fix handling of lar/lsl source register | iximeow |
| 2023-07-23 | fix + better test cvttsd2si+cvtsd2si (misdecode under 64-bit) | iximeow |
| 2023-07-16 | unify 64-/32-bit more | iximeow |
| 2023-07-16 | forward changes along to 32-bit decoder... | 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-03 | roll up decoding loop changes for 16-bit and 32-bit decoders | iximeow |
| 2022-12-03 | apply e7f49509 to 16-bit and 32-bit decoders | iximeow |
| 2022-12-03 | apply 2444de11 to 16-bit and 32-bit decoders | iximeow |
| 2022-09-23 | Fix some typos. | Bruce Mitchener |
| 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-02 | Wrap unsafe functions to catch errors in debug | 5225225 |
| 2021-12-19 | fix incorrect memory size for f30f1e-style nop | iximeow |
| 2021-12-19 | test that invalid RegSpec constructions panic as expected | iximeow |