What's Changed
Toolchain and implementation changes 🛠️
- Refactor identifier lookup in cpp/import.cpp by @ivanaivanovska in #6383
- Print special ids as their names and don't crash when dumping them by @danakj in #6398
- Improve CHECK-failure when passing a negative id to a ValueStore #6370 by @dwblaikie in #6392
- Avoid reallocation in RelationalValueStore by @danakj in #6399
- Replace builtin
CppVoidTypewith a prelude type. by @zygoloid in #6403 - Allow fingerprinting instructions to work for the special InstIds by @danakj in #6400
- Make generic decl resolution happen during non-pending import flow by @jonmeow in #6394
- Use GlobalReplace for replacing unexpected insts with a regex by @danakj in #6401
- Switch
GetExprCategoryto be table-driven. by @zygoloid in #6371 - Replace pending generic logic with work stack-based logic by @jonmeow in #6404
Full Changelog: v0.0.0-0.nightly.2025.11.19...v0.0.0-0.nightly.2025.11.20