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
/
compiler
Age
Commit message (
Expand
)
Author
2024-08-04
std.sort: Remove key argument from binary-search-like functions (#20927)
Fri3dNstuff
2024-08-01
test runner: avoid spawning progress thread when instrumented
Andrew Kelley
2024-08-01
Merge pull request #20870 from alexrp/target-cleanup-3
Andrew Kelley
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: handle opaque struct defs in prototypes
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
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-30
std.Target: Remove `cloudabi` OS tag.
Alex Rønne Petersen
2024-07-30
std.Target: Remove `ananas` OS tag.
Alex Rønne Petersen
2024-07-30
std.Target: Remove `sparcel` architecture tag.
Alex Rønne Petersen
2024-07-30
std.Target: Remove `spir`/`spir64` architecture tags.
Alex Rønne Petersen
2024-07-29
aro_translate_c: Add a more helpful error message for error.StreamTooLong
Evan Haas
2024-07-29
aro_translate_c: do not translate _Static_assert declarations
Evan Haas
2024-07-29
aro_translate_c: Render errors properly
Evan Haas
2024-07-28
Merge pull request #20667 from jayrod246/windows-watch
Andrew Kelley
2024-07-28
Condense and extend std.Treap's traversal functionalities. (#20002)
Cheng Sheng
2024-07-28
std.Target.Cpu.Arch: Remove the `aarch64_32` tag.
Alex Rønne Petersen
2024-07-28
Merge pull request #20807 from Rexicon226/riscv
Jakub Konka
2024-07-28
translate-c: Use mangled name for local extern in condition/loop
Linus Groh
2024-07-27
Watch.zig: add initial windows implementation
Jarrod Meyer
2024-07-26
riscv: clean up and unify encoding logic
David Rubin
2024-07-26
riscv: implement more operators
David Rubin
2024-07-25
add --debug-rt CLI arg to the compiler + bonus edits
Andrew Kelley
2024-07-25
test runner: always report fuzz tests
Andrew Kelley
2024-07-25
test runner: handle start_fuzzing message
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-23
add std.testing.random_seed
Andrew Kelley
2024-07-21
std.Target.Os: Rename lv2 to ps3.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `tce`/`tcele` arch tags.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `shave` arch tag.
Alex Rønne Petersen
2024-07-21
std.Target: Remove `hsail`/`hsail64` arch tags.
Alex Rønne Petersen
2024-07-21
std.Target: Remove `amdil`/`amdil64` arch tags.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `r600` arch tag.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `renderscript32`/`renderscript64` arch tags.
Alex Rønne Petersen
2024-07-21
fix(fmt): pointer type syntax to index (take 2) (#20336)
Will Lillis
2024-07-20
test runner: disable stderr printing for riscv64
Andrew Kelley
2024-07-20
std.Target: Remove `coreclr` ABI specifier.
Alex Rønne Petersen
2024-07-20
std.Target: Remove `nacl` OS specifier and `le32`/`le64` arch specifiers.
Alex Rønne Petersen
2024-07-20
std.Target: Remove `kfreebsd` OS specifier.
Alex Rønne Petersen
[next]