aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
13 days0.3.00.3.0iximeow
13 daysand a bit more docs for what the asm is doingiximeow
13 daysmake sure there are non-x86 alternatives for the x86 asm!iximeow
13 daysactually document the safety conversations i had with myselfiximeow
13 daysfuture TODOs for myselfiximeow
13 daysdescribe more in changelog, adjust order for legibilityiximeow
13 daysadd fuzz target for larger write helpersiximeow
13 daysprivate struct.. no members.. comment for now?iximeow
13 daysdocument new AnsiDisplaySink, add more -arch tests for sinksiximeow
13 daysmore typoed feature flags..iximeow
13 daysmake DisplaySinkValidator actually usable outside this crateiximeow
13 daysdoc comments for the new testkit moduleiximeow
13 daysclean up a few more feature flagsiximeow
13 daysactually add the new color_new module....iximeow
13 daysappend helpers reference alloc, alloc only exists with the flag enablediximeow
13 daysdeprecate ShowContextual, document changes to colors/color_new modulesiximeow
13 daysdeduplicate 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
2021-07-03add a Reader type that can read architecture-defined wordsiximeow
2021-07-03define a standard decode error for client libraries to useiximeow