index
:
yaxpeax-arch
no-gods-no-
nonbyte-words
shared traits and definitions for yaxpeax decoders
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CHANGELOG
Age
Commit message (
Collapse
)
Author
2024-06-22
VecSink only needs `alloc`, hide struct items
iximeow
2024-06-22
update changelog, adjust doc emphasis
iximeow
2024-05-13
add goodfile
iximeow
2024-05-13
fix cfg(!default,colors,serde) imports, doc comments
iximeow
2021-09-25
add missing `From<ReadError>` impl
iximeow
2021-08-22
move annotation stuff to its own module
iximeow
2021-08-13
add `AnnotatingDecoder`, supporting definitions, and a doc about it
iximeow
2021-07-25
preliminary changenotes for 0.3.0
iximeow
2021-07-17
add lc87 to the matrix, fix incorrect changelog entry
0.2.5
iximeow
2021-07-06
fix incorrect `offset` and `total_offset` counts for non-`u8` Word
0.2.4
iximeow
also update yaxpeax-arch to 0.2.4
2021-07-06
add Reader impls for U8Reader on u16 addresses
0.2.3
iximeow
2021-07-06
add ReaderBuilder to generically construct arch-required Readers
0.2.2
iximeow
also revise an `unsafe` that might be unsafe un extremely unlikely circumstances - no one should be passing yaxpeax a `&[u8]` larger than `isize::MAX`, but on 32-bit architectures we can't necessarily guarantee that it won't happen
2021-07-04
0.2.1
0.2.1
iximeow
2021-07-04
update changelog and tag 0.2.0
0.2.0
iximeow
2021-05-07
swap termion dep for crossterm, simplify Colorization interfaces
0.0.5
iximeow
2020-05-03
add AddressDiff, CHANGELOG, and bump to 0.0.4
0.0.4
iximeow