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
/
astgen.zig
Age
Commit message (
Expand
)
Author
2021-03-28
stage2: rename WipZirCode => AstGen, astgen.zig => AstGen.zig
Isaac Freund
2021-03-26
stage2: implement bitwise expr and error literals
Andrew Kelley
2021-03-26
astgen: fix continue expressions
Andrew Kelley
2021-03-26
astgen: fix result location for sliced objects
Isaac Freund
2021-03-26
astgen: implement float literals
Isaac Freund
2021-03-26
astgen: implement more builtin functions
Isaac Freund
2021-03-26
astgen: implement slicing
Isaac Freund
2021-03-25
stage2: improve source locations of Decl access
Andrew Kelley
2021-03-25
stage2: fix `@compileLog`.
Andrew Kelley
2021-03-25
astgen: fix var decl source locations
Andrew Kelley
2021-03-25
astgen: fix for loop expressions
Andrew Kelley
2021-03-25
astgen: fix array access
Andrew Kelley
2021-03-25
stage2: implement inline while
Andrew Kelley
2021-03-24
stage2: clean up break / noreturn astgen
Andrew Kelley
2021-03-24
astgen: implement breaking from a block
Timon Kruiper
2021-03-24
stage2: cleanups from previous commits
Andrew Kelley
2021-03-24
astgen: implement orelse
Timon Kruiper
2021-03-24
stage2: further cleanups regarding zir.Inst.Ref
Andrew Kelley
2021-03-24
stage2: make zir.Inst.Ref a non-exhaustive enum
Isaac Freund
2021-03-23
stage2: comment out failing test cases; implement more things
Andrew Kelley
2021-03-23
stage2: fix while loops
Andrew Kelley
2021-03-23
astgen: fixups regarding var decls and rl_ptr
Andrew Kelley
2021-03-23
stage2: implement inttype ZIR
Andrew Kelley
2021-03-23
astgen: finishThenElseBlock: fix putting store_to_block_ptr in wrong block
Andrew Kelley
2021-03-23
stage2: fix comptimeExpr and comptime function calls
Andrew Kelley
2021-03-23
stage2: add helper functions to clean up astgen Ref/Index
Andrew Kelley
2021-03-23
astgen: implement typeof
Timon Kruiper
2021-03-23
astgen: fix an issue where the alloc wasnt elided
Timon Kruiper
2021-03-23
astgen: implement assign operations
Timon Kruiper
2021-03-22
stage2: fix `if` expressions
Andrew Kelley
2021-03-22
astgen: improve the ensure_unused_result elision
Andrew Kelley
2021-03-22
stage2: Sema improvements and boolean logic astgen
Andrew Kelley
2021-03-23
stage2: remove all async related code
Isaac Freund
2021-03-22
astgen: implement pointer types
Isaac Freund
2021-03-22
astgen: implement array types
Isaac Freund
2021-03-21
cleanups from previous commit
Andrew Kelley
2021-03-21
zir-memory-layout: astgen: varDecl
jacob gw
2021-03-21
Sema: implement arithmetic
Andrew Kelley
2021-03-22
astgen: implement bool_and/bool_or
Isaac Freund
2021-03-21
astgen: implement simple binary operators
Isaac Freund
2021-03-21
zir: add negate/negate_wrap, implement astgen
Isaac Freund
2021-03-20
astgen: fix not detecting volatile asm
Andrew Kelley
2021-03-20
stage2: fix memory management of ZIR code
Andrew Kelley
2021-03-20
astgen: implement string literals
Andrew Kelley
2021-03-20
astgen: implement inline assembly
Andrew Kelley
2021-03-20
ZIR: move some un_tok tags to un_node instead
Andrew Kelley
2021-03-20
astgen: implement function calls
Andrew Kelley
2021-03-20
zir-memory-layout: remove all absolute src consts
jacob gw
2021-03-20
zir-memory-layout: astgen: more instructions
jacob gw
2021-03-19
astgen: support blocks
Andrew Kelley
[next]