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
2022-09-12
stage2: change how defers are stored in Zir
Veikka Tuominen
2022-08-30
Sema: shift of comptime int with runtime value
Veikka Tuominen
2022-08-28
Sema: fix handling of non-standard int types in empty non-exhaustive enums
Veikka Tuominen
2022-08-17
Sema: allow empty enums and unions
Veikka Tuominen
2022-08-10
stage2: Implement explicit backing integers for packed structs
Isaac Freund
2022-08-09
stage2: generate call arguments in separate blocks
Veikka Tuominen
2022-08-09
stage2: correct node offset of nested declarations
Veikka Tuominen
2022-08-08
stage2: pass anon name strategy to reify
Veikka Tuominen
2022-07-29
stage2: handle tuple init edge cases
Veikka Tuominen
2022-07-29
stage2: add error for comptime control flow in runtime block
Veikka Tuominen
2022-07-27
std.fmt: add more invalid format string errors
r00ster91
2022-07-24
stage2: implement `noinline fn`
Meghan
2022-07-23
Sema: bad union field access safety
Veikka Tuominen
2022-07-21
stage2: better pointer source location
Veikka Tuominen
2022-07-16
Merge pull request #12121 from Vexu/span
Veikka Tuominen
2022-07-15
Compilation: point caret in error message at the main token
Veikka Tuominen
2022-07-14
print_zir: fix wrong union tag for validate_deref
Andrew Kelley
2022-07-14
stage2: point to error location using spans
Veikka Tuominen
2022-07-13
stage2: lower each struct field type, align, init separately
Andrew Kelley
2022-07-07
Sema: improve array source location
Veikka Tuominen
2022-07-07
Sema: panic at comptime + misc error message improvements
Veikka Tuominen
2022-07-07
AstGen: move error_to_int, int_to_error and select to extended
Veikka Tuominen
2022-07-01
AstGen: use elem_{ptr,val}_node for array access syntax
Veikka Tuominen
2022-07-01
Sema: validate deref operator type and value
Veikka Tuominen
2022-06-30
Sema: add source location to coerce result ptr, fix negation error
Veikka Tuominen
2022-06-28
print_zir: fix unreachable missing end paren
Andrew Kelley
2022-06-09
introduce std.debug.Trace
Andrew Kelley
2022-06-05
explicit "_ptr" variants of ZIR try instruction
Andrew Kelley
2022-06-05
AstGen: introduce `try` instruction
Andrew Kelley
2022-05-31
stage2: introduce support for noalias
Andrew Kelley
2022-05-30
Merge pull request #11752 from ziglang/zir-fancy-fns
Andrew Kelley
2022-05-30
stage2: add missing data to ZIR encoding of functions
Andrew Kelley
2022-05-29
AstGen: add tuple aware elem_type_index
Veikka Tuominen
2022-05-29
AstGen: improve generated Zir for array init exprs
Veikka Tuominen
2022-05-20
stage2: fix `@call` when used in a comptime or nosuspend block
Andrew Kelley
2022-05-04
stage2: improve semantics of atomic operations
Andrew Kelley
2022-04-30
Zir: turn extended func into func_extended
Veikka Tuominen
2022-04-30
Zir: move more common instructions out of extended
Veikka Tuominen
2022-04-30
stage2: fix comptime unreachable
Veikka Tuominen
2022-04-27
add new builtin function `@tan`
Andrew Kelley
2022-03-31
stage2: fix print_zir for .builtin_src
Meghan Denny
2022-03-26
stage2: result location types for function call arguments
Andrew Kelley
2022-03-19
stage2: add dbg_block_{begin,end} instruction
Veikka Tuominen
2022-03-13
stage2: add debug info for locals in the LLVM backend
Andrew Kelley
2022-03-11
stage2: passing threadlocal tests for x86_64-linux
Andrew Kelley
2022-03-08
stage2: correct constness of allocs
Veikka Tuominen
2022-03-07
stage2: new zir array_init_sent for sentinel-terminated array inits
Mitchell Hashimoto
2022-03-02
Zir: rename the 'ret_coerce' tag to 'ret_tok' as per TODO
Curtis Wilkinson
2022-02-26
stage2: implement `@unionInit`
Andrew Kelley
2022-02-26
stage2: evaluate TypeOf arguments in a separate scope
Veikka Tuominen
[next]