zig/lib/std/zig
mlugg db890dbae7 InternPool: eliminate var_args_param_type
This was a "fake" type used to handle C varargs parameters, much like
generic poison. In fact, it is treated identically to generic poison in
all cases other than one (the final coercion of a call argument), which
is trivially special-cased. Thus, it makes sense to remove this special
tag and instead use `generic_poison_type` in its place. This fixes
several bugs in Sema related to missing handling of this tag.

Resolves: #19781
2024-05-04 22:03:56 +01:00
..
system std.zig.system.linux: Use arm.zig detection for AArch64 CPU features 2024-04-17 15:06:48 -07:00
Ast.zig Ast: fix comptime destructure 2024-03-17 15:23:16 -07:00
AstGen.zig ComptimeStringMap: return a regular struct and optimize 2024-04-22 15:31:41 -07:00
AstRlAnnotate.zig AstGen: use RLS to infer the first argument of @fieldParentPtr 2024-03-30 20:50:48 -04:00
BuiltinFn.zig ComptimeStringMap: return a regular struct and optimize 2024-04-22 15:31:41 -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 std: promote tests to doctests 2024-03-21 14:11:46 -07:00
LibCDirs.zig move zig libc command to be lazily built 2024-02-27 22:55:00 -07:00
LibCInstallation.zig WindowsSdk: fix for new x86_64-windows CI 2024-04-14 21:26:08 -04: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 std.posix.iovec: use .base and .len instead of .iov_base and .iov_len 2024-04-28 00:20:30 -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 move zig libc command to be lazily built 2024-02-27 22:55:00 -07:00
tokenizer.zig ComptimeStringMap: return a regular struct and optimize 2024-04-22 15:31:41 -07:00
WindowsSdk.zig WindowsSdk: fix for new x86_64-windows CI 2024-04-14 21:26:08 -04:00
Zir.zig InternPool: eliminate var_args_param_type 2024-05-04 22:03:56 +01:00