zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 8c5f3a154ed2d2ffb5b8fe6e779fc69d31ac63bd (tree)
parent ef57eac54170da35ef840fd733079a9a646fd7cd
Author: Motiejus <motiejus@jakstys.lt>
Date:   Sat, 28 Feb 2026 19:40:55 +0000

docs: mark E, F, J complete in cheats plan

E: @import("builtin") consolidated into doImport
F: CG builtin values read from config globals
J: zirTypeInfo/zirReify ported for .int case

All items in plan-remove-cheats-2.md are now resolved.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Diffstat:
Mstage0/plan-remove-cheats-2.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/stage0/plan-remove-cheats-2.md b/stage0/plan-remove-cheats-2.md @@ -46,7 +46,7 @@ Same fix as C — honest ret_ty_body evaluation replaces both heuristics. --- -### E. `@import("builtin")` special-casing — MOSTLY RESOLVED +### ~~E. `@import("builtin")` special-casing~~ — RESOLVED **Locations**: lines 4940, 5292, 8730, 9514, 9605, 11557, 11621 @@ -130,7 +130,7 @@ hardcoding `fn(bool) void`. Also hardcodes calling convention as 0. --- -### J. `zirTypeInfoComptime` / `zirReifyComptime` — stubs (DEFERRED) +### ~~J. `zirTypeInfoComptime` / `zirReifyComptime`~~ — PORTED **Locations**: lines 9214-9228 (typeInfo), lines 9907-9918 (reify)