zig/lib/std/zig
Techatrix ad38af77fa
remove unreachable code paths from std.zig.Ast.lastToken
This function checks for various possibilities that are never produced
by the parser.
Given that lastToken is unsafe to call on an Ast with errors, I also
removed code paths that would be reachable on an Ast with errors.
2025-03-07 22:20:34 +01:00
..
llvm std.zig.llvm.bitcode_writer: Fix word byte order on big endian systems. 2025-03-04 17:28:03 -05:00
system std.zig.system.NativePaths: Add Homebrew paths (#22738) 2025-02-22 14:22:54 -08:00
Ast.zig remove unreachable code paths from std.zig.Ast.lastToken 2025-03-07 22:20:34 +01:00
AstGen.zig Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal" 2025-02-28 01:37:10 -08:00
AstRlAnnotate.zig Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal" 2025-02-28 01:37:10 -08:00
BuiltinFn.zig Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal" 2025-02-28 01:37:10 -08: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
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
llvm.zig Move the compiler's LLVM bitcode builder to std.zig.llvm. 2025-02-27 01:32:49 -05:00
number_literal.zig
Parse.zig
parser_test.zig Remove uses of deprecated callconv aliases 2025-03-05 03:01:43 +00:00
perf_test.zig
primitives.zig
render.zig zig build fmt 2025-02-22 17:09:20 -08:00
Server.zig
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 Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal" 2025-02-28 01:37:10 -08: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