| 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 | |||
| 2022-06-17 | compiler-rt: fix tests | Andrew Kelley | |
| 2022-06-17 | compiler-rt: break up functions even more | Andrew Kelley | |
| The purpose of this branch is to switch to using an object file for each independent function, in order to make linking simpler - instead of relying on `-ffunction-sections` and `--gc-sections`, which involves the linker doing the work of linking everything and then undoing work via garbage collection, this will allow the linker to only include the compilation units that are depended on in the first place. This commit makes progress towards that goal. | |||
