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-07-21
LLVM: fix lowering of structs with underaligned fields
Andrew Kelley
2022-07-21
Fix #9184: fmtIntSizeDec/fmtIntSizeBin support FormatOptions
Yujiri
2022-07-20
Merge pull request #12111 from ziglang/ci-stage3
Andrew Kelley
2022-07-20
build.zig: teach `--compress-debug-sections`
Motiejus Jakštys
2022-07-20
disable std lib test failing with self-hosted ReleaseSafe
Andrew Kelley
2022-07-20
macho: Pass sections by pointer when slicing names
Cody Tapscott
2022-07-19
Merge pull request #12131 from hnakamur/fix_big_int_Managed_mul_sqr_capacity_...
Andrew Kelley
2022-07-19
Read dynstr starting at rpath offset
LeRoyce Pearson
2022-07-17
std.fs: remove accidental comptime block
Veikka Tuominen
2022-07-17
std.fs: add `Iterable` versions of `openDirAbsolute*`
Veikka Tuominen
2022-07-16
Fix io_uring tests (#12134)
Vincent Rischmann
2022-07-16
std.testing: add `refAllDeclsRecursive` function
alichraghi
2022-07-16
Fix checkAllAllocationFailures being too strict when checking arg types
Ryan Liptak
2022-07-16
Use Managed.len in sub, divFloor, and divTrunc too
Hiroaki Nakamura
2022-07-16
Use Managed.len() instead of Managed.toConst().limbs.len
Hiroaki Nakamura
2022-07-16
Fix std.math.big.int.Managed capacity after mul and sqr
Hiroaki Nakamura
2022-07-15
std.fs: remove `OpenDirOptions.iterate`
Veikka Tuominen
2022-07-15
std.fs: split `Dir` into `IterableDir`
Veikka Tuominen
2022-07-15
add FreeBSD support to std.os.getFdPath
Kim SHrier
2022-07-14
handle HOSTUNREACH for blocking and non-blocking connects
Bill Nagel
2022-07-13
Merge pull request #12098 from ziglang/llvm-riscv64
Andrew Kelley
2022-07-13
AstGen: fix loop control flow applying to wrong loop
Andrew Kelley
2022-07-13
stage2: fix comptime bitcast involving f80
Andrew Kelley
2022-07-13
std.math: add `inline` to some functions
Andrew Kelley
2022-07-12
std: update test cases to reflect new packed struct semantics
Andrew Kelley
2022-07-12
Merge pull request #12083 from Vexu/c-container-err
Veikka Tuominen
2022-07-12
wasm-linker: Implement linker tests (#12006)
Luuk de Gram
2022-07-12
stage2: handle parser notes in a more general way
Veikka Tuominen
2022-07-12
parser: add helpful error for C style container declarations
Veikka Tuominen
2022-07-11
Merge pull request #12044 from Vexu/stage2-compile-errors
Andrew Kelley
2022-07-11
Sema: allow `void` as an extern union field & fix invalid extern unions
Veikka Tuominen
2022-07-11
Sema: validate extern types
Veikka Tuominen
2022-07-11
std.math: add `degreesToRadians` and `radiansToDegrees`
frmdstryr
2022-07-11
use std.log for logging
Mikko Kaihlavirta
2022-07-11
std.fmt: clarify the description of placeholders in Format Strings
Duncan Holm
2022-07-10
compiler_rt: Update Windows ABI for float<->int conversion routines
Cody Tapscott
2022-07-10
Compilation: do not repeat same source line for notes
Veikka Tuominen
2022-07-10
Merge pull request #12001 from ziglang/llvm14
Andrew Kelley
2022-07-09
two more regressed test cases; same cause as last two commits
Andrew Kelley
2022-07-09
disable regressed math.sign test case
Andrew Kelley
2022-07-09
disable regressed float formatting test case
Andrew Kelley
2022-07-09
`std.log`: deduplicate `switch`
r00ster91
2022-07-09
Remove outdated TODO comment (#12053)
Yusuke Tanaka
2022-07-08
crypto.sign.ed25519: add support for blind key signatures (#11868)
Frank Denis
2022-07-07
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-07-07
std.builtin.returnError: disable runtime safety
Andrew Kelley
2022-07-07
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-07-07
std.log: give friendly error to freestanding users
r00ster91
2022-07-07
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-07-07
std.json: move tests to json/test.zig file
Andrew Kelley
[next]