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
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-19
test: check compile errors when compilation has no errors
dweiller
2023-11-18
std.enums: allow non-exhaustive enums in EnumIndexer and make `count` comptim...
Eric Joldasov
2023-11-18
Faster implementation of intToEnum.
Lucas Santos
2023-11-17
std.macho: fix LoadCommandIterator to work with underaligned data
Jakub Konka
2023-11-16
Move duplicate field detection for struct init expressions into AstGen
David
2023-11-14
x86_64: actually track state during `@divFloor` of `i128`
Jacob Young
2023-11-14
Merge pull request #17978 from ziglang/elf-x86-tls
Jakub Konka
2023-11-14
std: disable failing test
Jakub Konka
2023-11-13
expose to build system
xdBronch
2023-11-12
Dwarf: improve x86_64 backend debug info
Jacob Young
2023-11-10
zstandard: fix division by zero when using RingBuffer
dweiller
2023-11-10
Merge pull request #17933 from ziglang/elf-r-mode
Jakub Konka
2023-11-09
elf: init output COMDAT group sections
Jakub Konka
2023-11-09
replace deprecated std.math.absCast
Bogdan Romanyuk
2023-11-09
std.math: Add isPositiveZero() and isNegativeZero()
Linus Groh
2023-11-09
Merge pull request #17888 from AdamGoertz/zig-reduce
Andrew Kelley
2023-11-09
Speed up ast.tokenLocation
frmdstryr
2023-11-09
Merge pull request #17935 from ianic/fix_io_uring_test_kernel_5_4
Veikka Tuominen
2023-11-08
fix io_uring tests on kernel 5.4
Igor Anić
2023-11-08
fix io_uring timeout_remove test on kernel 5.4
Igor Anić
2023-11-08
Curve25519.fromEdwards25519(): don't assume normalized coordinates (#17920)
Frank Denis
2023-11-08
std.math.big: fix sqrt with bits > limb_bits
tison
2023-11-07
fix sqrt(0)
David Rubin
2023-11-07
Merge pull request #17873 from ziglang/elf-archive
Jakub Konka
2023-11-06
CheckObject: support parsing and dumping archive symtab for ELF
Jakub Konka
2023-11-06
zig-reduce: Reduce `if` expressions
Adam Goertz
2023-11-05
Merge pull request #17815 from Luukdegram/wasm-no-entry
Andrew Kelley
2023-11-06
io_uring: add multishot accept operation
Igor Anić
2023-11-04
std.zig.render: ability to omit variable declarations
Andrew Kelley
2023-11-04
zig reduce: delete statements from blocks
Andrew Kelley
2023-11-04
std.zig.render: support fixing unused parameter
Andrew Kelley
2023-11-04
zig reduce: rename identifiers when inlining an `@import`
Andrew Kelley
2023-11-04
std.ArrayHashMap: add init function
Andrew Kelley
2023-11-04
zig reduce: add transformation for inlining file-based `@import`
Andrew Kelley
2023-11-04
Merge pull request #17852 from ziglang/zig-reduce
Andrew Kelley
2023-11-04
x86_64: fix miscompilations
Jacob Young
2023-11-03
zig reduce: add transformation of replacing var init with undefined
Andrew Kelley
2023-11-03
zig reduce: add "delete unused globals" transform
Andrew Kelley
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-11-03
fix compilation regression
Andrew Kelley
2023-11-03
zig reduce: redesign
Andrew Kelley
2023-11-03
std.BitSet: add setAll and unsetAll methods
Andrew Kelley
2023-11-03
std.zig.render: fix iteration over parameters
Andrew Kelley
2023-11-03
add a transformation for gutting the body of a function
Andrew Kelley
2023-11-03
std.zig: move render state to struct; add fixups
Andrew Kelley
2023-11-03
zstandard: fix incorrect RLE decompression into ring buffer
dweiller
2023-11-03
std.Atomic: remove unnecessary `@ptrCast` (#17825)
XXIV
2023-11-03
dont assume apple chips are macos exclusive
xdBronch
2023-11-03
start.zig: Replace kernel32 usage with ntdll
Ryan Liptak
[next]