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
Age
Commit message (
Expand
)
Author
2024-08-06
generate_c_size_and_align_checks: print failed condition in _Static_assert
Evan Haas
2024-08-05
test: Add generate_c_size_and_align_checks.zig to standalone build test
Evan Haas
2024-08-05
tools: Add tool for checking size and alignment of C types
Evan Haas
2024-08-05
Rewrite `generate_linux_syscalls.zig` (#20895)
ippsav
2024-08-05
Merge pull request #20934 from alexrp/sparc32-leon3
Andrew Kelley
2024-08-05
std.zig.target: Set minimum glibc version for csky to 2.29.
Alex Rønne Petersen
2024-08-05
std.Target: Use v9 as the baseline CPU for sparc32.
Alex Rønne Petersen
2024-08-05
process_headers: Add sparcv9-linux-gnu for glibc.
Alex Rønne Petersen
2024-08-04
std.sort: Remove key argument from binary-search-like functions (#20927)
Fri3dNstuff
2024-08-04
Add loongarch 64 to gen_stubs.zig.
YANG Xudong
2024-08-04
std.Target: Specify dynamic linker and C type sizes for serenity
Linus Groh
2024-08-02
Merge pull request #20908 from ziglang/reorg-std.debug-again
Andrew Kelley
2024-08-02
Merge pull request #20906 from alexrp/repro-windows
Andrew Kelley
2024-08-02
reintroduce std.Dwarf.abi.supportsUnwinding
Andrew Kelley
2024-08-02
fix compilation on powerpc GNU systems
Andrew Kelley
2024-08-02
ci: Add stage3/4 diff to aarch64-linux-release script.
Alex Rønne Petersen
2024-08-02
ci: Add stage3/4 diff to (aarch64,x86_64)-windows-release scripts.
Alex Rønne Petersen
2024-08-01
std.debug: reorg and clarify API goals
Andrew Kelley
2024-08-01
std.debug: rename Info to SelfInfo
Andrew Kelley
2024-08-01
std.debug.Info: rename ModuleDebugInfo to Module
Andrew Kelley
2024-08-01
std.debug.Info: extract to separate file
Andrew Kelley
2024-08-01
Merge pull request #20903 from ziglang/dwarf-reorg
Andrew Kelley
2024-08-01
std: dwarf namespace reorg
Andrew Kelley
2024-08-01
std.debug.DebugInfo: rename to std.debug.Info
Andrew Kelley
2024-08-01
build.zig: fix -Dskip-non-native
Andrew Kelley
2024-08-01
add std.fs.Dir.Handle
Andrew Kelley
2024-08-01
test runner: avoid spawning progress thread when instrumented
Andrew Kelley
2024-08-01
std.os.linux: Unbreak the build
Alex Rønne Petersen
2024-08-01
Merge pull request #20797 from alexrp/start-more-arches
Andrew Kelley
2024-08-01
Merge pull request #20870 from alexrp/target-cleanup-3
Andrew Kelley
2024-08-01
Merge pull request #20869 from alexrp/linux-syscalls
Andrew Kelley
2024-08-01
Merge pull request #20857 from alexrp/tls-porting
Andrew Kelley
2024-08-01
Merge pull request #20772 from alexrp/linux-audit
Andrew Kelley
2024-08-01
std.Target: Handle loongarch in Os.Tag.archName().
Alex Rønne Petersen
2024-08-01
std.atomic: Don't lie to the compiler about memory clobbers in spinLoopHint().
Alex Rønne Petersen
2024-08-01
std.Target: Use hexagonv60 as the baseline CPU model for hexagon.
Alex Rønne Petersen
2024-08-01
Merge pull request #20823 from alexrp/start-pie-mips-ppc
Andrew Kelley
2024-08-01
Merge pull request #20872 from alexrp/riscv-gp
Andrew Kelley
2024-08-01
Merge pull request #20884 from Rexicon226/riscv
Jakub Konka
2024-07-31
Merge pull request #20885 from ziglang/simplify-tokenizer
Andrew Kelley
2024-07-31
Merge pull request #20878 from tiehuis/std-math-complex-fixes
Andrew Kelley
2024-07-31
Merge pull request #20883 from ehaas/aro-translate-c-no-panic
Andrew Kelley
2024-07-31
tokenizer: tabs and carriage returns spec conformance
Andrew Kelley
2024-07-31
remove hard tabs from source code
Andrew Kelley
2024-07-31
std.zig.tokenizer: simplify
Andrew Kelley
2024-07-31
riscv: implement non-pow2 indirect loads
David Rubin
2024-07-31
start: remove riscv condition
David Rubin
2024-07-31
riscv: fix `.got` symbol loading
David Rubin
2024-07-31
riscv: implement `@divExact`
David Rubin
2024-07-31
aro_translate_c: fix formatting
Evan Haas
[next]