aboutsummaryrefslogtreecommitdiff
path: root/src/print_env.zig
AgeCommit message (Collapse)Author
2023-07-21std.json: Unify stringify and writeStream (#16405)Josh Wolfe
2023-05-13std: Rewrite low-level json api to support streaming (#15602)Josh Wolfe
2022-09-14stage2: fix compile error merge conflictAndrew Kelley
3250b20ceabea044bd4c7b1653d76d7069840058 had a silent merge conflict with master branch; fixed now.
2022-09-14src/print_env: print the native targetManlio Perillo
Add the native target triple to the zig env command output. The target triple is formatted the same way as it is done in the zig targets command.
2022-04-18stage2: Move WASI/Zig-specific selfExePath to introspect.zigCody Tapscott
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
Related: #4917
2021-01-02stage2: Use {s} instead of {} when formatting stringsLemonBoy
2020-12-23update depreciated code (#7502)g-w1
* `zig env`: * fix depreciated interface, update outStream -> writer * make code more readable by updating `anytype` -> `std.fs.File.Writer`
2020-09-21rename src-self-hosted/ to src/Andrew Kelley