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
/
os
Age
Commit message (
Expand
)
Author
2023-04-25
zig fmt
Andrew Kelley
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-24
std: fix windows resource leaks
Jacob Young
2023-04-23
Improvements to docs and text
zooster
2023-04-23
std.os.linux: Add new CAP constants
Hubert Jasudowicz
2023-04-22
Merge pull request #15356 from jacobly0/cbe-std-tests
Andrew Kelley
2023-04-22
doc: fix minor grammar issues
-k
2023-04-21
std: disable failing test
Jacob Young
2023-04-21
cbe: enable CI for std tests
Jacob Young
2023-04-20
Merge pull request #15316 from xEgoist/fileDisposition
Andrew Kelley
2023-04-19
work around an intermittent io_uring test failure
Andrew Kelley
2023-04-18
std: fix uses of comptime blocks in non-inline functions
mlugg
2023-04-18
windows: Handle `DELETE_PENDING` in `DeleteFile`.
xEgoist
2023-04-17
windows: better error handling for DeleteFile.
xEgoist
2023-04-16
windows: use NtSetInformationFile in DeleteFile.
xEgoist
2023-04-14
windows: replace GetPhysicallyInstalledSystemMemory with ntdll.
xEgoist
2023-04-06
std.os: add mincore syscall
jim price
2023-04-03
x86_64: remove returns from naked functions
Jacob Young
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
bpf: add missing *const for helper functions
Tw
2023-03-23
fmt: lib/std/os/windows/ntdll.zig
xEgoist
2023-03-23
Refactored GetProcessMemoryInfo to return `VM_COUNTERS`
xEgoist
2023-03-22
Implemented Zig wrapper for `GetProcessMemoryInfo`
xEgoist
2023-03-21
Merge pull request #14841 from squeek502/is-cygwin-pty-stuff
Veikka Tuominen
2023-03-19
Fix GetFileInformationByHandle compile error (#14829)
Reuben Dunnington
2023-03-19
Remove std.os.windows.QueryInformationFile (a wrapper of NtQueryInformationFile)
Ryan Liptak
2023-03-16
disable bad std lib tests
Andrew Kelley
2023-03-16
std: move os/darwin.zig and related to c/darwin.zig
Jakub Konka
2023-03-15
std lib tests: avoid cwd races by using std.testing.tmpDir
Andrew Kelley
2023-03-15
std.os.windows.OpenFile: handle DELETE_PENDING
Andrew Kelley
2023-03-15
disable std lib unit tests that hard code port numbers
Andrew Kelley
2023-03-15
add std.process.totalSystemMemory
Andrew Kelley
2023-03-15
std: child process API supports rusage data
Andrew Kelley
2023-03-15
hot code swapping PoC working
Andrew Kelley
2023-03-15
std.os.linux: add ptrace
Andrew Kelley
2023-03-10
eliminate posix_spawn from the standard library
Andrew Kelley
2023-03-08
os.isCygwinPty: Fix a bug, replace kernel32 call, and optimize
Ryan Liptak
2023-03-07
std.os.windows.advapi32: Add RegCloseKey
Gaëtan
2023-03-03
std: add fchmodat
Andrew Kelley
2023-03-01
Fixes #13893 - some standard library networking tests are failing on Windows
Binary Craft
2023-02-24
fix RegQueryValueExW api
Gaëtan S
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-15
split `@qualCast` into `@constCast` and `@volatileCast`
Veikka Tuominen
2023-02-05
Update Linux syscall list for 6.1, support Mips64
Stephen Gregoratto
2023-02-04
Add support for mips64/mips64el
Suirad
2023-02-01
Merge pull request #14477 from Vexu/fixes
Andrew Kelley
2023-01-31
std.os.uefi: fix shift in pool allocator (again) (#14497)
leap123
[next]