aboutsummaryrefslogtreecommitdiff
path: root/src/link/tapi/parse.zig
AgeCommit message (Expand)Author
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-07-09std: fmt.format to io.Writer.printAndrew Kelley
2025-07-07std.fmt: fully remove format string from format methodsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-30Update uses of `@fieldParentPtr` to pass a pointer typeJacob Young
2023-04-17tapi: fix memory bugs in yaml parserJakub Konka
2023-04-01tapi: update yaml parserJakub Konka
2022-11-29std.mem.Allocator: allow shrink to failAndrew Kelley
2022-06-02tapi: sync with upstreamJakub Konka
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-06-24Apply AST fixesJakub Konka
2021-06-24tapi: apply ast fixesJakub Konka
2021-06-24link: add basic TAPI parser for linkersJakub Konka