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-04-17
std.zig.system.linux: Use arm.zig detection for AArch64 CPU features
Liviu Dudau
2024-04-17
compiler: un-implement #19634
mlugg
2024-04-17
compiler: rework comptime pointer representation and access
mlugg
2024-04-15
Merge pull request #19654 from jacobly0/wasi-ver
Andrew Kelley
2024-04-15
Merge pull request #19655 from squeek502/windows-argv-post-2008
Andrew Kelley
2024-04-15
std: improve std.once tests
Alex Kladov
2024-04-15
lib/std/Build/Step/CheckObject: dump section as string
Jakub Konka
2024-04-15
std.Build.Step.ConfigHeader: better error message
jd
2024-04-15
ArgIteratorWindows: Match post-2008 C runtime rather than CommandLineToArgvW
Ryan Liptak
2024-04-14
fix namespacing of std.fs.Dir.Walker.Entry
Andrew Kelley
2024-04-14
std.fs.Dir.Walker: maintain a null byte in path names
Andrew Kelley
2024-04-14
wasi: change default os version to `0.1.0`
Jacob Young
2024-04-14
Target: cleanup
Jacob Young
2024-04-14
std.crypto.pcurves.*: simpler, smaller, faster u64 addition with carry (#19644)
Frank Denis
2024-04-13
std.Build.Step.ConfigHeader: better error message
Andrew Kelley
2024-04-13
Merge pull request #19637 from ziglang/http-host-port
Andrew Kelley
2024-04-13
std: fix big int llshr to respect aliasing (#19612)
Андрей Краевский
2024-04-12
Revert "std.http.Client: always omit port when it matches default"
Andrew Kelley
2024-04-12
std.http.Client: always omit port when it matches default
Andrew Kelley
2024-04-12
std.http.Client: pass port to server based on user input
Andrew Kelley
2024-04-13
cbe: fix optional codegen
Jacob Young
2024-04-11
Merge pull request #19623 from ziglang/LazyPath
Andrew Kelley
2024-04-11
std.debug.panic: pass the args
Andrew Kelley
2024-04-11
std.hash.crc: get rid of usingnamespace
Brandon Black
2024-04-11
Fix stack iterator on UEFI
leap123
2024-04-11
std.Build: revert the breaking changes only
Andrew Kelley
2024-04-11
remove deprecated LazyPath.path union tag
Andrew Kelley
2024-04-10
introduce std.Build.path; deprecate LazyPath.relative
Andrew Kelley
2024-04-10
Uri: propagate per-component encoding
Jacob Young
2024-04-09
Merge pull request #19500 from ianic/package_filter_errors
Andrew Kelley
2024-04-09
std.crypto.Certificate: support 3072 bits RSA certificate (#19591)
Andrew Kelley
2024-04-09
crypto.sha3: implement constructions from NIST SP 800-185 (#19533)
Frank Denis
2024-04-09
fetch: use empty string instead of null for root_dir
Igor Anić
2024-04-08
InternPool: remove slice from byte aggregate keys
Jacob Young
2024-04-08
haiku: fix abi and dynamic linker detection
Jacob Young
2024-04-08
haiku: fix linking issues
Jacob Young
2024-04-08
haiku: fix directory iteration
Jacob Young
2024-04-08
std.Build: fix regression in Step.ConfigHeader
Andrew Kelley
2024-04-07
Merge pull request #18920 from castholm/fmtId
Andrew Kelley
2024-04-07
Merge pull request #18590 from castholm/move-standalone-test-cases
Andrew Kelley
2024-04-07
Make `std.Build.dependencyInner` private
Carl Åstholm
2024-04-07
Remove `std.Build.anonymousDependency`
Carl Åstholm
2024-04-07
std.Build: Remove unused `c_std` field
Carl Åstholm
2024-04-07
std.Build: add dependencyFromBuildZig
Carl Åstholm
2024-04-07
Merge pull request #18988 from castholm/lazy-build-zig
Andrew Kelley
2024-04-07
Account for dependency boundaries when duping headers
Carl Åstholm
2024-04-07
Document added/updated functions
Carl Åstholm
2024-04-07
Oops, forgot to dupe installations in `installLibraryHeaders`
Carl Åstholm
2024-04-07
`WriteFile.addCopyDirectory` should include all files by default
Carl Åstholm
2024-04-07
Implement `WriteFile.addCopyDirectory`
Carl Åstholm
[next]