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
/
Zir.zig
Age
Commit message (
Expand
)
Author
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-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-10-21
stage2: Keep error return traces alive when storing to `const`
Cody Tapscott
2022-10-21
stage2: Pop error trace when storing error to var/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
2022-10-12
stage2: add @addrSpaceCast builtin
Robin Voetter
2022-10-06
stage2: add error for non-void error union payload being ignored
Veikka Tuominen
2022-10-05
Zir: handle ranges in `getMultiProng`
Veikka Tuominen
2022-09-27
add inline switch union tag captures
Veikka Tuominen
2022-09-27
AstGen: analyze inline switch cases
Veikka Tuominen
2022-09-27
stage2: remove redundant `is_ref` flag from `SwitchBlock.Bits`
Veikka Tuominen
2022-09-21
stage2: free up 2 ZIR tags
Andrew Kelley
2022-09-20
safety: show error return trace when unwrapping error in switch
Veikka Tuominen
2022-09-15
Sema: check_comptime_control_flow needs to check runtime_index
Veikka Tuominen
2022-09-13
stage2: support being built in ReleaseSafe mode
Andrew Kelley
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
stage2: add an explicit padding field to avoid Valgrind warning
Andrew Kelley
2022-08-15
Zir: add missing support for packed ints in declIterator
Loris Cro
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-08
stage2: pass anon name strategy to reify
Veikka Tuominen
2022-08-05
Merge pull request #12300 from antlilja/getParamName
Veikka Tuominen
2022-08-01
stage2: better source location for var decls
Veikka Tuominen
2022-08-01
Removed param_names from Fn inside Module.zig
antlilja
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-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-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
Module: add `.node_offset_un_op`
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-11
stage2: improve anon name strategy for local variables
Veikka Tuominen
2022-06-09
introduce std.debug.Trace
Andrew Kelley
2022-06-08
AstGen: avoid redundant "ref" instructions
Andrew Kelley
2022-06-06
Merge pull request #11783 from ziglang/stage2-try
Andrew Kelley
2022-06-06
stage2: use correct type (u29) for alignment
Veikka Tuominen
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
[next]