Skip to content

Releases: carbon-language/carbon-lang

Nightly build 2025.01.04

04 Jan 02:28
72e594d
Compare
Choose a tag to compare
Pre-release

What's Changed

Toolchain and implementation changes 🛠️

  • Fix CC1Main setting trigger undefined behavior by @bricknerb in #4714
  • Do not try to recover from using impl outside class error by @bricknerb in #4755

Full Changelog: v0.0.0-0.nightly.2025.01.03...v0.0.0-0.nightly.2025.01.04

Nightly build 2025.01.03

03 Jan 02:30
725e80f
Compare
Choose a tag to compare
Pre-release

What's Changed

Toolchain and implementation changes 🛠️

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

Nightly build 2025.01.02

02 Jan 02:29
4a7aefe
Compare
Choose a tag to compare
Pre-release

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.02

Nightly build 2025.01.01

01 Jan 02:35
4a7aefe
Compare
Choose a tag to compare
Pre-release

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

Nightly build 2024.12.31

31 Dec 02:29
d416683
Compare
Choose a tag to compare
Pre-release

What's Changed

Toolchain and implementation changes 🛠️

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

Nightly build 2024.12.30

30 Dec 02:31
89df777
Compare
Choose a tag to compare
Pre-release

What's Changed

Toolchain and implementation changes 🛠️

  • Drop references to deleted explorer fuzzer by @josh11b in #4745

Full Changelog: v0.0.0-0.nightly.2024.12.27...v0.0.0-0.nightly.2024.12.30

Nightly build 2024.12.29

29 Dec 02:33
89df777
Compare
Choose a tag to compare
Pre-release

What's Changed

Toolchain and implementation changes 🛠️

  • Drop references to deleted explorer fuzzer by @josh11b in #4745

Full Changelog: v0.0.0-0.nightly.2024.12.27...v0.0.0-0.nightly.2024.12.29

Nightly build 2024.12.28

28 Dec 02:27
89df777
Compare
Choose a tag to compare
Pre-release

What's Changed

Toolchain and implementation changes 🛠️

  • Drop references to deleted explorer fuzzer by @josh11b in #4745

Full Changelog: v0.0.0-0.nightly.2024.12.27...v0.0.0-0.nightly.2024.12.28

Nightly build 2024.12.27

27 Dec 02:30
7d8d59c
Compare
Choose a tag to compare
Pre-release

What's Changed

Toolchain and implementation changes 🛠️

  • Make snegate / unegate overflow handling consistent with other builtins. by @zygoloid in #4744

Full Changelog: v0.0.0-0.nightly.2024.12.26...v0.0.0-0.nightly.2024.12.27

Nightly build 2024.12.26

26 Dec 02:30
724fc76
Compare
Choose a tag to compare
Pre-release

What's Changed

Toolchain and implementation changes 🛠️

  • Use unsigned arithmetic builtins for UInt(N) operations by @danakj in #4740

Documentation changes 📝

  • Fix the forty_two.carbon example in getting started by @danakj in #4736

Full Changelog: v0.0.0-0.nightly.2024.12.24...v0.0.0-0.nightly.2024.12.26