What's Changed
Toolchain and implementation changes 🛠️
- Use
llvm::zip()to iterate overcallee_function_params,thunk_function_paramsandcallee_arg_idsby @bricknerb in #5940 - Avoid creating a vector of bools to mark which C++ thunk parameter types were modified by @bricknerb in #5941
- Create LoadedImportRefs for vtable entries with import insts instead of local insts by @dwblaikie in #5931
- Improve autoupdate diagnostic CHECK line positioning. by @zygoloid in #5942
- Make
Core.Floata class. Add missing builtins for float support. by @zygoloid in #5932 - Fix destruction of generic types by @jonmeow in #5943
- Introduce a custom filesystem library by @chandlerc in #5888
- Port //toolchain/install to new filesystem library by @chandlerc in #5905
Full Changelog: v0.0.0-0.nightly.2025.08.09...v0.0.0-0.nightly.2025.08.12