What's Changed
Toolchain and implementation changes 🛠️
- Add support for using C++
booltype in imported function declarations. by @bricknerb in #5860 - Add support for importing access from C++ to Carbon by @bricknerb in #5858
- Avoid vector copies when building dependent declarations list. by @zygoloid in #5862
- Migrate away from llvm::ArrayRef(std::nullopt_t) by @kazutakahirata in #5867
- Find cycles in rewrite constraints without performing the full exponential expansion of the RHS by @danakj in #5673
- Remove outdated piece of comment on
SubstInstby @danakj in #5869 - Adjust ordering of EXTRA-ARGS to allow tests to override includes by @jonmeow in #5870
- Dedupe rewrite constraints without sorting by @danakj in #5864
- Import C++
class A finalas Carbonfinal class. by @zygoloid in #5866
New Contributors
- @kazutakahirata made their first contribution in #5867
Full Changelog: v0.0.0-0.nightly.2025.07.29...v0.0.0-0.nightly.2025.07.30