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
2024-06-05
File.getOrEnableAnsiEscapeSupport: Do not attempt to set DISABLE_NEWLINE_AUTO...
Ryan Liptak
2024-06-05
Merge pull request #20120 from vahur/move-consts-to-rdata
Andrew Kelley
2024-06-05
Merge pull request #20192 from squeek502/fs-handle-leaks
Andrew Kelley
2024-06-05
Merge pull request #20194 from ziglang/musl-v1.2.5
Andrew Kelley
2024-06-05
LLVM backend: loongarch64 support
Andrew Kelley
2024-06-04
fs tests: Fix leaking a directory handle in "makepath existing directories" test
Ryan Liptak
2024-06-04
Dir.makeOpenPathAccessMaskW: Fix leaking intermediate directory handles
Ryan Liptak
2024-06-04
update musl source files to v1.2.5
Andrew Kelley
2024-06-04
crypto.edwards25519: add the ability to check for group membership (#20175)
Frank Denis
2024-06-04
sha3.keccak: allow Keccak[f=200] (#20181)
Frank Denis
2024-06-03
Merge pull request #20172 from squeek502/windows-vt-enable
Andrew Kelley
2024-06-02
Add `File.getOrEnableAnsiEscapeSupport` and use it
Ryan Liptak
2024-06-02
std.meta.hasUniqueRepresentation: better support packed structs
Meghan Denny
2024-06-02
lib/std/fs/File: enable VT seq support for Windows Console
Garfield Lee
2024-06-02
Replace YES_COLOR with CLICOLOR_FORCE
Carl Ã…stholm
2024-06-02
std.Progress: fix line upper bound calculation
Andrew Kelley
2024-06-02
Progress: Emit \r\n on Windows, include new line bytes in line_upper_bound_len
Ryan Liptak
2024-06-02
remove std.Ini
Veikka Tuominen
2024-06-02
pass `-fno-builtin` when testing `lib/c.zig`, `lib/compiler_rt.zig`
Veikka Tuominen
2024-06-01
Support Vectors in std.math.clamp
koenditor
2024-05-31
std.Progress: keep the cursor at the beginning
Andrew Kelley
2024-05-31
std.Build.Step.Run: global lock when child inherits stderr
Andrew Kelley
2024-05-31
std.Progress: IPC fixes
Andrew Kelley
2024-05-31
not android check on std.debug.getContext
George Thayamkery
2024-05-30
std/math: import "math/float.zig" only once
Manlio Perillo
2024-05-30
math.hypot: fix incorrect over/underflow behavior (#19472)
expikr
2024-05-29
rename zig-cache to .zig-cache
Andrew Kelley
2024-05-28
std.Progress: Fix Windows console API implementation
Ryan Liptak
2024-05-28
std: Avoid overflowing in the midpoint calculation in upperBound
T. M
2024-05-28
std.Build.step.Compile: Fix lib{c,cpp} mixup in dependsOnSystemLibrary()
Linus Groh
2024-05-28
std.Progress: better Windows support
Andrew Kelley
2024-05-28
std.Progress: Use Windows console API calls when ANSI escape codes are not su...
Ryan Liptak
2024-05-27
std.Progress: relax some of the atomic orderings
Andrew Kelley
2024-05-27
std.process.Child: fix spawning child proc with new cwd fd
Andrew Kelley
2024-05-27
std.Progress: fix race condition with setIpcFd
Andrew Kelley
2024-05-27
fix zig translate-c creating root progress node twice
Andrew Kelley
2024-05-27
std.Progress: handle short writes
Andrew Kelley
2024-05-27
std.Progress: handle big-endian targets
Andrew Kelley
2024-05-27
std.Progress: adjust the timings a little bit
Andrew Kelley
2024-05-27
std.Build.Step.Run: account for new environment variable
Andrew Kelley
2024-05-27
std.process.cleanExit: lock stderr before exiting
Andrew Kelley
2024-05-27
std.Progress: elide root node if empty
Andrew Kelley
2024-05-27
std.Progress: count newlines more accurately
Andrew Kelley
2024-05-27
std.Progress: handle when terminal write buffer too small
Andrew Kelley
2024-05-27
std.Progress: keep cursor on newline
Andrew Kelley
2024-05-27
std.Progress: use std.log.debug rather than warn
Andrew Kelley
2024-05-27
std.Progress: smaller type for parents and robustify
Andrew Kelley
2024-05-27
std.Progress: avoid scrolling the PS1 off the terminal
Andrew Kelley
2024-05-27
std.Progress: truncate IPC data exceeding preallocated buffers
Andrew Kelley
2024-05-27
std.Progress: move more global preallocations to thread memory
Andrew Kelley
[next]