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
2022-12-03
Merge pull request #13744 from Vexu/stage2-fixes
Andrew Kelley
2022-12-03
Sema: fix comparisons between lazy and runtime values
Veikka Tuominen
2022-12-02
windows: use array of tmp bufs as backing store for input memory to ntdll
Jakub Konka
2022-12-01
Merge pull request #13725 from mathetake/fixreaddir
Jakub Konka
2022-12-01
add workaround for compiler bug
Veikka Tuominen
2022-12-01
std.testing: Improve expectEqualBytes for large inputs and make expectEqualSl...
Ryan Liptak
2022-12-01
wasi: fixes IterableDir.nextWasi for large directory
Takeshi Yoneda
2022-11-30
Merge pull request #13717 from GethDW/option-fix
Andrew Kelley
2022-11-30
std.testing: Add expectEqualBytes that outputs hexdumps with diffs highlighte...
Ryan Liptak
2022-11-30
std.ArrayList: fix shrinkAndFree
Andrew Kelley
2022-11-30
std.os.test: disable flaky timerfd test
Andrew Kelley
2022-11-30
Merge pull request #13719 from Vexu/debug
Veikka Tuominen
2022-11-30
std.build: simpler fix to options implementation
Andrew Kelley
2022-11-30
std.build.Builder: fix for Allocator changes
GethDW
2022-11-30
std.os.windows.ReadLink: add missing alignment of local data buffer
Andrew Kelley
2022-11-30
CLI: allow using `--debug-compile-errors` with `zig build`
Veikka Tuominen
2022-11-29
WasmAllocator: simplify thanks to new Allocator interface
Andrew Kelley
2022-11-29
rename a couple variables
Andrew Kelley
2022-11-29
std.heap.WasmAllocator: redo
Andrew Kelley
2022-11-29
std.heap.WasmAllocator: implement resizing
Andrew Kelley
2022-11-29
std.heap.WasmAllocator: resize in place without force shrinking
Andrew Kelley
2022-11-29
std.heap.WasmAllocator: large allocations
Andrew Kelley
2022-11-29
introduce std.heap.WasmAllocator
Andrew Kelley
2022-11-29
std.heap: extract PageAllocator, WasmPageAllocator
Andrew Kelley
2022-11-29
stage2: fix crash on comptime lazy `@ctz` and `@clz`
Andrew Kelley
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-29
Merge pull request #13693 from Vexu/safety
Andrew Kelley
2022-11-30
libstd: skip problematic tests on aarch64-windows
Jakub Konka
2022-11-29
Sema: add option to disable formatted panics
Veikka Tuominen
2022-11-29
Sema: improve safety panic for access of inactive union field
Veikka Tuominen
2022-11-29
arm: implement CPU feature detection by parsing system registers
Jakub Konka
2022-11-29
windows: map CP 40xx registry values to system ID registers
Jakub Konka
2022-11-29
windows: if detecting CPU feature set and model fails, use generic with overr...
Jakub Konka
2022-11-29
Sema: improve panic for slice start index being greater than end index
Veikka Tuominen
2022-11-29
parser: disallow defer and variable declaration as else branch
Veikka Tuominen
2022-11-28
Merge pull request #13659 from ziglang/arm-win-cpu-features
Jakub Konka
2022-11-28
os.windows.OpenFile: Add `USER_MAPPED_FILE` as a possible error
Ryan Liptak
2022-11-28
std.Thread.Futex.PosixImpl.Address.from: fix `alignment` type
zooster
2022-11-28
windows: fix signature of kernel32.RegOpenKeyExW to use *HKEY
Jakub Konka
2022-11-28
arm: move cpu model table into system/arm.zig
Jakub Konka
2022-11-28
windows: pull QWORD and SZ identifiers from registry in one syscall
Jakub Konka
2022-11-28
windows: drive the registry helper with actual value set for reg entries
Jakub Konka
2022-11-28
windows: make registry helper generic over value types
Jakub Konka
2022-11-28
windows: fix logic for pulling info for each core
Jakub Konka
2022-11-28
windows: revert changes to definition of HKEY
Jakub Konka
2022-11-28
windows: implement simplistic CPU model parser
Jakub Konka
2022-11-28
windows: use RtlQueryRegistryValues to query reg in a single syscall
Jakub Konka
2022-11-28
windows: impl some primitives for getting registry keys
Jakub Konka
2022-11-28
windows: detect couple more aarch64 CPU features
Jakub Konka
2022-11-28
windows: detect native CPU features for aarch64 SoCs
Jakub Konka
[next]