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-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.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
2024-07-31
aro_translate_c: do not translate atomic types
Evan Haas
2024-07-31
aro_translate_c: move noreturn test to manifest
Evan Haas
2024-07-31
aro_translate_c: handle opaque struct defs in prototypes
Evan Haas
2024-07-31
aro_translate_c: move simple function prototype test to manifest
Evan Haas
2024-07-31
aro_translate_c: basic typedef support
Evan Haas
2024-07-31
aro_translate_c: improve record translation
Evan Haas
2024-07-31
aro_translate_c: demote functions with bodies to extern
Evan Haas
2024-07-31
translate_c: move empty declaration test to test manifest
Evan Haas
2024-07-31
aro_translate_c: Make function decls public
Evan Haas
2024-07-31
aro_translate_c: Translate enum types
Evan Haas
2024-07-31
aro_translate_c: translate pointer types
Evan Haas
2024-07-31
aro_translate_c: translate incomplete arrays
Evan Haas
2024-07-31
aro_translate_c: Translate array types
Evan Haas
2024-07-31
aro_translate_c: Emit compile errors instead of panicking for var decls
Evan Haas
2024-07-31
start: Disable the gp initialization code for the self-hosted riscv64 backend.
Alex Rønne Petersen
2024-07-31
start: Initialize gp to __global_pointer$ on riscv.
Alex Rønne Petersen
2024-07-30
std: fix long double size for loongarch.
YANG Xudong
2024-07-30
std: set standard dynamic linker path for loongarch64 on linux. (#20726)
YANG Xudong
2024-07-30
Merge pull request #20873 from ziglang/elf-ownership
Jakub Konka
2024-07-30
std.os.linux.start_pie: Use a 64-bit displacement for s390x.
Alex Rønne Petersen
2024-07-30
std.os.linux.start_pie: Apply MIPS local GOT relocations.
Alex Rønne Petersen
2024-07-30
start: Copy the mips64 comment about gp to the mips32 code.
Alex Rønne Petersen
2024-07-30
start: Add POSIX csky support.
Alex Rønne Petersen
2024-07-30
elf: fix a typo in setting atom name before it's been allocated
Jakub Konka
2024-07-30
std.math.complex: fix cosh/tanh
Marc Tiehuis
[next]