| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-24 | Use builtin inference over @as where possible | Zachary Raineri | |
| 2023-06-24 | all: migrate code to new cast builtin syntax | mlugg | |
| Most of this migration was performed automatically with `zig fmt`. There were a few exceptions which I had to manually fix: * `@alignCast` and `@addrSpaceCast` cannot be automatically rewritten * `@truncate`'s fixup is incorrect for vectors * Test cases are not formatted, and their error locations change | |||
| 2023-04-05 | compiler_rt: change the abi of f16 on mac to depend on the other type | Jacob Young | |
| 2022-11-04 | all: rename i386 to x86 | Ali Chraghi | |
| 2022-10-09 | compiler_rt: Fix `extendf_f80` bug | Cody Tapscott | |
| Zig should probably perform this cast automatically (w/ safety). Integer shifts are a real pain otherwise. Adds some test coverage, too. | |||
| 2022-06-17 | compiler-rt: fix tests | Andrew Kelley | |
