Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-21 | remaining 1-source data processing instructions are unallocated | iximeow | |
2021-10-21 | fix rev/rev32 | iximeow | |
2021-10-21 | data processing (three source) | iximeow | |
2021-10-21 | data processing instructions (one source) | iximeow | |
2021-10-21 | ccm{n,p} | iximeow | |
2021-09-28 | do not publish crates with compilation warnings (bump for 0.1.3 also)0.1.3 | iximeow | |
2021-09-28 | fix 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-26 | fix unimplemented code paths panicking as unreachable | iximeow | |
only in a64 decoding really; there wasn't an "Incomplete" error at the time, but now there is. | |||
2021-07-21 | fix DecodeError impl on builds using yaxpeax-arch+std0.1.1 | iximeow | |
2021-07-06 | update yaxpeax_arch and bump version to 0.1.00.1.0 | iximeow | |
2021-05-07 | bump yaxpeax-arch to 0.0.5 to drop the termion dep0.0.7 | iximeow | |
fix interface changes around YaxColors as well | |||
2020-05-03 | bump to version 0.0.4, bumping yaxpeax-arch to 0.0.40.0.4 | iximeow | |
2020-01-18 | make NoContext pub | iximeow | |
2020-01-18 | some of the work to get yaxpeax-arm no-std | iximeow | |
2020-01-12 | match changes in arch to have Resulty decode, instead of Option | iximeow | |
2020-01-12 | update arm to revised decoder trait | iximeow | |
2020-01-12 | warnings-b-gone | iximeow | |
2020-01-12 | armv8 serde/no-serde support plus contextual display .. ish | iximeow | |
2020-01-12 | fix warnings | iximeow | |
2020-01-12 | add armv8/a64 support | iximeow | |