zig/lib/std/zig
Jonathan Marler 31802c6c68 remove z/Z format specifiers
Zig's format system is flexible enough to add custom formatters.  This PR removes the new z/Z format specifiers that were added for printing Zig identifiers and replaces them with custom formatters.
2021-01-07 23:49:22 -08:00
..
system convert more {} to {d} and {s} 2021-01-02 19:03:14 -07:00
ast.zig std: Use {s} instead of {} when printing strings 2021-01-02 17:12:57 -07:00
cross_target.zig Reduce use of deprecated IO types 2021-01-07 23:48:58 -08:00
fmt.zig remove z/Z format specifiers 2021-01-07 23:49:22 -08:00
parse.zig Year++ 2020-12-31 15:45:24 -08:00
parser_test.zig Reduce use of deprecated IO types 2021-01-07 23:48:58 -08:00
perf_test.zig Reduce use of deprecated IO types 2021-01-07 23:48:58 -08:00
render.zig Reduce use of deprecated IO types 2021-01-07 23:48:58 -08:00
string_literal.zig Year++ 2020-12-31 15:45:24 -08:00
system.zig std: Use {s} instead of {} when printing strings 2021-01-02 17:12:57 -07:00
tokenizer.zig std: Use {s} instead of {} when printing strings 2021-01-02 17:12:57 -07:00