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
2021-07-20
stage2: codegen.zig updated to new AIR memory layout
Andrew Kelley
2021-07-20
Sema: more AIR memory layout reworking progress
Andrew Kelley
2021-07-20
stage2: remove ZIR instructions bool_and and bool_or
Andrew Kelley
2021-07-20
stage2: rework AIR memory layout
Andrew Kelley
2021-07-19
Fixed wrong "unable to load" error for non-existing import files
Loris Cro
2021-07-07
stage2: fix if expressions on error unions
Andrew Kelley
2021-07-07
stage2: implement `@panic` and beginnigs of inferred error sets
Andrew Kelley
2021-07-02
stage2: improve AstGen FileNotFound error message
Andrew Kelley
2021-06-21
AstGen: fix crash in debug printing ZIR field types
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-15
AstGen: support `@export` with field access
Andrew Kelley
2021-06-12
Renamed @byteOffsetOf to @offsetOf
Exonorid
2021-06-10
Have std.fmt functions take case as an enum
daurnimator
2021-05-22
Merge pull request #8844 from ifreund/inline
Andrew Kelley
2021-05-22
stage2: rename ir.zig to air.zig
Andrew Kelley
2021-05-20
stage2: support inline keyword on function decls
Isaac Freund
2021-05-13
Sema: detect and skip over elided instructions
Andrew Kelley
2021-05-10
stage2: type declarations ZIR encode AnonNameStrategy
Andrew Kelley
2021-05-07
ZIR: implement iteration over switch instructions
Andrew Kelley
2021-05-07
stage2: implement global variables
Andrew Kelley
2021-05-07
stage2: implement extern functions
Andrew Kelley
2021-05-06
stage2: wire up outdated/deleted decl detection
Andrew Kelley
2021-05-05
stage2: mapping old to new ZIR recursively
Andrew Kelley
2021-05-05
stage2: add `zig changelist` debug command
Andrew Kelley
2021-05-03
ZIR: typeof uses the un_node field not un_tok
Andrew Kelley
2021-05-03
ZIR: implement debug text printing for struct_init and friends
Andrew Kelley
2021-05-03
stage2: hook up semantic analysis of struct fields
Andrew Kelley
2021-05-02
stage2: test decls encode that they are tests in ZIR
Andrew Kelley
2021-05-01
Sema: fix struct decl decoding ZIR incorrectly
Andrew Kelley
2021-05-01
stage2: dbg_stmt ZIR instructions have line/col
Andrew Kelley
2021-04-30
stage2: introduce new ZIR instruction: arg
Andrew Kelley
2021-04-29
AstGen: represent global variables directly
Andrew Kelley
2021-04-29
AstGen: implement extern variables
Andrew Kelley
2021-04-29
AstGen: implement function prototypes with alignment exprs
Andrew Kelley
2021-04-29
AstGen: implement anytype struct fields
Andrew Kelley
2021-04-29
AstGen: implement comptime struct fields
Andrew Kelley
2021-04-28
stage2: implement semantic analysis for functions and global vars
Andrew Kelley
2021-04-28
Sema: do not analyze test decls when not in test mode
Andrew Kelley
2021-04-26
AstGen: improved handling of declarations
Andrew Kelley
2021-04-26
AstGen: implement opaque decls
Andrew Kelley
2021-04-25
stage2: implement caching for ZIR code
Andrew Kelley
2021-04-24
AstGen: implement `@Vector`
Andrew Kelley
2021-04-24
stage2: move overflow builtin ZIR instructions to Extended
Andrew Kelley
2021-04-24
AstGen: implement await and resume
Andrew Kelley
2021-04-23
AstGen: support struct init with ref result location
Andrew Kelley
2021-04-23
stage2: remove call_none and call_none_chkused ZIR
Andrew Kelley
2021-04-23
stage2: remove dead ZIR instructions
Andrew Kelley
2021-04-23
AstGen: emit nosuspend function calls
Andrew Kelley
2021-04-23
AstGen: implement suspend blocks
Andrew Kelley
[next]