aboutsummaryrefslogtreecommitdiff
path: root/src/armv8
AgeCommit message (Collapse)Author
2021-09-28fix various armv8 and armv8 panics that should be Err.iximeow
in fact the decoder should _never_ panic. included here are tests that cover the entire 32-bit instruction space and ensure that decoding and display do not panic. these tests run uncomfortably slowly (1168s to decode the 4b "instruction" sequences on my desktop), but verify that panics are no longer an issue.
2021-09-26fix unimplemented code paths panicking as unreachableiximeow
only in a64 decoding really; there wasn't an "Incomplete" error at the time, but now there is.
2021-07-21fix DecodeError impl on builds using yaxpeax-arch+std0.1.1iximeow
2021-07-06update yaxpeax_arch and bump version to 0.1.00.1.0iximeow
2021-05-07bump yaxpeax-arch to 0.0.5 to drop the termion dep0.0.7iximeow
fix interface changes around YaxColors as well
2020-05-03bump to version 0.0.4, bumping yaxpeax-arch to 0.0.40.0.4iximeow
2020-01-18make NoContext pubiximeow
2020-01-18some of the work to get yaxpeax-arm no-stdiximeow
2020-01-12match changes in arch to have Resulty decode, instead of Optioniximeow
2020-01-12update arm to revised decoder traitiximeow
2020-01-12warnings-b-goneiximeow
2020-01-12armv8 serde/no-serde support plus contextual display .. ishiximeow
2020-01-12fix warningsiximeow
2020-01-12add armv8/a64 supportiximeow