Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-25 | 0.3.2HEAD0.3.2no-gods-no- | iximeow | |
2024-06-23 | 0.3.10.3.1 | iximeow | |
2024-06-23 | 0.3.00.3.0 | iximeow | |
2024-06-23 | deprecate ShowContextual, document changes to colors/color_new modules | iximeow | |
2024-06-22 | move DisplaySink code out from yaxpeax-x86 | iximeow | |
it was built in-place around yaxpeax-x86, hoisted out once it seemed suitable and could be generalized. yay! also include a Makefile in yaxpeax-arch now to test that various crate feature flag combinations.. work. | |||
2024-05-13 | update crossterm to a version released in the last two years | iximeow | |
also bump rust-toolchain and edition of yaxpeax-arch | |||
2021-08-22 | bump version to 0.2.70.2.7 | iximeow | |
2021-08-13 | add `AnnotatingDecoder`, supporting definitions, and a doc about it | iximeow | |
2021-07-17 | add lc87 to the matrix, fix incorrect changelog entry0.2.5 | iximeow | |
2021-07-06 | fix incorrect `offset` and `total_offset` counts for non-`u8` Word0.2.4 | iximeow | |
also update yaxpeax-arch to 0.2.4 | |||
2021-07-06 | add Reader impls for U8Reader on u16 addresses0.2.3 | iximeow | |
2021-07-06 | add ReaderBuilder to generically construct arch-required Readers0.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.10.2.1 | iximeow | |
2021-07-04 | update changelog and tag 0.2.00.2.0 | iximeow | |
2021-07-03 | add crate badges and bump to 0.1.0! | iximeow | |
2021-07-03 | support std::error::Error | iximeow | |
included is mandataing a `description` method on `DecodeError` implementors - already approximately required by the Debug and Display anyway. also include a StandardPartialDecoderError for incomplete decoders to use. i expect that one of the last steps of a decoder's 1.0 release will be to move away from this. | |||
2021-05-07 | swap termion dep for crossterm, simplify Colorization interfaces0.0.5 | iximeow | |
2020-05-03 | add AddressDiff, CHANGELOG, and bump to 0.0.40.0.4 | iximeow | |
2020-01-20 | bump crate version | iximeow | |
2020-01-18 | bump crate version | iximeow | |
2020-01-15 | no_std!! | iximeow | |
this makes yaxpeax-arch no_std. generally nothing has changed w.r.t downstream crates, but a lot to do with colorization has been moved tweaked to make it no_std-friendly (specifically, allowing `termion` to be an optional dependency) this also makes address parsing optional, in the hopes that decode-only use cases don't need to involve as much machinery when building. | |||
2020-01-13 | forgot one line in sorting, oof | iximeow | |
2020-01-13 | sort Cargo.toml entries, add keywords, edition=2018 | iximeow | |
2020-01-12 | update readme, license, Cargo.toml | iximeow | |
2020-01-12 | awful tweaks to expose a serde flag on yaxpeax-arch which will trickle ↵ | iximeow | |
through everything | |||
2020-01-12 | lto in release please | iximeow | |
2020-01-12 | real color settings, and defaults | iximeow | |
2020-01-12 | base definition of an arch to yaxpeax | iximeow | |