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
2022-03-24
AstGen: fix const locals with comptime initializations
Andrew Kelley
2022-03-20
add error when binary ops don't have matching whitespace on both sides
Daniel Hooper
2022-03-19
AstGen: always add dbg_block_end before last instruction
Veikka Tuominen
2022-03-19
stage2: add debug info for payload captures
Veikka Tuominen
2022-03-19
stage2: add dbg_block_{begin,end} instruction
Veikka Tuominen
2022-03-18
AstGen: remove unused parameter
Andrew Kelley
2022-03-18
AstGen: labeled blocks should always complete with a normal break
Mitchell Hashimoto
2022-03-18
stage2: improve `@typeName`
Andrew Kelley
2022-03-16
AstGen: emit dbg_stmt before function calls and branch conditions
Veikka Tuominen
2022-03-16
stage2: move duplicate error set check to AstGen
Mitchell Hashimoto
2022-03-15
stage2: comptime fields should not affect opv/comptime-only
Cody Tapscott
2022-03-15
AstGen: add missing coercion for const locals
Andrew Kelley
2022-03-13
stage2: add debug info for locals in the LLVM backend
Andrew Kelley
2022-03-12
AstGen: fix nosuspendExpr handling result location twice
Veikka Tuominen
2022-03-10
AstGen: structInitExpr and arrayInitExpr avoid crash
Andrew Kelley
2022-03-10
AstGen: lower anon struct inits differently
Andrew Kelley
2022-03-09
AstGen: ensure lableld block implicitly ends in a break
Veikka Tuominen
2022-03-09
Sema: handle noreturn result in condbr_inline
Veikka Tuominen
2022-03-08
Merge pull request #11079 from Vexu/stage2
Andrew Kelley
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
2022-03-08
stage2: correct constness of allocs
Veikka Tuominen
2022-03-07
Merge pull request #11077 from mitchellh/array-init-ty
Andrew Kelley
2022-03-07
stage2: new zir array_init_sent for sentinel-terminated array inits
Mitchell Hashimoto
2022-03-07
stage2: resolve array type for typed array init expressions
Mitchell Hashimoto
2022-03-06
stage2: rework `@mulAdd`
Andrew Kelley
2022-03-04
stage2: fix tuple assigned to variable
Andrew Kelley
2022-03-03
stage2: cleanups to wasm memory intrinsics
Andrew Kelley
2022-03-03
wasm: Implement `@wasmMemoryGrow` builtin
Luuk de Gram
2022-03-03
wasm: Implement `@wasmMemorySize()` builtin
Luuk de Gram
2022-03-02
Zir: rename the 'ret_coerce' tag to 'ret_tok' as per TODO
Curtis Wilkinson
2022-03-02
stage2 parser: UTF-8 encode \u{NNNNNN} escape sequences
Cody Tapscott
2022-03-01
Sema: eliminate use of resolveAlreadyCoercedInt
Andrew Kelley
2022-02-27
stage2: forward discard result loc to more expressions
Veikka Tuominen
2022-02-26
stage2: implement `@unionInit`
Andrew Kelley
2022-02-26
stage2: evaluate TypeOf arguments in a separate scope
Veikka Tuominen
2022-02-24
stage2: improved handling of store_to_block_ptr
Andrew Kelley
2022-02-24
stage2: change how stale `store_to_block_ptr`s are detected
Veikka Tuominen
2022-02-24
stage2: implement fieldParentPtr
Veikka Tuominen
2022-02-23
stage2: integer-backed packed structs
Andrew Kelley
2022-02-21
Merge pull request #10925 from Vexu/stage2
Andrew Kelley
2022-02-19
AstGen: emit break_inline for corresponding inline loops
Andrew Kelley
2022-02-20
stage2: validate struct/array init ty
Veikka Tuominen
2022-02-19
AstGen: evaluate `comptime var` init expressions in a comptime context
Andrew Kelley
2022-02-19
stage2: support anon init through error unions and optionals
Veikka Tuominen
2022-02-13
stage2: add decltests
Jacob G-W
2022-02-08
stage2: fix inferred comptime constant locals
Andrew Kelley
2022-02-06
AstGen: refactor redundant expressions
Andrew Kelley
2022-02-06
stage2: add more float arithmetic and f80 support
Andrew Kelley
2022-02-06
stage2: apply type coercion in if expressions
John Schmidt
2022-02-01
stage2: remove anytype fields from the language
Andrew Kelley
[next]