mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 22:34:28 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| system | ||
| Ast.zig | ||
| c_builtins.zig | ||
| c_translation.zig | ||
| CrossTarget.zig | ||
| fmt.zig | ||
| number_literal.zig | ||
| Parse.zig | ||
| parser_test.zig | ||
| perf_test.zig | ||
| primitives.zig | ||
| render.zig | ||
| string_literal.zig | ||
| system.zig | ||
| tokenizer.zig | ||