aboutsummaryrefslogtreecommitdiff
path: root/src/display/display_sink.rs
AgeCommit message (Collapse)Author
7 daysfix yaxpeax-arch not building for non-x86 targets when alloc is not enablediximeow
9 daysfix InstructionTextSink panicking in write_chariximeow
10 daysmake sure there are non-x86 alternatives for the x86 asm!iximeow
10 daysactually document the safety conversations i had with myselfiximeow
10 daysdocument new AnsiDisplaySink, add more -arch tests for sinksiximeow
10 daysclean up a few more feature flagsiximeow
10 daysappend helpers reference alloc, alloc only exists with the flag enablediximeow
10 daysdeduplicate write_lt_* implsiximeow
11 daysbe more careful about what does and doesnt need allociximeow
11 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.