aboutsummaryrefslogtreecommitdiff
path: root/src/display
AgeCommit message (Collapse)Author
10 daysfix yaxpeax-arch not building for non-x86 targets when alloc is not enablediximeow
12 daysfix InstructionTextSink panicking in write_chariximeow
12 daysand a bit more docs for what the asm is doingiximeow
12 daysmake sure there are non-x86 alternatives for the x86 asm!iximeow
12 daysactually document the safety conversations i had with myselfiximeow
12 daysdocument new AnsiDisplaySink, add more -arch tests for sinksiximeow
12 daysclean up a few more feature flagsiximeow
12 daysappend helpers reference alloc, alloc only exists with the flag enablediximeow
13 daysdeduplicate write_lt_* implsiximeow
13 daysbe more careful about what does and doesnt need allociximeow
13 daysmove DisplaySink code out from yaxpeax-x86iximeow
it was built in-place around yaxpeax-x86, hoisted out once it seemed suitable and could be generalized. yay! also include a Makefile in yaxpeax-arch now to test that various crate feature flag combinations.. work.