index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glibc.zig
Age
Commit message (
Expand
)
Author
2025-02-17
std.Target: Move osArchName() and Cpu.Arch.archName() to std.zig.target.
Alex Rønne Petersen
2025-01-20
reject crti.o/crtn.o, embrace the future
Andrew Kelley
2025-01-20
fix build failure when llvm not available
Andrew Kelley
2025-01-15
implement the prelink phase in the frontend
Andrew Kelley
2024-11-24
std.Target: Add Os.HurdVersionRange for Os.Tag.hurd.
Alex Rønne Petersen
2024-11-05
glibc, musl, wasi-libc: Don't explicitly pass -fno-stack-protector.
Alex Rønne Petersen
2024-11-05
Compilation: Move no_builtin to Package.Module.
Alex Rønne Petersen
2024-11-03
Merge pull request #21599 from alexrp/thumb-porting
Alex Rønne Petersen
2024-11-03
glibc: Don't build CRT objects that won't be used.
Alex Rønne Petersen
2024-11-03
Compilation: Use the regular module mechanism for setting PIC on CRT objects.
Alex Rønne Petersen
2024-11-03
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen
2024-11-02
glibc: Emit _IO_stdin_used reference in .rodata.
Alex Rønne Petersen
2024-10-23
combine codegen work queue and linker task queue
Andrew Kelley
2024-10-23
branch fixes
Andrew Kelley
2024-10-23
move linker input file parsing to the compilation pipeline
Andrew Kelley
2024-10-12
glibc: Align stub symbols to the target word size.
Alex Rønne Petersen
2024-10-12
glibc: Emit some fill data for stub symbols, thus giving each a unique address.
Alex Rønne Petersen
2024-10-10
link: fix false positive crtbegin/crtend detection
Andrew Kelley
2024-10-03
glibc: Update abilists parsing to the new format version.
Alex Rønne Petersen
2024-09-05
glibc: Fix an edge case leading to duplicate stub symbols.
Alex Rønne Petersen
2024-09-05
glibc: Set asm and include paths for csky.
Alex Rønne Petersen
2024-09-05
glibc: Set asm and include paths for arc.
Alex Rønne Petersen
2024-09-05
glibc: Set asm and include paths for m68k.
Alex Rønne Petersen
2024-09-05
glibc: Add include path for gnux32.
Alex Rønne Petersen
2024-09-05
glibc: Set asm and include paths for s390x.
Alex Rønne Petersen
2024-09-05
glibc: Also pass `-Wno-unsupported-floating-point-opt` when building libc_non...
Alex Rønne Petersen
2024-09-03
glibc: Avoid building and linking stub libraries that were emptied in 2.34.
Alex Rønne Petersen
2024-08-28
glibc: Remove mentions of thumb.
Alex Rønne Petersen
2024-08-23
glibc: Define _IO_stdin_used in start code and reference it in stub asm.
Alex Rønne Petersen
2024-08-23
glibc: Pass -Qunused-arguments when building libc_nonshared.a.
Alex Rønne Petersen
2024-08-14
loongarch: add glibc start.S to make zig-bootstrap work for loongarch64-linux...
YANG Xudong
2024-08-07
loongarch: various architecture specific fixes (#20912)
YANG Xudong
2024-08-07
Merge pull request #20909 from alexrp/glibc-riscv
Andrew Kelley
2024-08-07
Merge pull request #20894 from alexrp/target-cleanup-4
Andrew Kelley
2024-08-05
Revert "glibc: Add a temporary hack in abilists loading due to sparcel removal."
Andrew Kelley
2024-08-02
glibc: Set -frounding-math like upstream.
Alex Rønne Petersen
2024-08-02
glibc: Define NO_INITFINI for non-legacy architectures.
Alex Rønne Petersen
2024-08-01
glibc: Fix some target architecture checks to include thumb and powerpcle.
Alex Rønne Petersen
2024-07-30
glibc: Add a temporary hack in abilists loading due to sparcel removal.
Alex Rønne Petersen
2024-07-30
std.Target: Remove `sparcel` architecture tag.
Alex Rønne Petersen
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-03
Rename Dir.writeFile2 -> Dir.writeFile and update all callsites
Ryan Liptak
2024-03-21
std.Build.Cache: use an array hash map for files
Andrew Kelley
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-06
Package.Module: deduplicate identical builtin modules
mlugg
2024-02-27
move `zig libc` command to be lazily built
Andrew Kelley
2024-01-04
src/target: Restrict usable glibc versions
Pat Tullmann
2024-01-04
glibc: get correct files compiled into libc_nonshared.a
Kang Seonghoon
2024-01-01
Compilation: make create() take an arena allocator
Andrew Kelley
2024-01-01
glibc: fix crash from not setting owner module
Andrew Kelley
[next]