Skip to content

Nightly build 2024.11.16

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Nov 02:33
· 15 commits to trunk since this release
bc395eb

What's Changed

Toolchain and implementation changes 🛠️

  • Update LLVM by @josh11b in #4530
  • Add support for scoped timings. by @jonmeow in #4533
  • Use std::ranges::any_of instead of std::any_of by @danakj in #4539
  • Reduce the size of formatted SemIR. by @zygoloid in #4534
  • Add prelude support for implicit conversion between integer literals and sized integer types. by @zygoloid in #4525
  • Convert array bounds to IntLiteral. by @zygoloid in #4526
  • Use llvm::any_of instead of std::ranges::any_of by @danakj in #4542
  • Add blank lines betweeen EntityWithParamsBase members. by @jonmeow in #4536
  • Represent integer literals as IntLiteral not as i32. by @zygoloid in #4532

Infrastructure changes 🏗️

  • Try running 'bazel cquery //...' before target-determinator by @jonmeow in #4531
  • Suppress readability-enum-initial-value in clang-tidy by @danakj in #4540
  • Reconstruct rational for disabled clang-tidy checks. by @jonmeow in #4541

Full Changelog: v0.0.0-0.nightly.2024.11.15...v0.0.0-0.nightly.2024.11.16