What's Changed
Toolchain and implementation changes 🛠️
- Fix clang-tidy: result of a
data()call may not be null terminated, provide size information to the callee to prevent potential issues [bugprone-suspicious-stringview-data-usage,-warnings-as-errors] by @bricknerb in #5267 - Fix clang-tidy: use a ranges version of this algorithm [modernize-use-ranges,-warnings-as-errors] by @bricknerb in #5268
- Add/update lowering tests. by @alinas in #5254
- Include all symbolic parts in structure comparison by @geoffromer in #5247
- Add insts for witness table entries that are unset or associated constants by @danakj in #5255
- Add an
EvalOrAddInstfunction. by @zygoloid in #5258 - Store an
InstIdinstead of aTypeIdinUnboundElementType. by @zygoloid in #5260
Full Changelog: v0.0.0-0.nightly.2025.04.08...v0.0.0-0.nightly.2025.04.09