zig/lib/std/zig
Alex Rønne Petersen 7d699be772 std.zig.target: Remove some library names from isLibCLibName() for MinGW.
These are system DLLs, most of which MinGW provides .def files for. It just so
happens that MinGW also has some static libraries by the same name which link in
some GUID definitions.

The remaining non-MinGW library names represent libraries that are always
statically linked, so if those are requested by the user, it makes sense to
error if libc is not linked. A future enhancement could be to compile those
independent of mingw32.lib, however.

Closes #22560.
2025-01-29 21:38:34 +01:00
..
system std.zig.system.darwin: Add driverkit handling in getSdk(). 2025-01-29 09:25:06 +01:00
Ast.zig all: update to std.builtin.Type.Pointer.Size field renames 2025-01-16 12:46:29 +00:00
AstGen.zig compiler: simplify generic functions, fix issues with inline calls 2025-01-21 02:41:42 +00:00
AstRlAnnotate.zig compiler: remove @setAlignStack 2024-10-19 19:15:23 +01:00
BuiltinFn.zig compiler: remove anonymous struct types, unify all tuples 2024-10-31 20:42:53 +00:00
c_builtins.zig std: update uses of .Inline callconv 2024-10-19 19:21:33 +01:00
c_translation.zig all: update to std.builtin.Type.{Pointer,Array,StructField} field renames 2025-01-16 12:49:58 +00:00
Client.zig
ErrorBundle.zig wasm linker: improve error messages by making source locations more lazy 2025-01-15 15:11:36 -08:00
LibCDirs.zig std.Target: Add muslabin32 and muslabi64 tags to Abi. 2024-11-02 10:42:53 +01:00
LibCInstallation.zig fix: windows libc lib paths for x86-windows-msvc 2025-01-01 23:47:39 +01:00
number_literal.zig
Parse.zig
parser_test.zig all: update to std.builtin.Type.Pointer.Size field renames 2025-01-16 12:46:29 +00:00
perf_test.zig
primitives.zig
render.zig all: update to std.builtin.Type.Pointer.Size field renames 2025-01-16 12:46:29 +00:00
Server.zig
string_literal.zig compiler: introduce ZonGen and make ast-check run it for ZON inputs 2024-12-16 17:02:35 +00:00
system.zig Revert "Merge pull request #21540 from BratishkaErik/search-env-in-path" 2025-01-21 11:22:28 -08:00
target.zig std.zig.target: Remove some library names from isLibCLibName() for MinGW. 2025-01-29 21:38:34 +01:00
tokenizer.zig tokenizer: fix 0 byte following invalid (#21482) 2024-09-23 13:06:30 -07:00
WindowsSdk.zig std.zig.WindowsSdk: Support cross-arch SDK lookups. 2024-12-08 04:53:28 +01:00
Zir.zig x86_64: rewrite scalar and vector int @min and @max 2025-01-24 21:02:32 -05:00
Zoir.zig compiler: introduce ZonGen and make ast-check run it for ZON inputs 2024-12-16 17:02:35 +00:00
ZonGen.zig compiler: introduce ZonGen and make ast-check run it for ZON inputs 2024-12-16 17:02:35 +00:00