zig/lib/std/zig
Andrew Kelley 0bb178bbb2
Merge pull request #14671 from ziglang/multi-object-for
implement multi-object for loops
2023-02-19 10:10:59 -05:00
..
system update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
Ast.zig Merge pull request #14671 from ziglang/multi-object-for 2023-02-19 10:10:59 -05:00
c_builtins.zig update uses of overflow arithmetic builtins 2022-12-27 15:13:14 +02:00
c_translation.zig split @qualCast into @constCast and @volatileCast 2023-02-15 01:43:57 +02:00
CrossTarget.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
fmt.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
number_literal.zig update uses of overflow arithmetic builtins 2022-12-27 15:13:14 +02:00
Parse.zig make zig fmt perform upgrade to new for loop syntax 2023-02-18 19:17:21 -07:00
parser_test.zig add zig fmt test for upgrading for loop syntax 2023-02-18 19:17:21 -07:00
perf_test.zig introduce ZON: Zig Object Notation 2023-02-03 00:06:11 -07:00
primitives.zig fmt: canonicalize identifiers 2022-11-18 19:22:42 +00:00
render.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
string_literal.zig add behavior test for while(true) not needing else unreachable 2022-12-06 17:57:27 -07:00
system.zig improve detection of how to execute binaries on the host 2021-12-02 21:51:14 -07:00
tokenizer.zig Correctly handle carriage return characters according to the spec (#12661) 2023-02-19 14:14:03 +02:00