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
Age
Commit message (
Expand
)
Author
2023-04-16
fs: Re-enable non-empty dir test on windows
xEgoist
2023-04-16
windows: use NtSetInformationFile in DeleteFile.
xEgoist
2023-04-16
Merge pull request #15271 from Luukdegram/wasm-start
Luuk de Gram
2023-04-16
Merge pull request #15277 from ziglang/tests
Andrew Kelley
2023-04-16
Removing duplicate word in doc
Bogdan Romanyuk
2023-04-15
compiler_rt: use default visibility for non-exported symbols
Andrew Kelley
2023-04-15
CI: more C backend test coverage
Andrew Kelley
2023-04-15
std.Build: add some more init options to CompileStep
Andrew Kelley
2023-04-15
autodoc: add initial support for linking decls mentioned in markdown
Loris Cro
2023-04-15
autodoc: add support for defining guide sections
Loris Cro
2023-04-14
std.Build.CompileStep: fix installLibraryHeaders regression
Andrew Kelley
2023-04-14
windows: replace GetPhysicallyInstalledSystemMemory with ntdll.
xEgoist
2023-04-14
std: add shm_create_largepage for FreeBSD, completing MFD* constants.
David CARLIER
2023-04-14
wasm: no longer use simplified `start.zig`
Luuk de Gram
2023-04-14
std.crypto.aegis: support 256-bit tags (#15276)
Frank Denis
2023-04-14
std add getrandom to solato solaris based systems
David Carlier
2023-04-14
secp256k1: Endormorphism.splitScalar() can return an error (#15270)
Frank Denis
2023-04-13
std: add kinfo_vmentry for FreeBSD
David CARLIER
2023-04-13
autodoc: main.js formatting
Krzysztof Wolicki
2023-04-13
autodoc: Handling of explicit values for enum fields
Krzysztof Wolicki
2023-04-13
autodoc: Handling of default values for struct fields
Krzysztof Wolicki
2023-04-13
autodoc: index in search usingnamespace decls
Loris Cro
2023-04-13
add c_char type
Andrew Kelley
2023-04-12
never use C pointers!!
Andrew Kelley
2023-04-13
macos: add missing getopt.h header
Jakub Konka
2023-04-12
openbsd: fix thread name buffer size
Michael Dusan
2023-04-12
Zir: implement explicit block_comptime instruction
mlugg
2023-04-12
Autodoc usingnamespace (#15216)
Loris Cro
2023-04-11
fix build logic due to state mutations and break the API accordingly
Andrew Kelley
2023-04-11
std.Build.CompileStep: remove output_dir
Andrew Kelley
2023-04-11
CLI: remove --enable-cache option
Andrew Kelley
2023-04-10
init-exe/init-lib template: fix use of install() and run()
Andrew Kelley
2023-04-10
std.Build.RunStep: don't close stdin
Andrew Kelley
2023-04-10
std.Build.CompileStep: remove run() and install()
Andrew Kelley
2023-04-10
std.Build.CompileStep: delete install_step field
Andrew Kelley
2023-04-10
std.Build.CompileStep: remove redundant dest_builder field
Andrew Kelley
2023-04-10
Merge pull request #14827 from adriandelgado/log10-int
Andrew Kelley
2023-04-10
std.MultiArrayList: add support for tagged unions.
GethDW
2023-04-10
Merge pull request #15068 from Snektron/spirv-test-runner-support
Andrew Kelley
2023-04-09
std.os.sendto: use ws2_32 on Windows
Andrew Kelley
2023-04-09
std.debug: fix segfault/panic race condition
Andrew Kelley
2023-04-09
Merge pull request #15123 from truemedian/http-server
Andrew Kelley
2023-04-09
spirv: minimal start code
Robin Voetter
2023-04-09
amdgpu,nvptx: unify kernel calling conventions
Robin Voetter
2023-04-09
spirv: cannot build libc
Robin Voetter
2023-04-09
spirv: make genericName match target name.
Robin Voetter
2023-04-09
std: add generic target for spirv
Robin Voetter
2023-04-08
zig.h: fix typo for zig_trap definition
Andrew Kelley
2023-04-08
std: add FreeBSD's procctl api.
David CARLIER
2023-04-08
std.http: reenable protocol read tests, add missing branch in findHeaders end
Nameless
[next]