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
/
src
/
codegen
/
spirv
/
Section.zig
Age
Commit message (
Expand
)
Author
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-04-06
spirv: OpExtInstImport in assembler
Ali Chraghi
2024-03-18
spirv: make generic globals invocation-local
Robin Voetter
2024-03-18
spirv: make IdResult an enum
Robin Voetter
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2023-11-24
spirv: structured control flow
Robin Voetter
2023-11-24
spirv: always emit mask constants even if no bits are set
Robin Voetter
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-04-09
spirv: overhaul constant lowering
Robin Voetter
2023-04-09
spirv: more fixes and improvements
Robin Voetter
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-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-11-23
spirv: assembler
Robin Voetter
2022-07-04
stage2: disable unit tests when building with stage1
Andrew Kelley
2022-04-27
std: replace usage of std.meta.bitCount() with @bitSizeOf()
Isaac Freund
2022-01-28
spirv: spir-v dedicated type system
Robin Voetter
2022-01-28
spirv: new module
Robin Voetter
2022-01-28
spirv: model spir-v section as separate type
Robin Voetter