aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/c/Type.zig
AgeCommit message (Expand)Author
2024-07-13InternPool: add and use a mutate mutex for each listJacob Young
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-15compiler: move LazySrcLoc out of stdmlugg
2024-05-08std.Target.maxIntAlignment: move to compiler implementationAndrew Kelley
2024-05-04InternPool: eliminate `var_args_param_type`mlugg
2024-04-22x86_64: fix C abi for unionsJacob Young
2024-04-13cbe: fix optional codegenJacob Young
2024-04-08InternPool: remove slice from byte aggregate keysJacob Young
2024-03-30cbe: fix uncovered bugsJacob Young
2024-03-30cbe: rewrite `CType`Jacob Young