mirror of
https://github.com/Noratrieb/rustv32i.git
synced 2026-01-14 13:25:01 +01:00
18 lines
388 B
Markdown
18 lines
388 B
Markdown
## 0.2.0
|
|
|
|
- BREAKING CHANGE: Make `Inst` `#[non_exhaustive]`
|
|
- BREAKING CHANGE: Change immediate fields in `Inst` to `Imm`
|
|
|
|
- Improve error messages
|
|
|
|
## 0.1.1
|
|
|
|
- Add `Fence::is_tso`
|
|
- Several fixes to disassembly
|
|
- Forbid overflow for `slli` immediates
|
|
- Add `Zihintpause` extension to README (it was already implemented in disassembly)
|
|
- Add exhaustive tests
|
|
|
|
## 0.1.0
|
|
|
|
Initial release.
|