aboutsummaryrefslogtreecommitdiff
path: root/src/print_env.zig
AgeCommit message (Collapse)Author
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