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-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-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
2023-12-20
Fix `Stat.ctime` docs, and correct its value on Windows
Ryan Liptak
2023-12-20
time: add uefi support
Tristan Ross
2023-12-19
os.uefi: add time to epoch conversion
Tristan Ross
2023-12-19
File.stat: Support detection of Kind.sym_link on Windows
Ryan Liptak
2023-12-19
std: disable flaky tcp server test
Andrew Kelley
2023-12-18
More accurate argv-to-command-line serialization when spawning child processe...
Carl Åstholm
2023-12-18
Update `ArgIterator` on Windows to follow standard Windows parsing rules
Carl Åstholm
2023-12-16
std.net: add explicit error sets for IP parsing
Artem Kolichenkov
2023-12-16
Expose `-f(no-)formatted-panics` to the build system
Carl Åstholm
2023-12-15
std.net.test: cleanup socket stream
Jan Philipp Hafer
[next]