| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-19 | compiler: correct unnecessary uses of 'var' | mlugg | |
| 2023-07-26 | tapi: do not log errors using log.err | Jakub Konka | |
| 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-17 | tapi: fix memory bugs in yaml parser | Jakub Konka | |
| 2023-04-01 | tapi: update yaml parser | Jakub Konka | |
| https://github.com/kubkon/zig-yaml/commit/5de8b0b3a2cdb86f9a173118efa7e5e0747cca14 | |||
| 2023-02-18 | update std lib and compiler sources to new for loop syntax | Andrew Kelley | |
| 2022-12-17 | std.builtin: rename Type.UnionField and Type.StructField's field_type to type | r00ster91 | |
| 2022-11-29 | std.mem.Allocator: allow shrink to fail | Andrew Kelley | |
| closes #13535 | |||
| 2022-06-02 | tapi: sync with upstream | Jakub Konka | |
| gitrev kubkon/zig-yaml 8cf8dc3bb901fac8189f441392fc0989ad14cf71 Calculate line and col info indexed by token index. We can then re-use this info to track current column number (aka indentation level) of each "key:value" pair (map) or "- element" (list). This significantly cleans up the code, and leads naturally to handling of unindented lists in tbd files. | |||
| 2022-05-27 | math: make `cast` return optional instead of an error | Ali Chraghi | |
| 2022-05-06 | Sema: solve a false positive "depends on itself" | Andrew Kelley | |
| This improves the ABI alignment resolution code. This commit fully enables the MachO linker code in stage3. Note, however, that there are still miscompilations in stage3. | |||
| 2021-11-30 | allocgate: renamed getAllocator function to allocator | Lee Cannon | |
| 2021-11-30 | allocgate: stage 1 and 2 building | Lee Cannon | |
| 2021-11-30 | allocgate: std Allocator interface refactor | Lee Cannon | |
| 2021-09-01 | stage2: update for new usingnamespace semantics | Andrew Kelley | |
| 2021-08-11 | macho: simplify versioning logic for TAPI | Jakub Konka | |
| 2021-06-24 | Apply AST fixes | Jakub Konka | |
| 2021-06-24 | tapi: apply ast fixes | Jakub Konka | |
| 2021-06-24 | link: add basic TAPI parser for linkers | Jakub Konka | |
| Parser uses kubkon/zig-yaml gitrev c3eae1e40a02aedd44ad1171e5c8b259896cbda0 | |||
