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
/
gen_spirv_spec.zig
Age
Commit message (
Expand
)
Author
2025-10-30
std.debug.lockStderrWriter: also return ttyconf
Matthew Lugg
2025-08-30
update tools and other miscellaneous things to new APIs
Andrew Kelley
2025-08-28
update more to avoid GenericWriter
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-08
zig std: fix build failures
Andrew Kelley
2025-08-04
spirv: define and use extended instruction set opcodes
Ali Cheraghi
2025-08-02
spirv: refactor
Ali Cheraghi
2025-07-16
update compiler
Andrew Kelley
2025-07-14
spirv: snake-case the spec
Ali Cheraghi
2025-07-07
update standalone and incremental tests to new API
Andrew Kelley
2024-04-22
ComptimeStringMap: return a regular struct and optimize
Travis Staloch
2024-04-07
Update usages of `fmtId`/`isValidId`
Carl Ã…stholm
2024-03-18
spirv: make generic globals invocation-local
Robin Voetter
2024-03-18
spirv: add zig-specific ext inst
Robin Voetter
2024-03-18
spirv: make IdResult an enum
Robin Voetter
2024-03-18
spirv: update spec generator
Robin Voetter
2024-02-05
spirv: basic shader support
Ali Chraghi
2023-11-22
tools/gen_spirv_spec: fix wrong use of BoundedArray
Andrew Kelley
2023-11-19
tools: correct unnecessary uses of 'var'
mlugg
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
std: Support user-provided jsonParse method. Unify json.Parser and json.parse...
Josh Wolfe
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-05-13
std: Rewrite low-level json api to support streaming (#15602)
Josh Wolfe
2023-04-09
spirv: make IdResultType and IdRef weak aliases of IdResult
Robin Voetter
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-11-23
spirv: assembler
Robin Voetter
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-02-24
spirv spec: do not align packed struct fields
Veikka Tuominen
2022-01-28
spirv: improve generator
Robin Voetter
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-06-13
tools: Unbreak many tools
LemonBoy
2021-06-10
zig fmt
Andrew Kelley
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-14
SPIR-V: Don't parse/render in gen_spirv_spec.zig, just emit in the right format
Robin Voetter
2021-05-14
SPIR-V: Split out registry from gen_spirv_spec.zig
Robin Voetter
2021-05-14
SPIR-V: Adapt spec generator to new render api
Robin Voetter
2021-05-14
SPIR-V: Begin generating types
Robin Voetter
2021-01-19
SPIR-V: Spec generator
Robin Voetter