aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-230.3.10.3.1iximeow
2024-06-23fix InstructionTextSink panicking in write_chariximeow
2024-06-230.3.00.3.0iximeow
2024-06-23and a bit more docs for what the asm is doingiximeow
2024-06-23make sure there are non-x86 alternatives for the x86 asm!iximeow
2024-06-23actually document the safety conversations i had with myselfiximeow
2024-06-23future TODOs for myselfiximeow
2024-06-23describe more in changelog, adjust order for legibilityiximeow
2024-06-23add fuzz target for larger write helpersiximeow
2024-06-23private struct.. no members.. comment for now?iximeow
2024-06-23document new AnsiDisplaySink, add more -arch tests for sinksiximeow
2024-06-23more typoed feature flags..iximeow
2024-06-23make DisplaySinkValidator actually usable outside this crateiximeow
2024-06-23doc comments for the new testkit moduleiximeow
2024-06-23clean up a few more feature flagsiximeow
2024-06-23actually add the new color_new module....iximeow
2024-06-23append helpers reference alloc, alloc only exists with the flag enablediximeow
2024-06-23deprecate ShowContextual, document changes to colors/color_new modulesiximeow
2024-06-23deduplicate write_lt_* implsiximeow
2024-06-22docs typosiximeow
2024-06-22be more careful about what does and doesnt need allociximeow
2024-06-22VecSink only needs `alloc`, hide struct itemsiximeow
2024-06-22update changelog, adjust doc emphasisiximeow
2024-06-22test the new alloc feature in ciiximeow
2024-06-22fix annotation doc test not compiling under nostdiximeow
2024-06-22document `mod safer_unchecked`iximeow
2024-06-22move DisplaySink code out from yaxpeax-x86iximeow
2024-05-13test no-default-features more precisely0.2.8iximeow
2024-05-13update crossterm to a version released in the last two yearsiximeow
2024-05-13add goodfileiximeow
2024-05-13fix cfg(!default,colors,serde) imports, doc commentsiximeow
2021-09-25add missing `From<ReadError>` impliximeow
2021-08-22bump version to 0.2.70.2.7iximeow
2021-08-22doc=include_str! requires rust 1.54+iximeow
2021-08-22document a bit of what yaxpeax-arch is all about, add README as crate docsiximeow
2021-08-22move annotation stuff to its own moduleiximeow
2021-08-13janitorial typo cleanupiximeow
2021-08-13add `AnnotatingDecoder`, supporting definitions, and a doc about itiximeow
2021-07-25preliminary changenotes for 0.3.0iximeow
2021-07-17add lc87 to the matrix, fix incorrect changelog entry0.2.5iximeow
2021-07-06fix incorrect `offset` and `total_offset` counts for non-`u8` Word0.2.4iximeow
2021-07-06add Reader impls for U8Reader on u16 addresses0.2.3iximeow
2021-07-06add ReaderBuilder to generically construct arch-required Readers0.2.2iximeow
2021-07-040.2.10.2.1iximeow
2021-07-04update changelog and tag 0.2.00.2.0iximeow
2021-07-04actually enforce DecodeError impl'ing std::error::Error in std buildsiximeow
2021-07-03add crate badges and bump to 0.1.0!iximeow
2021-07-03support std::error::Erroriximeow
2021-07-03document yaxpeax_arch traits and add an AddressDiff::to_constiximeow
2021-07-03reader impls for various word sizesiximeow