Skip to content

Nightly build 2025.01.01

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jan 02:35
· 53 commits to trunk since this release
4a7aefe

What's Changed

Toolchain and implementation changes 🛠️

  • Align StaticRandomData to cacheline size. by @ezbr in #4741
  • Don't produce a follow-on error message if we try to perform an impl lookup during error recovery. by @zygoloid in #4749
  • Avoid misaligned loads from StaticRandomData in the size [4, 8] hashing case. by @ezbr in #4743
  • Update ReadTo to improve operation dependency graph. by @goldvitaly in #4746
  • Store hash in the probed_indices array in common/raw_hashtable.h to avoid its recomputation. by @goldvitaly in #4726
  • Add support for operators on Core.IntLiteral. by @zygoloid in #4716

New Contributors

Full Changelog: v0.0.0-0.nightly.2024.12.31...v0.0.0-0.nightly.2025.01.01