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
/
lib
/
std
Age
Commit message (
Expand
)
Author
2024-07-26
riscv: workarounds for riscv threading
David Rubin
2024-07-26
riscv: implement `lr/sr` loop logic for non-native atomics
David Rubin
2024-07-26
riscv: airAsm rewrite
David Rubin
2024-07-26
heap: create a work-around page-allocator
David Rubin
2024-07-26
riscv: implement `ptr_slice_ptr_ptr`
David Rubin
2024-07-26
riscv: implement more operators
David Rubin
2024-07-25
Merge pull request #20776 from alexrp/start-pie-more-arches
Andrew Kelley
2024-07-25
std.zig.target: Handle m68k in muslArchName().
Alex Rønne Petersen
2024-07-25
add --debug-rt CLI arg to the compiler + bonus edits
Andrew Kelley
2024-07-25
std.Build.Fuzz: fix progress node hierarchy
Andrew Kelley
2024-07-25
build runner sends a start_fuzzing message to test runner
Andrew Kelley
2024-07-25
build runner: extract logic to std.Build.Fuzz
Andrew Kelley
2024-07-25
add `--fuzz` CLI argument to `zig build`
Andrew Kelley
2024-07-25
implement std.testing.fuzzInput
Andrew Kelley
2024-07-25
implement std.testing.fuzzInput
Andrew Kelley
2024-07-25
Add `std.json.ParseOptions.parse_numbers` to preserve float precision (#20744)
Eugene-Dash
2024-07-25
Merge pull request #20777 from alexrp/start-abi-hardening
Andrew Kelley
2024-07-25
aarch64: reenable tests that are no longer regressed
Julian Vesper
2024-07-24
add sub-compilation cache inputs to parents in whole mode
Andrew Kelley
2024-07-25
start: Align the stack on sparc64 just in case.
Alex Rønne Petersen
2024-07-25
start: Fix mips stack alignment value (should be 8, not 16).
Alex Rønne Petersen
2024-07-25
start: Simplify mips and mips64 startup code.
Alex Rønne Petersen
2024-07-24
std.coff: Add missing entries to MachineType.
Alex Rønne Petersen
2024-07-24
start: Explicitly clear the link register on mips and mips64 just in case.
Alex Rønne Petersen
2024-07-24
start: Properly escape percent signs in the s390x inline asm.
Alex Rønne Petersen
2024-07-24
start: Align the stack on s390x just in case.
Alex Rønne Petersen
2024-07-24
start: Align the stack on powerpc just in case.
Alex Rønne Petersen
2024-07-24
start: Align the stack on aarch64 just in case.
Alex Rønne Petersen
2024-07-24
std.os.linux.start_pie: Add hexagon support.
Alex Rønne Petersen
2024-07-24
std.os.linux.start_pie: Add arc support.
Alex Rønne Petersen
2024-07-24
std.os.linux.start_pie: Add csky support.
Alex Rønne Petersen
2024-07-24
std.os.linux.start_pie: Handle armeb, thumb, thumbeb, and aarch64_be too.
Alex Rønne Petersen
2024-07-24
start: Simplify the sparc64 inline asm a bit.
Alex Rønne Petersen
2024-07-24
start: Add a comment explaining the sparc64 stack bias.
Alex Rønne Petersen
2024-07-24
start: Add a comment explaining our paranoid stance on ABI guarantees.
Alex Rønne Petersen
2024-07-24
Merge pull request #20749 from alexrp/start-pie
Andrew Kelley
2024-07-24
start: Handle loongarch32 together with loongarch64.
Alex Rønne Petersen
2024-07-24
Merge pull request #20767 from ziglang/emit-options
Andrew Kelley
2024-07-24
Replace some dynamic functions with static ones.
Lucas Santos
2024-07-23
Merge pull request #20719 from alexrp/misc-porting
Andrew Kelley
2024-07-23
default "trace pc guard" coverage off
Andrew Kelley
2024-07-24
std.os.linux.start_pie: Add s390x support.
Alex Rønne Petersen
2024-07-24
std.os.linux.start_pie: Add m68k support.
Alex Rønne Petersen
2024-07-24
std.os.linux.start_pie: Add loongarch support.
Alex Rønne Petersen
2024-07-23
Fix compilation issues in crypto.bccrypt and poly1305 (#20756)
Frank Denis
2024-07-23
std.Build.Step.Run: Fix invocation syntax for Wasmtime 14+.
Alex Rønne Petersen
2024-07-23
std.os.linux.tls: Fix setThreadPointer() for armeb and thumbeb.
Alex Rønne Petersen
2024-07-23
std.os.linux.tls: Set some constants correctly for powerpcle.
Alex Rønne Petersen
2024-07-23
std.os.linux.tls: Set tls_tcb_size correctly for thumbeb.
Alex Rønne Petersen
2024-07-23
std.os.linux.tls: Set tls_variant correctly for thumbeb.
Alex Rønne Petersen
[next]