zig/lib/std/zig
mlugg 5b523d0469
Zir: make src_line absolute for declaration instructions
We need special logic for updating line numbers anyway, so it's fine to
just use absolute numbers here. This eliminates a field from `Decl`.
2024-06-26 05:28:03 +01:00
..
system handle visionos target OS tag in the compiler 2024-05-09 15:04:15 +02:00
Ast.zig Ast: fix comptime destructure 2024-03-17 15:23:16 -07:00
AstGen.zig Zir: make src_line absolute for declaration instructions 2024-06-26 05:28:03 +01:00
AstRlAnnotate.zig Revert "implement @expect builtin (#19658)" 2024-05-22 09:57:43 -07:00
BuiltinFn.zig Revert "implement @expect builtin (#19658)" 2024-05-22 09:57:43 -07:00
c_builtins.zig Remove @fabs, fabs and absCast/Int from std lib 2023-09-27 11:24:28 -07:00
c_translation.zig Update uses of @fieldParentPtr to use RLS 2024-03-30 20:50:48 -04:00
Client.zig make the build runner and test runner talk to each other 2023-03-15 10:48:14 -07:00
ErrorBundle.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
LibCDirs.zig Target: add OpenHarmonyOS ABI 2024-05-20 09:25:52 -04:00
LibCInstallation.zig std: restructure child process namespace 2024-05-26 09:31:55 -07:00
number_literal.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
Parse.zig grammar: remove gratuitous ambiguity 2024-03-06 13:59:46 -08:00
parser_test.zig Ast: fix comptime destructure 2024-03-17 15:23:16 -07:00
perf_test.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
primitives.zig ComptimeStringMap: return a regular struct and optimize 2024-04-22 15:31:41 -07:00
render.zig ComptimeStringMap: return a regular struct and optimize 2024-04-22 15:31:41 -07:00
Server.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
string_literal.zig std: promote tests to doctests 2024-03-21 14:11:46 -07:00
system.zig std.zig.system: fix ELF file search 2024-04-23 17:21:01 -07:00
target.zig std.zig.target: Remove armeb-windows-gnu and aarch64_be-windows-gnu. 2024-06-23 19:53:52 -04:00
tokenizer.zig ComptimeStringMap: return a regular struct and optimize 2024-04-22 15:31:41 -07:00
WindowsSdk.zig std: Convert deprecated aliases to compile errors and fix usages 2024-06-13 10:18:59 -04:00
Zir.zig Zir: make src_line absolute for declaration instructions 2024-06-26 05:28:03 +01:00