0.7.0
What's Changed
- Update thiserror requirement from 1.0.48 to 2.0.11 by @dependabot[bot] in #564
- chore: fix warning of elided_lifetimes_in_paths in examples by @hsqStephenZhang in #590
- Add
get_bit_widthmethod for float type by @my4ng in #589 - Preliminary LLVM 19/20 support by @stevefan1999-personal in #557
- Removes uneccesary less-than 64-bit check on 32-bit value. by @ErisianArchitect in #593
- Removed unnecessary checks from is_alignment_ok by @ErisianArchitect in #596
- More specific errors. by @ErisianArchitect in #598
- feat: make BasicBlock::new publicly accessible by @fuqiuluo in #601
- Fix comment typos in
test_conversion_to_pointer_valueby @qlpoynter in #605 - All tests passing on Windows. by @ErisianArchitect in #608
- Support LLVMGetIndices by @namse in #615
- Get AtomicRMWBinOp by @namse in #616
- Removes Either dependency. by @ErisianArchitect in #610
- Initial support to LLVM 21 by @kvpanch in #617
- Add BasicValueEnum::is_const() Method by @tahadostifam in #620
New Contributors
- @hsqStephenZhang made their first contribution in #590
- @stevefan1999-personal made their first contribution in #557
- @ErisianArchitect made their first contribution in #593
- @fuqiuluo made their first contribution in #601
- @qlpoynter made their first contribution in #605
- @namse made their first contribution in #615
- @kvpanch made their first contribution in #617
- @tahadostifam made their first contribution in #620
Full Changelog: 0.6.0...0.7.0