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
2023-03-30
std: simplify VirtualProtectEx and fix ntdll signature
Jakub Konka
2023-03-30
std: move ntdll wrappers to std.os.windows
Jakub Konka
2023-03-30
coff: reimplement VirtualProtectEx using our own ntdll wrapper
Jakub Konka
2023-03-30
Change ordering of prep provide buffers args
bing
2023-03-28
Merge pull request #14771 from kcbanner/coff_dynamicbase
Jakub Konka
2023-03-28
bpf: add missing *const for helper functions
Tw
2023-03-27
std.MultiArrayList: add set and get to Slice
Jacob Young
2023-03-26
std: add the VM_MAKE_TAG macro for darwin.
David CARLIER
2023-03-25
std: remove temporary workarounds for stage2_x86_64
Jacob Young
2023-03-25
build: fixes from review
kcbanner
2023-03-25
coff: change dynamicbase to default to true (to match lld), change it to pass...
kcbanner
2023-03-25
enable more float-parsing tests
Marc Tiehuis
2023-03-25
std.enums.IndexedSet: Add initOne and initMany
Jay Petacat
2023-03-25
std.process.Child: implement maxrss on Darwin
tjog
2023-03-24
Merge pull request #15061 from ziglang/fix-15036
Jakub Konka
2023-03-24
Merge pull request #15035 from xEgoist/windowsMaxRss
Jakub Konka
2023-03-23
build: allow for deferred FileSource matching in CheckObjectStep
Jakub Konka
2023-03-23
build: when parsing rpaths, do not expand special runtime paths on Darwin
Jakub Konka
2023-03-23
std.base64: don't overflow dest with padding
Mateusz Poliwczak
2023-03-23
fmt: lib/std/os/windows/ntdll.zig
xEgoist
2023-03-23
Refactored GetProcessMemoryInfo to return `VM_COUNTERS`
xEgoist
2023-03-23
http.Client: don't prematurely check transfer_{encoding,compression} (#15040)
Frank Denis
2023-03-22
Merge pull request #15041 from ziglang/fix-14923
Jakub Konka
2023-03-22
TLS: Favor ChaCha over AES-based ciphers on CPUs without AES support (#15034)
Frank Denis
2023-03-22
Implemented Zig wrapper for `GetProcessMemoryInfo`
xEgoist
2023-03-22
Implemented getMaxRss for Windows
xEgoist
2023-03-22
crypto.hmac: set the recommended key size to the block size (#15031)
Frank Denis
2023-03-21
naming: mid for index and mid_item for item
Roman FroĊow
2023-03-21
Merge pull request #14841 from squeek502/is-cygwin-pty-stuff
Veikka Tuominen
2023-03-21
std.json: support tuples
Marcus Ramse
2023-03-21
Merge pull request #14848 from r00ster91/json
Veikka Tuominen
2023-03-21
macho: use TOOL=0x5 to mean ZIG as the build tool
Jakub Konka
2023-03-21
Remove Gimli and Xoodoo from the standard library (#14928)
Frank Denis
2023-03-20
std.Build.RunStep: fix control flow with qemu+glibc logic
Andrew Kelley
2023-03-20
add wasm-simd support for suggestVectorSizeForCpu (#14992)
KOUNOIKE Yuusuke
2023-03-20
std: improve error for formatting a function body type
Veikka Tuominen
2023-03-19
Fix GetFileInformationByHandle compile error (#14829)
Reuben Dunnington
2023-03-19
Merge pull request #14986 from ziglang/macos-hcs
Jakub Konka
2023-03-19
Remove std.os.windows.QueryInformationFile (a wrapper of NtQueryInformationFile)
Ryan Liptak
2023-03-19
Merge pull request #14998 from Luukdegram/shared-mem
Luuk de Gram
2023-03-19
fix std.Build.OptionsStep
Andrew Kelley
2023-03-18
darwin: put posix spawn constants in POSIX_SPAWN struct
Jakub Konka
2023-03-18
macos: HCS PoC working
Jakub Konka
2023-03-18
macho: add hot-code swapping poc
Jakub Konka
2023-03-18
darwin: resurrect posix_spawn wrappers
Jakub Konka
2023-03-18
os.zig: expose ptrace wrapper for darwin and linux
Jakub Konka
2023-03-18
wasm: add atomics opcodes and refactoring
Luuk de Gram
2023-03-18
wasm-linker: refactor Limits and add flags
Luuk de Gram
2023-03-18
build-step: remove latest LogStep ref
Nicolas Sterchele
2023-03-17
Enable IPv4 mapped address conversion in linux version getAddressList (#14916)
hequn
[next]