aboutsummaryrefslogtreecommitdiff
path: root/lib/c.zig
AgeCommit message (Expand)Author
2024-10-23handle _fltused in compiler_rtAndrew Kelley
2024-08-27compiler,lib,test,langref: migrate `@setCold` to `@branchHint`mlugg
2024-08-27lib,test,tools,doc: update usages of @exportmlugg
2024-08-07std.os.linux: Move clone() here and stop exporting it.Alex Rønne Petersen
2024-07-29Merge pull request #20389 from alexrp/riscv32Andrew Kelley
2024-07-29c: Handle armeb and thumbeb in clone().Alex Rønne Petersen
2024-07-29c: Implement clone() for riscv32-linux.Alex Rønne Petersen
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2023-07-31std: finish cleanup up asmJacob Young
2023-06-25std.cstr: deprecate namespaceEric Joldasov
2023-02-04Add support for mips64/mips64elSuirad
2022-11-04all: rename i386 to x86Ali Chraghi
2022-10-17Merge pull request #11747 from Luukdegram/compiler-rtAndrew Kelley
2022-10-15compiler_rt: Move mem implementations from c.zigLuuk de Gram
2022-10-12zig_libc: do not call abort() on amdgpuRobin Voetter
2022-09-20std: add return address parameter to panic fnVeikka Tuominen
2022-09-12universal-libc: fix strncmp testsAndrew Kelley
2022-07-01Sema: validate deref operator type and valueVeikka Tuominen
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2022-05-06flatten lib/std/special and improve "pkg inside another" logicAndrew Kelley