aboutsummaryrefslogtreecommitdiff
path: root/src/link/MachO/fat.zig
AgeCommit message (Expand)Author
2024-07-22macho: redo input file parsing in prep for multithreadingJakub Konka
2024-01-24macho: create scaffolding for parsing different input objectsJakub Konka
2024-01-24macho: copy over new implementation sources from zldJakub Konka
2024-01-22std.io: replace readStructBig with readStructEndianTristan Ross
2023-08-29macho: simplify handling and reporting parsing errorsJakub Konka
2023-08-29macho: merge Zld state with MachO stateJakub Konka
2023-08-29macho: simplify input file parsing for both driversJakub Konka
2023-01-16Find system-installed root SSL certificates on macOS (#14325)fn ⌃ ⌥
2022-08-03macho: sync with zldJakub Konka
2022-07-27std.fmt: add more invalid format string errorsr00ster91
2022-07-25macho: fix memory leak and refactor Target usageJakub Konka
2022-04-14stage2: progress towards stage3Andrew Kelley
2022-01-28Rename mem.bswapAllFields to byteSwapAllFieldsJohn Schmidt
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-08-10macho: fix parsing target string when linking against tbdsJakub Konka
2021-06-29Add fat/universal archive support to zig ldTom Maenan Read Cutting