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-31
AstGen: use `block_inline` and `break_inline` consistently
Andrew Kelley
2022-03-30
AstGen: fix referencing unreferencable instructions
Andrew Kelley
2022-03-31
stage2: fix print_zir for .builtin_src
Meghan Denny
2022-03-31
Merge pull request #11246 from jmc-88/cbe-asm
Veikka Tuominen
2022-03-30
std.zig.Ast: fix escaped capture of by-value parameters
Andrew Kelley
2022-03-30
AstGen: don't coerce inputs to usize in asmExpr
Daniele Cocca
2022-03-30
AstGen: support local var references for outputs
Daniele Cocca
2022-03-29
stage2: implement `@intToError` with safety
Andrew Kelley
2022-03-28
AstGen: coerce break operands of labeled blocks
Andrew Kelley
2022-03-28
AstGen: clear rl_ty_inst in setBreakResultLoc if one is not provided
Veikka Tuominen
2022-03-26
stage2: result location types for function call arguments
Andrew Kelley
2022-03-24
AstGen: emit break_inline from inline while loop
Andrew Kelley
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
[next]