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
/
tools
/
update_spirv_features.zig
Age
Commit message (
Expand
)
Author
2023-11-22
Revert "Merge pull request #12060 from Vexu/IterableDir"
Andrew Kelley
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-19
std: Support user-provided jsonParse method. Unify json.Parser and json.parse...
Josh Wolfe
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-05-25
std.fs.file: Rename File.Kind enum values to snake case
Linus Groh
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-05-13
Update all std.mem.split calls to their appropriate function
Ryan Liptak
2023-05-13
std: Rewrite low-level json api to support streaming (#15602)
Josh Wolfe
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-11-23
adapt update_spriv_features to changed std pattern
Robin Voetter
2022-07-25
std.mem: add `first` method to `SplitIterator` and `SplitBackwardsIterator`
r00ster
2022-07-15
std.fs: split `Dir` into `IterableDir`
Veikka Tuominen
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-08-06
Update all usages of mem.split/mem.tokenize for generic version
Ryan Liptak
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-13
tools: Unbreak many tools
LemonBoy
2021-06-10
zig fmt
Andrew Kelley
2021-05-14
SPIR-V: SPIR-V feature generation tool
Robin Voetter