zig/lib/std/zig
Andrew Kelley 81c27c74bc use build.zig.zon instead of build.zig.ini for the manifest file
* improve error message when build manifest file is missing
 * update std.zig.Ast to support ZON
 * Compilation.AllErrors.Message: make the notes field a const slice
 * move build manifest parsing logic into src/Manifest.zig and add more
   checks, and make the checks integrate into the standard error
   reporting code so that reported errors look sexy

closes #14290
2023-02-03 00:06:11 -07:00
..
system Merge pull request #14418 from ifreund/assume-sentinel-sux 2023-01-23 21:01:54 -05:00
Ast.zig use build.zig.zon instead of build.zig.ini for the manifest file 2023-02-03 00:06:11 -07:00
c_builtins.zig update uses of overflow arithmetic builtins 2022-12-27 15:13:14 +02:00
c_translation.zig implement @qualCast 2023-01-30 18:55:57 +02:00
CrossTarget.zig all: rename i386 to x86 2022-11-04 00:09:27 +03:30
fmt.zig
number_literal.zig update uses of overflow arithmetic builtins 2022-12-27 15:13:14 +02:00
Parse.zig use build.zig.zon instead of build.zig.ini for the manifest file 2023-02-03 00:06:11 -07:00
parser_test.zig introduce ZON: Zig Object Notation 2023-02-03 00:06:11 -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 zig fmt: fix file ending in a multi line comment 2023-01-30 00:42:05 +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
tokenizer.zig tokenizer: detect null as non-first byte of a line comment 2023-01-17 20:39:19 +02:00