zig/lib/std/zig
Linus Groh 94e30a756e std: fix a bunch of typos
The majority of these are in comments, some in doc comments which might
affect the generated documentation, and a few in parameter names -
nothing that should be breaking, however.
2023-04-30 18:16:04 -07:00
..
system update codebase to use @memset and @memcpy 2023-04-28 13:24:43 -07:00
Ast.zig Ast: properly handle sentinel-terminated slices in tuple 2023-03-04 01:08:03 +02:00
c_builtins.zig update test cases for new memcpy/memset semantics 2023-04-25 11:23:41 -07:00
c_translation.zig split @qualCast into @constCast and @volatileCast 2023-02-15 01:43:57 +02:00
Client.zig make the build runner and test runner talk to each other 2023-03-15 10:48:14 -07:00
CrossTarget.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
ErrorBundle.zig add compile log output to build runner 2023-03-15 10:48:15 -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 std.MultiArrayList: add support for tagged unions. 2023-04-10 12:15:05 -04:00
parser_test.zig std: fix a bunch of typos 2023-04-30 18:16:04 -07:00
perf_test.zig introduce ZON: Zig Object Notation 2023-02-03 00:06:11 -07:00
primitives.zig add c_char type 2023-04-13 02:47:16 -04:00
render.zig std: fix a bunch of typos 2023-04-30 18:16:04 -07:00
Server.zig CI: more C backend test coverage 2023-04-15 10:33:08 -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
tokenizer.zig Correctly handle carriage return characters according to the spec (#12661) 2023-02-19 14:14:03 +02:00