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
/
tools
/
gen_stubs.zig
Age
Commit message (
Expand
)
Author
2025-09-04
std.elf: change STV enum from u2 to u3
Alex Rønne Petersen
2025-08-30
update tools and other miscellaneous things to new APIs
Andrew Kelley
2025-07-21
objcopy: delete most of it
Andrew Kelley
2025-07-16
tools: fix some bitrot
Alex Rønne Petersen
2025-07-07
update standalone and incremental tests to new API
Andrew Kelley
2025-04-11
gen_stubs: Add hexagon-linux-musl support.
Alex Rønne Petersen
2024-11-23
gen_stubs: Require less manual intervention and produce better output.
Alex Rønne Petersen
2024-08-04
Add loongarch 64 to gen_stubs.zig.
YANG Xudong
2024-07-29
gen_stubs: Add riscv32 handling in a few more places.
Alex Rønne Petersen
2024-06-04
update musl libc.S to v1.2.5
Andrew Kelley
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-20
musl: update libc.S to v1.2.4
Andrew Kelley
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-16
compiler_rt: add missing PPC routines
Jan Philipp Hafer
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-12
compiler_rt: add __powihf2, __powisf2, __powidf2, __powitf2, __powixf2
Jan Philipp Hafer
2023-02-11
compiler_rt: __divmodti4 for libgcc symbol compatibility
matu3ba
2023-02-11
compiler_rt: __ashlsi3, __ashrsi3, __lshrsi3 for symbol compatibility
matu3ba
2023-01-06
tools: build all tools in ci to prevent bitrot
Jan Philipp Hafer
2022-12-22
compiler-rt: implement __udivei4 and __umodei4 (#14023)
Frank Denis
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-05-04
tools/gen_stubs: sort output by section/symbol name
Isaac Freund
2022-05-04
musl: update to 1.2.3
Isaac Freund
2021-12-09
tools/gen_stubs: add aarch64 and output preprocessor directives
Andrew Kelley
2021-12-08
tools/gen_stubs: consolidate symbol properties into MultiSym
Andrew Kelley
2021-12-08
improve musl dynamic stubs file libc.s
Andrew Kelley
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-08
tools/gen_stubs.zig: better error message on invalid input
Andrew Kelley
2021-01-18
stage2: use %type not @type for libc stubs
Julian Maingot
2020-12-13
stage2: use %type not @type for libc stubs
Isaac Freund
2020-12-13
stage2: support dynamically linking musl libc
Isaac Freund