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
/
print_zir.zig
Age
Commit message (
Expand
)
Author
2023-09-15
compiler: implement destructuring syntax
mlugg
2023-08-28
compiler: provide result type for @memset value
mlugg
2023-08-20
AstGen: add result location analysis pass
mlugg
2023-08-09
compiler: fix crash on invalid result type for `@splat`
mlugg
2023-08-09
AstGen: handle `ty` result location for struct and array init correctly
mlugg
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-24
compiler: remove destination type from cast builtins
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-19
compiler: rename "@XToY" to "@YFromX", zig fmt: rewrite them
Eric Joldasov
2023-06-13
Eliminate switch_cond[_ref] ZIR tags
mlugg
2023-06-13
Eliminate switch_capture_tag ZIR instruction
mlugg
2023-06-13
Eliminate switch_capture and switch_capture_ref ZIR tags
mlugg
2023-06-13
Zir: remove unnecessary switch_capture_multi instructions
mlugg
2023-06-10
InternPool: add more pointer values
Jacob Young
2023-06-10
stage2: start the InternPool transition
Andrew Kelley
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-05-20
Zir: eliminate `field_call_bind` and `field_call_bind_named`
mlugg
2023-05-13
Update all std.mem.tokenize calls to their appropriate function
Ryan Liptak
2023-05-07
add optional sentinel to slice_length ZIR
dweiller
2023-05-07
zir: add slice_length tag
dweiller
2023-05-05
AstGen: cleanup previous fix
Jacob Young
2023-05-02
Implement multi-argument @min/@max and notice bounds
mlugg
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-23
Add `@inComptime` builtin
mlugg
2023-04-12
Zir: implement explicit block_comptime instruction
mlugg
2023-03-30
new builtins: @workItemId, @workGroupId, @workGroupSize
Robin Voetter
2023-03-21
Improve error messages for break type coercion
John Schmidt
2023-03-04
add @trap builtin
r00ster91
2023-03-03
Zir: move set_cold from Inst.Tag to Inst.Extended
r00ster91
2023-02-18
omit safety check when incrementing for loop counter
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-18
AstGen: back to index-based for loops
Andrew Kelley
2023-02-18
AstGen: finish multi-object for loops
Andrew Kelley
2023-02-18
AstGen: rework multi-object for loop
Andrew Kelley
2023-02-15
split `@qualCast` into `@constCast` and `@volatileCast`
Veikka Tuominen
2023-01-30
implement `@qualCast`
Veikka Tuominen
2023-01-10
fix errdefers in functions that can't return errors
Veikka Tuominen
2022-12-27
Sema: make overflow arithmetic builtins return tuples
Veikka Tuominen
2022-12-18
Merge pull request #13914 from Vexu/variadic
Andrew Kelley
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-17
implement defining C variadic functions
Veikka Tuominen
2022-12-13
remove `stack` option from `@call`
Veikka Tuominen
2022-12-03
Sema: improve error for mismatched type in implicit return
Veikka Tuominen
2022-11-23
AstGen: implement tuple declarations
Veikka Tuominen
2022-11-20
Type: make `hasRuntimeBitsAdvanced` take `AbiAlignmentAdvancedStrat`
Veikka Tuominen
2022-10-21
stage2: Keep error return traces alive when storing to `const`
Cody Tapscott
2022-10-21
stage2: properly reset error return trace index
Veikka Tuominen
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-10-17
stage2: allow comptime expressions for inline asm
Andrew Kelley
[next]