Skip to content

Nightly build 2025.01.29

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jan 02:27
· 202 commits to trunk since this release
3bd7252

What's Changed

Toolchain and implementation changes 🛠️

  • Stop allowing impl redeclarations to differ syntactically in where clause by @josh11b in #4850
  • When looking up a name in a scope, propagate the lookup result when it's poisoned by @bricknerb in #4851
  • Change DeclNameStack::LookupOrAddName() to return SemIR::ScopeLookupResult instead of a pair by @bricknerb in #4852
  • Clean up obsolete import handling in class/function by @jonmeow in #4857
  • Change LookupNameInCore to use a LocId by @jonmeow in #4858

Full Changelog: v0.0.0-0.nightly.2025.01.28...v0.0.0-0.nightly.2025.01.29