zig/src-self-hosted
Andrew Kelley 2d6520d5d4
zig fmt is built directly into stage1 rather than child process
Previously, `zig fmt` on the stage1 compiler (which is what we currently
ship) would perform what equates to `zig run std/special/fmt_runner.zig`

Now, `zig fmt` is implemented with the hybrid zig/C++ strategy outlined
by #1964.

This means Zig no longer has to ship some of the stage2 .zig files, and
there is no longer a delay when running `zig fmt` for the first time.
2019-04-26 20:46:28 -04:00
..
2018-11-13 05:08:37 -08:00
2018-11-13 05:08:37 -08:00
2019-03-24 00:44:18 -04:00
2019-03-24 00:44:18 -04:00
2019-04-11 19:36:35 +12:00
2018-11-13 05:08:37 -08:00