What's Changed
Toolchain and implementation changes 🛠️
- [Carbon/C++ interop] Add support for C++ overloaded functions by @ivanaivanovska in #5891
- Add builtin functions for destroy, with special requirements in facet types by @jonmeow in #6035
- Add tests that show
.Xand.Self.Xare treated the same on the RHS of a rewrite constraint by @danakj in #6056 - Minor comment and naming cleanup. by @zygoloid in #6070
- Store the CppOverloadSetId on CalleeFunction. by @zygoloid in #6067
- Support making method calls to C++ overload sets. by @zygoloid in #6069
- Don't treat dependent types as having a copy value representation. by @zygoloid in #6055
- Fix handling of enums in overload resolution. by @zygoloid in #6072
Infrastructure changes 🏗️
- Improve building of generated sources for ClangD by @chandlerc in #6046
Full Changelog: v0.0.0-0.nightly.2025.09.13...v0.0.0-0.nightly.2025.09.16