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
2022-02-08
wasm: update test runner
Luuk de Gram
2022-02-08
compiler_rt: add subo
Jan Philipp Hafer
2022-02-07
Merge pull request #10813 from marler8997/windowsChildHang
Andrew Kelley
2022-02-07
debug: implement segfault handler for macOS aarch64
John Schmidt
2022-02-07
std.bit_set: add setRangeValue(Range, bool)
Arnavion
2022-02-07
std: fix i386-openbsd failing to build from source
Andrew Kelley
2022-02-07
compiler_rt: add addo (#10824)
matu3ba
2022-02-07
std: Allow `mem.zeroes` to work at comptime with extern union
Evan Haas
2022-02-07
std: fix doc comment typo in os.zig
boofexxx
2022-02-07
fix bug when ReadFile returns synchronously in collectOutputWindows
Jonathan Marler
2022-02-06
Replace argvCmd with std.mem.join
Cody Tapscott
2022-02-06
Avoid depending on child process execution when not supported by host OS
Cody Tapscott
2022-02-06
Merge pull request #10740 from ziglang/stage2-float-arithmetic
Andrew Kelley
2022-02-06
compiler_rt: addXf3: add coercion to `@clz`
Andrew Kelley
2022-02-06
std/math: optimize division with divisors less than a half-limb
Marc Tiehuis
2022-02-06
rework to allow ReadFile to complete synchronously
Jonathan Marler
2022-02-06
fix bug I think I found while manually reviewing
Jonathan Marler
2022-02-06
child_process: collectOutputWindows handle broken_pipe from ReadFile
Jonathan Marler
2022-02-06
CLI: remove remainders of --verbose-ast and --verbose-tokenize
Johannes Löthberg
2022-02-05
Merge pull request #10738 from Vexu/f80
Andrew Kelley
2022-02-05
std: allow tests to use cache and setOutputDir
praschke
2022-02-05
stage2: add support for Nvptx target
gwenzek
2022-02-05
std.build.TranslateCStep: add C macro support
rohlem
2022-02-05
std.process: add option to support single quotes to ArgIteratorGeneral
Veikka Tuominen
2022-02-05
compiler_rt: optimize mulo
Jan Philipp Hafer
2022-02-04
stage1: make f80 always size 16, align 16
Veikka Tuominen
2022-02-04
compiler-rt: add add/sub for f80
Veikka Tuominen
2022-02-04
compiler-rt: add comparison functions for f80
Veikka Tuominen
2022-02-04
compiler-rt: add trunc functions for f80
Veikka Tuominen
2022-02-04
compiler-rt: add extend functions for f80
Veikka Tuominen
2022-02-01
stage2: remove anytype fields from the language
Andrew Kelley
2022-02-01
stage1: avoid anytype fields for type info
Andrew Kelley
2022-02-01
Merge pull request #10742 from ziglang/ArrayHashMapEql
Andrew Kelley
2022-01-31
a small crusade against std.meta.declarations
Andrew Kelley
2022-01-31
stage1: remove the `data` field from TypeInfo.Declaration
Andrew Kelley
2022-01-31
std.fmt.parseHexFloat: clean up bitwise logic
Andrew Kelley
2022-01-31
std: correct rounding in parse_hex_float.zig
Mateusz Radomski
2022-01-31
debug: fix edge cases in macOS debug symbol lookup
John Schmidt
2022-01-31
os,wasi: use wasi-libc if available
Žiga Željko
2022-01-31
std: make ArrayHashMap eql function accept an additional param
Andrew Kelley
2022-01-30
Full response file (*.rsp) support
PhaseMage
2022-01-30
Merge pull request #10404 from ominitay/iterator
Jakub Konka
2022-01-29
std: add test for Thread.Semaphore
naeu
2022-01-29
std: add test for Thread.Condition
naeu
2022-01-29
std: define static error set for fs.Dir.copyFile
Meghan
2022-01-29
fix argsAlloc buffer size
Jean Dao
2022-01-29
Fix overflow in std.math.isNormal when applied to -Inf or a negative NaN
Jonathan S
2022-01-29
improve comptime windows GUID.parse performance
Jonathan Marler
2022-01-29
std: remove superfluous `.read = true` from deflate tests
Veikka Tuominen
2022-01-29
fs: Use `OpenMode` enum instead of read/write flags.
Sage Hane
[next]