What's Changed
Toolchain and implementation changes 🛠️
- C++ interop: Support importing operators defined in namespaces by @bricknerb in #6024
- Use
typenameon templates for consistency. by @jonmeow in #6038 - Use explicit(false) for implicit construction by @jonmeow in #6039
- Give the BindSymbolicName for .Self in a binding pattern a FacetType type by @danakj in #6036
- Use enumerated values in formatter by @jonmeow in #6042
- Remove unused EnumBase macros by @jonmeow in #6043
- Many improvements to the filesystem library by @chandlerc in #6000
- When performing an impl lookup, only import impls for related interfaces. by @zygoloid in #6040
- Stop round tripping through an InstId to get the ConstantId of a TypeId by @danakj in #6044
- Add
Copyinterface and use it for making copies. by @zygoloid in #6034
Infrastructure changes 🏗️
Full Changelog: v0.0.0-0.nightly.2025.09.10...v0.0.0-0.nightly.2025.09.11