COMMITS
/ lib/c.zig August 26, 2025
D
libc: use zig isnan and derivates for mingw
David Senoner committed
May 20, 2025
D
libc: implement common `abs` for various integer sizes (#23893)
David committed
May 10, 2025
D
Introduce common `bzero` libc implementation. (#23812)
David committed
April 10, 2025
A
Introduce libzigc for libc function implementations in Zig.
Alex Rønne Petersen committed
March 3, 2025
L
Remove uses of deprecated callconv aliases
Linus Groh committed
November 8, 2024
A
c: Include Os.Tag.other in the list of freestanding OSs.
Alex Rønne Petersen committed
A
c: Use internal linkage when running tests.
Alex Rønne Petersen committed
October 22, 2024
A
handle _fltused in compiler_rt
Andrew Kelley committed
August 24, 2024
M
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg committed
August 26, 2024
M
lib,test,tools,doc: update usages of @export
mlugg committed
August 1, 2024
A
std.os.linux: Move clone() here and stop exporting it.
Alex Rønne Petersen committed
July 29, 2024
A
Merge pull request #20389 from alexrp/riscv32
Andrew Kelley committed
A
c: Handle armeb and thumbeb in clone().
Alex Rønne Petersen committed
June 22, 2024
A
c: Implement clone() for riscv32-linux.
Alex Rønne Petersen committed
February 19, 2024
T
std.builtin: make link mode fields lowercase
Tristan Ross committed
July 31, 2023
J
std: finish cleanup up asm
Jacob Young committed
June 25, 2023
E
std.cstr: deprecate namespace
Eric Joldasov committed
February 4, 2023
S
Add support for mips64/mips64el
Suirad committed
October 7, 2022
A
all: rename i386 to x86
Ali Chraghi committed
October 17, 2022
A
Merge pull request #11747 from Luukdegram/compiler-rt
Andrew Kelley committed
May 28, 2022
L
compiler_rt: Move mem implementations from c.zig
Luuk de Gram committed
September 18, 2022
R
zig_libc: do not call abort() on amdgpu
Robin Voetter committed
September 14, 2022
V
std: add return address parameter to panic fn
Veikka Tuominen committed
September 13, 2022
A
universal-libc: fix strncmp tests
Andrew Kelley committed
June 30, 2022
V
Sema: validate deref operator type and value
Veikka Tuominen committed
May 13, 2022
K
target: Rename sparcv9 -> sparc64
Koakuma committed
May 7, 2022
A
flatten lib/std/special and improve "pkg inside another" logic
Andrew Kelley committed