aboutsummaryrefslogtreecommitdiff
path: root/src/Sema/comptime_ptr_access.zig
AgeCommit message (Expand)Author
2025-08-12replace even more aggregate internsJustus Klausecker
2025-05-16compiler: include inline calls in the reference tracemlugg
2025-05-03compiler: fix comptime memory store bugsmlugg
2024-12-24compiler: analyze type and value of global declaration separatelymlugg
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-25sema: clean-up `{union,struct}FieldAlignment` and friendsDavid Rubin
2024-08-25sema: rework type resolution to use Zcu when possibleDavid Rubin
2024-08-11compiler: split Decl into Nav and Caumlugg
2024-07-16Sema: add error note for failed coercions to optional types and error unionsWill Lillis
2024-07-07Zcu: introduce `PerThread` and pass to all the functionsJacob Young
2024-07-04compiler: type.zig -> Type.zigmlugg
2024-06-22rename src/Module.zig to src/Zcu.zigAndrew Kelley
2024-06-15Zcu: rework source locationsmlugg
2024-06-15compiler: move LazySrcLoc out of stdmlugg
2024-04-17compiler: rework comptime pointer representation and accessmlugg