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
..
2019-03-02 16:46:04 -05:00
2019-03-31 16:47:34 -05:00
2019-04-11 19:36:35 +12:00
2019-03-02 16:46:04 -05:00
2018-09-30 17:28:35 -04:00
2018-11-13 05:08:37 -08:00
2019-03-29 12:17:48 -04:00
2019-03-02 16:46:04 -05:00
2019-04-15 21:20:41 -04:00
2019-03-02 16:46:04 -05:00
2019-03-02 16:46:04 -05:00
2019-03-29 12:18:42 -04:00
2019-03-24 00:44:18 -04:00
2019-03-02 16:46:04 -05:00