aboutsummaryrefslogtreecommitdiff
path: root/src/print_targets.zig
AgeCommit message (Expand)Author
2025-08-30rework std.Io.Writer.Allocating to support runtime-known alignmentAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-07-19std.zon: better namespace for SerializerAndrew Kelley
2025-07-07compiler: update a bunch of format stringsAndrew Kelley
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-05-18compiler: refactor `Zcu.File` and path representationmlugg
2025-05-10compiler: Move vendored library support to `libs` subdirectory.Alex Rønne Petersen
2025-02-21Output `zig targets` as ZON instead of JSON (#22939)Mason Remaley
2024-02-27move `zig libc` command to be lazily builtAndrew Kelley
2024-01-08lift artificial restriction on minimum glibc versionAndrew Kelley
2024-01-04src/target: Restrict usable glibc versionsPat Tullmann
2023-07-21std.json: Unify stringify and writeStream (#16405)Josh Wolfe
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-05-13std: Rewrite low-level json api to support streaming (#15602)Josh Wolfe
2023-04-15fix: print targetsserg
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-12-13add `zig objcopy` subcommandAndrew Kelley
2022-10-29glibc: fix race condition when building stubsAndrew Kelley
2022-04-26Remove usage of inline for from print_targets.cmdTargetsJimmi Holst Christensen
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-06-21fix code broken from previous commitJacob G-W
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-02stage2: Use {s} instead of {} when formatting stringsLemonBoy
2020-09-21rename src-self-hosted/ to src/Andrew Kelley