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-02-27
move `zig libc` command to be lazily built
Andrew Kelley
2024-02-27
Expand the memcpy fast path in flate.CircularBuffer.writeMatch to allow for o...
IntegratedQuantum
2024-02-27
compress: activate tests in wasm32
Igor Anić
2024-02-27
Eliminate `error.InvalidHandle` from OpenError and RealPathError
Ryan Liptak
2024-02-27
testing.expectFmt() - reuse expectEqualStrings()
Travis Staloch
2024-02-27
std.compress.zstd: enable tests for wasm32
dweiller
2024-02-27
Merge pull request #19102 from ziglang/decouple-zir
Andrew Kelley
2024-02-26
Merge pull request #19087 from squeek502/redundant-test-naming
Andrew Kelley
2024-02-26
move lazily compiled source files to lib/compiler/
Andrew Kelley
2024-02-26
compiler: JIT zig reduce
Andrew Kelley
2024-02-26
std.zig: don't try to unit test a separate exe
Andrew Kelley
2024-02-26
compiler: JIT zig fmt
Andrew Kelley
2024-02-26
move AstGen to std.zig.AstGen
Andrew Kelley
2024-02-26
rearrange std.zig
Andrew Kelley
2024-02-26
move Zir to std.zig.Zir
Andrew Kelley
2024-02-26
move Zcu.LazySrcLoc to std.zig.LazySrcLoc
Andrew Kelley
2024-02-26
http: fix fetching a github release
Jacob Young
2024-02-26
Change many test blocks to doctests/decltests
Ryan Liptak
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2024-02-26
std.http.Server: fix use case of streaming both reading and writing
Andrew Kelley
2024-02-26
Merge pull request #19081 from ianic/tar_case_sensitive
Andrew Kelley
2024-02-26
change default WASI stack size
Andrew Kelley
2024-02-26
std.http.Client: fix UAF when handling redirects
Andrew Kelley
2024-02-25
Merge pull request #18906 from jacobly0/x86_64-tests
Andrew Kelley
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-25
Merge pull request #19077 from Techatrix/http-header-parse
Andrew Kelley
2024-02-26
std.tar fix refactored function
Igor Anić
2024-02-25
fix crash when calling StackIterator.isValidMemory with emscripten
Jae B
2024-02-25
fix large f128 values being incorrectly parsed as inf
Marc Tiehuis
2024-02-25
std.tar skip test on windows
Igor Anić
2024-02-25
std.heap.raw_c_allocator: use malloc_size for resize
Andrew Kelley
2024-02-25
http: handle header fields with empty value
Techatrix
2024-02-25
fix integer overflow in indexOfPosLinear when needle.len > haystack.len
Techatrix
2024-02-25
std.tar improve error reporting
Igor Anić
2024-02-25
x86_64: implement more shuffles
Jacob Young
2024-02-25
Sema: implement vector coercions
Jacob Young
2024-02-25
x86_64: implement `@shuffle`
Jacob Young
2024-02-25
x86_64: fix incorrect mnemonic selection
Jacob Young
2024-02-25
Add pollTimeout for non-blocking/timeout-having polls
SuperAuguste
2024-02-25
std.tar add case sensitive file name test
Igor Anić
2024-02-25
Merge pull request #19005 from squeek502/wtf
Andrew Kelley
2024-02-24
std: re-enable most of setrlimit test on macos
Michael Dusan
2024-02-24
std.compress.flate: fix typo in function name (#19002)
Robinson Collado
2024-02-24
std.tar don't overwrite existing file
Igor Anić
2024-02-24
Add std.fs.path.fmtAsUtf8Lossy/fmtWtf16LeAsUtf8Lossy
Ryan Liptak
2024-02-24
Use stack fallback allocator to usually avoid extra heap allocation in getEnv...
Ryan Liptak
2024-02-24
Fix handling of Windows (WTF-16) and WASI (UTF-8) paths
Ryan Liptak
2024-02-24
Add std.unicode.fmtUtf8 that can handle ill-formed UTF-8
Ryan Liptak
2024-02-24
Update deprecated `std.unicode` function usages
Ryan Liptak
2024-02-24
std.unicode: Refactor and add WTF-16/WTF-8 functions
Ryan Liptak
[next]