zig/lib/std/zig
Isaac Freund ec10595b65 stage2: disallow trailing dot on float literals
This disallows e.g. `1.` or `0x1.` as a float literal, which is
consistent with the grammar.
2021-05-27 21:00:44 -04:00
..
system Run zig fmt on src/ and lib/std/ 2021-05-20 17:14:18 +02:00
ast.zig zig fmt: replace callconv(.Inline) with the inline keyword 2021-05-20 17:13:47 +02:00
cross_target.zig make "gnu" (mingw-w64) the default C ABI on Windows 2021-05-24 00:13:54 -04:00
fmt.zig std.zig.fmt escaped string formatting recognizes single quote style 2021-02-27 00:27:53 -07:00
parse.zig keep temporary list from escaping parseParamDeclList, make SmallSpan.multi hold Node.SubRange instead of owned memory 2021-05-27 14:30:42 -04:00
parser_test.zig stage2: disallow trailing dot on float literals 2021-05-27 21:00:44 -04:00
perf_test.zig std: modernize zig parser perf test 2021-04-06 22:34:48 -07:00
render.zig zig fmt: replace callconv(.Inline) with the inline keyword 2021-05-20 17:13:47 +02:00
string_literal.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
system.zig Merge pull request #8667 from sagehane/nixos 2021-05-19 03:28:12 -04:00
tokenizer.zig stage2: disallow trailing dot on float literals 2021-05-27 21:00:44 -04:00