zig/lib/std/zig
wooster0 56fad6a195 make error messages prettier
Error messages never contain periods or grave accents.
Get rid of the periods and use apostrophes instead in
probably the only two error messages that had them.
2025-05-15 16:39:15 +01:00
..
llvm compiler: add @memmove builtin 2025-04-26 13:34:16 +10:00
system chore(std.mem): Rename trimLeft and trimRight 2025-04-27 18:03:59 +09:00
Ast.zig make error messages prettier 2025-05-15 16:39:15 +01:00
AstGen.zig make error messages prettier 2025-05-15 16:39:15 +01:00
AstRlAnnotate.zig compiler: add @memmove builtin 2025-04-26 13:34:16 +10:00
BuiltinFn.zig compiler: add @memmove builtin 2025-04-26 13:34:16 +10:00
c_builtins.zig std: update uses of .Inline callconv 2024-10-19 19:21:33 +01:00
c_translation.zig std.zig.c_translation: fix function pointer casting 2025-03-15 16:21:55 +02:00
Client.zig build runner sends a start_fuzzing message to test runner 2024-07-25 18:52:21 -07:00
ErrorBundle.zig std.zig.Ast: improve type safety 2025-03-07 22:22:01 +01:00
LibCDirs.zig std.zig.LibCDirs: Add FreeBSD libc support. 2025-05-10 12:19:26 +02:00
LibCInstallation.zig chore(std.mem): Rename trimLeft and trimRight 2025-04-27 18:03:59 +09: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 Make 0e.0 and 0xp0 not crash 2024-07-03 02:53:37 -04:00
Parse.zig chore(std.mem): Rename trimLeft and trimRight 2025-04-27 18:03:59 +09:00
parser_test.zig Remove uses of deprecated callconv aliases 2025-03-05 03:01:43 +00: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 chore(std.mem): Rename trimLeft and trimRight 2025-04-27 18:03:59 +09: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 chore(std.mem): Rename trimLeft and trimRight 2025-04-27 18:03:59 +09:00
target.zig Merge pull request #23835 from alexrp/freebsd-libc 2025-05-12 01:19:23 +02: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 make @memcpy and @memmove share panic handlers 2025-04-27 23:30:00 -07:00
Zoir.zig std.zig.Ast: improve type safety 2025-03-07 22:22:01 +01:00
ZonGen.zig std.zig.Ast: improve type safety 2025-03-07 22:22:01 +01:00