aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/c/Type.zig
AgeCommit message (Expand)Author
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-25sema: rework type resolution to use Zcu when possibleDavid Rubin
2024-08-18Zir: add instructions to fetch std.builtin typesmlugg
2024-08-12std.Target: Rename c_type_* functions to camel caseLinus Groh
2024-08-11compiler: split Decl into Nav and Caumlugg
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