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-01-02
Merge pull request #18160 from ziglang/std-build-module
Andrew Kelley
2024-01-02
Fix std.enums.values
PanSashko
2024-01-02
std.ComptimeStringMap: allow getting kv index
Meghan Denny
2024-01-02
Merge pull request #18410 from dweiller/by-length-slice-bug
Veikka Tuominen
2024-01-02
add support for lists when parsing user args
sammy j
2024-01-01
CLI: introduce global -I args for C include paths
Andrew Kelley
2024-01-01
frontend: ignore AccessDenied when writing builtin.zig
Andrew Kelley
2024-01-01
std: disable failing test on macos
Andrew Kelley
2024-01-01
std.Build.Step.Compile: fix search prefix lowering
Andrew Kelley
2024-01-01
std.Build.Module: default CSourceFile flags to empty list
Andrew Kelley
2024-01-01
std.Build: add error_tracing field to addExecutable and friends
Andrew Kelley
2024-01-01
std.Build.Step.Compile: support modules with different args
Andrew Kelley
2024-01-01
std.Build.Step.Options: update unit test to new API
Andrew Kelley
2024-01-01
std.Build.Step.Compile: restore previous step name
Andrew Kelley
2024-01-01
std.fs.Dir.atomicFile: provide an option for make path
Andrew Kelley
2024-01-01
WIP: move many global settings to become per-Module
Andrew Kelley
2024-01-01
std.Build.ResolvedTarget: rename target field to result
Andrew Kelley
2024-01-01
std.Target.Query: fix regression with windows os version range
Andrew Kelley
2024-01-01
std.Build: fix userInputOptionsFromArgs ResolvedTarget
Andrew Kelley
2024-01-01
std.Target.Query: remove deprecated API
Andrew Kelley
2024-01-01
std.Target: add DynamicLinker
Andrew Kelley
2024-01-01
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley
2024-01-01
std.Target: flatten
Andrew Kelley
2024-01-01
fix infinite loop in Run step
Andrew Kelley
2024-01-01
std.Build: handle ResolvedTarget in userInputOptionsFromArgs
Andrew Kelley
2024-01-01
fix linker test regressions
Andrew Kelley
2024-01-01
fix std lib tests
Andrew Kelley
2024-01-01
spelling fixes
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2024-01-01
zig build system: remove vcpkg integration
Andrew Kelley
2024-01-01
introduce std.Build.Module and extract some logic into it
Andrew Kelley
2024-01-01
move is_libcpp_lib_name and is_libc_lib_name to std.Target
Andrew Kelley
2024-01-01
std.Uri: default some fields to null
Andrew Kelley
2024-01-01
Revert "Merge pull request #17824 from kcbanner/fixup_msvc_fmax"
Andrew Kelley
2024-01-01
Updated Utf8View example to format the single codepoint UTF-8 slice with {s} ...
davideger
2024-01-01
Merge pull request #17824 from kcbanner/fixup_msvc_fmax
Andrew Kelley
2023-12-31
prevent by-length slice compile error in static json parsing
dweiller
2023-12-30
doc: possible typo at `std.Thread.spawn` comment
Leonardo Gatti
2023-12-30
Update formatFloat* docs to reflect limitation w/ large floats
Mason Remaley
2023-12-28
refact: rectifified a typo in docs of stringify.zig
Marcius
2023-12-26
Merge pull request #18328 from ExpidusOS/feat/uefi-time
Veikka Tuominen
2023-12-26
Merge pull request #18309 from castholm/windows-argv
Veikka Tuominen
2023-12-23
std.hash_map: clarify error when Context is missing pub hash/eql
AlliedEnvy
2023-12-22
std.crypto.kem.kyber: mitigate KyberSlash (#18316)
Frank Denis
2023-12-22
std.fmt: fix formatting of array pointers
Vitalijus Valantiejus
2023-12-22
fs: Add tests for deleteTree not following symlinks
Ryan Liptak
2023-12-22
Correct `CreateProcessW` parameter types
Carl Ã…stholm
2023-12-22
Merge pull request #18326 from squeek502/stat-symlink
Veikka Tuominen
2023-12-21
Make 'stat of a symlink' test case not rely on OpenDirOptions.no_follow behavior
Ryan Liptak
2023-12-20
os.uefi: add ns to epoch
Tristan Ross
[next]