zig/lib/std/zig
Carl Åstholm 4c393c7468 Update usages of fmtId/isValidId
`{}` for decls
`{p}` for enum fields
`{p_}` for struct fields and in contexts following a `.`

Elsewhere, `{p}` was used since it's equivalent to the old behavior.
2024-04-07 14:47:11 +02:00
..
system Merge pull request #19260 from mikdusan/macos-zippered 2024-04-05 23:37:51 +02:00
Ast.zig Ast: fix comptime destructure 2024-03-17 15:23:16 -07:00
AstGen.zig Update uses of @fieldParentPtr to use RLS 2024-03-30 20:50:48 -04:00
AstRlAnnotate.zig AstGen: use RLS to infer the first argument of @fieldParentPtr 2024-03-30 20:50:48 -04:00
BuiltinFn.zig AstGen: use RLS to infer the first argument of @fieldParentPtr 2024-03-30 20:50:48 -04:00
c_builtins.zig
c_translation.zig Update uses of @fieldParentPtr to use RLS 2024-03-30 20:50:48 -04:00
Client.zig
ErrorBundle.zig std: promote tests to doctests 2024-03-21 14:11:46 -07:00
LibCDirs.zig move zig libc command to be lazily built 2024-02-27 22:55:00 -07:00
LibCInstallation.zig Merge pull request #19260 from mikdusan/macos-zippered 2024-04-05 23:37:51 +02:00
number_literal.zig
Parse.zig grammar: remove gratuitous ambiguity 2024-03-06 13:59:46 -08:00
parser_test.zig Ast: fix comptime destructure 2024-03-17 15:23:16 -07:00
perf_test.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
primitives.zig std: promote tests to doctests 2024-03-21 14:11:46 -07:00
render.zig Update usages of fmtId/isValidId 2024-04-07 14:47:11 +02:00
Server.zig extract std.posix from std.os 2024-03-19 11:45:09 -07:00
string_literal.zig std: promote tests to doctests 2024-03-21 14:11:46 -07:00
system.zig std.zig: remove extraneous newlines in log messages 2024-03-27 01:55:42 -04:00
target.zig move zig libc command to be lazily built 2024-02-27 22:55:00 -07:00
tokenizer.zig x86_64: fix std test failures 2023-11-03 23:18:21 -04:00
WindowsSdk.zig move zig libc command to be lazily built 2024-02-27 22:55:00 -07:00
Zir.zig AstGen: use RLS to infer the first argument of @fieldParentPtr 2024-03-30 20:50:48 -04:00