aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/c
AgeCommit message (Expand)Author
2023-04-13add c_char typeAndrew Kelley
2023-03-05CBE: implement vector element pointersJacob Young
2023-03-05CBE: fix behavior test failures on msvcJacob Young
2023-03-05CBE: implement big integer and vector comparisonsJacob Young
2023-03-05CBE: implement big integer literalsJacob Young
2023-02-24CBE: reuse locals with the same `CType` instead of `Type`Jacob Young
2023-02-23CType: cleanupJacob Young
2023-02-23CType: fix lowering of generic function pointerJacob Young
2023-02-21CBE: fix windows test failuresJacob Young
2023-02-21CBE: use CType for type definitionsJacob Young
2023-02-21CBE: remove typedef data structuresJacob Young
2023-02-20CBE: use stdint.h types instead of `zig_` prefixesJacob Young
2023-02-20CBE: fix comptime checksJacob Young
2023-02-20CBE: add CType interningJacob Young