zig/lib/std/zig
Alex Rønne Petersen e74c368962
std.zig.target: Set the minimum glibc for riscv32 to 2.33.
Relevant release notes:

* https://sourceware.org/legacy-ml/libc-announce/2018/msg00000.html
* https://sourceware.org/pipermail/libc-announce/2021/000030.html

Note that the supported ISAs/ABIs are explicitly listed in each, and only 2.33
actually supports the 32-bit ones.
2024-07-29 09:50:09 +02:00
..
system std.Target.Cpu.Arch: Remove the aarch64_32 tag. 2024-07-28 19:44:52 -07:00
Ast.zig fix(fmt): pointer type syntax to index (take 2) (#20336) 2024-07-21 01:55:52 -07:00
AstGen.zig add new builtin: @disableInstrumentation 2024-07-22 13:07:02 -07:00
AstRlAnnotate.zig add new builtin: @disableInstrumentation 2024-07-22 13:07:02 -07:00
BuiltinFn.zig add new builtin: @disableInstrumentation 2024-07-22 13:07:02 -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 build runner sends a start_fuzzing message to test runner 2024-07-25 18:52:21 -07:00
ErrorBundle.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
LibCDirs.zig std.Target.Cpu.Arch: Remove the aarch64_32 tag. 2024-07-28 19:44:52 -07:00
LibCInstallation.zig std: restructure child process namespace 2024-05-26 09:31:55 -07:00
number_literal.zig Make 0e.0 and 0xp0 not crash 2024-07-03 02:53:37 -04:00
Parse.zig fix(fmt): pointer type syntax to index (take 2) (#20336) 2024-07-21 01:55:52 -07:00
parser_test.zig fix(fmt): pointer type syntax to index (take 2) (#20336) 2024-07-21 01:55:52 -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 fix(fmt): pointer type syntax to index (take 2) (#20336) 2024-07-21 01:55:52 -07:00
Server.zig implement std.testing.fuzzInput 2024-07-25 18:52:20 -07:00
string_literal.zig std: promote tests to doctests 2024-03-21 14:11:46 -07:00
system.zig std: fix typos (#20560) 2024-07-09 14:25:42 -07:00
target.zig std.zig.target: Set the minimum glibc for riscv32 to 2.33. 2024-07-29 09:50:09 +02:00
tokenizer.zig Tokenizer bug fixes and improvements 2024-07-15 11:31:19 +03:00
WindowsSdk.zig std: fix typos (#20560) 2024-07-09 14:25:42 -07:00
Zir.zig add new builtin: @disableInstrumentation 2024-07-22 13:07:02 -07:00