Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@garritfra garritfra released this 13 Jan 08:54
8e154da

[2.3.0] - 2025-01-13

Added

  • New Block::add_comment API to add comments inside blocks; Block::items is now Vec<BlockItem> instead of Vec<Statement> (#25).
  • New Type::Zero for internal zero-sized type representation. (#27)
  • Debug instruction support with Instr::DbgFile and Instr::DbgLoc for source mapping. (#27)

Changed

  • BREAKING: New field Option<u64> inside Instr::Call to specify variadic arguments (#24).

New Contributors

Full Changelog: v2.2.0...v2.3.0