zig/lib/std/zig
mlugg 3fcb4408a5 AstGen: improve 'file cannot be a tuple' source location
Instead of just reporting this on token 0, report it on the first
tuple-like field.
2025-02-25 22:28:47 +00:00
..
system std.zig.system.NativePaths: Add Homebrew paths (#22738) 2025-02-22 14:22:54 -08:00
Ast.zig AstGen: improve error for invalid bytes in strings and comments 2025-02-05 11:10:11 +02:00
AstGen.zig AstGen: improve 'file cannot be a tuple' source location 2025-02-25 22:28:47 +00:00
AstRlAnnotate.zig compiler: Implement @disableIntrinsics() builtin function. 2025-02-23 04:08:56 +01:00
BuiltinFn.zig compiler: Implement @disableIntrinsics() builtin function. 2025-02-23 04:08:56 +01:00
c_builtins.zig std: update uses of .Inline callconv 2024-10-19 19:21:33 +01:00
c_translation.zig translate-c: fix division and modulo of >8-bit stdint.h types in macros 2025-02-20 13:33:59 +02:00
Client.zig build runner sends a start_fuzzing message to test runner 2024-07-25 18:52:21 -07:00
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: Remove functions that just wrap component functions. 2025-02-17 19:18:19 +01:00
LibCInstallation.zig std.Target: Remove functions that just wrap component functions. 2025-02-17 19:18:19 +01:00
number_literal.zig Make 0e.0 and 0xp0 not crash 2024-07-03 02:53:37 -04:00
Parse.zig std.zig: resolve syntactic ambiguity 2024-09-01 18:30:31 +01:00
parser_test.zig std/zig/parser: Add indentation tests 2025-02-22 17:09:20 -08: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 zig build fmt 2025-02-22 17:09:20 -08:00
Server.zig Merge pull request #21224 from alexrp/mips-gnu-fixes 2024-08-30 14:47:43 -07:00
string_literal.zig std.ArrayList: initial capacity based on cache line size 2025-02-13 00:19:03 -08:00
system.zig std.Target: Remove functions that just wrap component functions. 2025-02-17 19:18:19 +01:00
target.zig std.zig.target: Support new wiaguid library name for MinGW-w64. 2025-02-24 12:01:12 +01:00
tokenizer.zig fuzzer: write inputs to shared memory before running 2025-02-11 13:39:20 -08:00
WindowsSdk.zig std.zig.WindowsSdk: Support cross-arch SDK lookups. 2024-12-08 04:53:28 +01:00
Zir.zig compiler: Implement @disableIntrinsics() builtin function. 2025-02-23 04:08:56 +01:00
Zoir.zig compiler: integrate ZON with the ZIR caching system 2025-02-04 16:20:29 +00:00
ZonGen.zig compiler,std: implement ZON support 2025-02-03 09:14:37 +00:00