zig/lib/std/zig
2023-01-02 14:08:50 -07:00
..
system add some comments to explain workarounds 2023-01-02 14:08:50 -07:00
Ast.zig zig fmt: improve handling of comptime tuple fields 2022-12-27 13:52:37 +02:00
c_builtins.zig update uses of overflow arithmetic builtins 2022-12-27 15:13:14 +02:00
c_translation.zig std.builtin: rename Type.UnionField and Type.StructField's field_type to type 2022-12-17 14:11:33 +01:00
CrossTarget.zig all: rename i386 to x86 2022-11-04 00:09:27 +03:30
fmt.zig std: disable tests regressed from LLVM 14 2022-07-03 15:39:39 -07:00
number_literal.zig update uses of overflow arithmetic builtins 2022-12-27 15:13:14 +02:00
parse.zig parser: ensure the documented grammar matches grammar.y 2022-12-30 17:11:59 +02:00
parser_test.zig zig fmt: improve handling of comptime tuple fields 2022-12-27 13:52:37 +02:00
perf_test.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
primitives.zig fmt: canonicalize identifiers 2022-11-18 19:22:42 +00:00
render.zig zig fmt: fix extra whitespace with multiline strings 2022-12-17 00:24:58 +02: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 api(std.ascii): remove deprecated decls 2022-12-09 21:57:17 +01:00