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-08-03
AstGen: check loop bodies and else branches for unused result
Veikka Tuominen
2022-08-03
AstGen: add error for break/continue out of defer expression
Veikka Tuominen
2022-08-01
stage2: better source location for var decls
Veikka Tuominen
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-27
AstGen: fix ref instruction injection for functions
Andrew Kelley
2022-07-27
AstGen: add `dbg_stmt`s for `unreachable` and `@panic`
Veikka Tuominen
2022-07-26
AstGen: disable null bytes and empty stings in some places
Veikka Tuominen
2022-07-24
stage2: implement `noinline fn`
Meghan
2022-07-23
Sema: validate duplicate fields in anon structs
Veikka Tuominen
2022-07-23
AstGen: make comptime fields in packed and extern structs compile errors
Veikka Tuominen
2022-07-23
Sema: bad union field access safety
Veikka Tuominen
2022-07-23
move passing safety tests to stage2
Veikka Tuominen
2022-07-21
AstGen: add error for fields in opaque types
Veikka Tuominen
2022-07-21
Sema: more union and enum tag type validation
Veikka Tuominen
2022-07-21
stage2: better pointer source location
Veikka Tuominen
2022-07-13
AstGen: fix loop control flow applying to wrong loop
Andrew Kelley
2022-07-13
stage2: lower each struct field type, align, init separately
Andrew Kelley
2022-07-07
Merge pull request #12016 from Vexu/stage2-compile-errors
Andrew Kelley
2022-07-07
AstGen: fix catch payoad not checking for shadowing
emma
2022-07-07
stage2: move C pointer allowzero error to AstGen
Veikka Tuominen
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-30
move passing stage1 compile error tests to stage2
Veikka Tuominen
2022-06-28
Revert "AstGen: preserve inferred ptr result loc for breaks"
Andrew Kelley
2022-06-11
stage2: improve anon name strategy for local variables
Veikka Tuominen
2022-06-08
AstGen: avoid redundant "ref" instructions
Andrew Kelley
2022-06-07
stage2: implement asm with multiple outputs
Veikka Tuominen
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-06
AstGen: fix coercion scope type when stores are eliminated
Veikka Tuominen
2022-06-05
explicit "_ptr" variants of ZIR try instruction
Andrew Kelley
2022-06-05
stage2: implement the new "try" ZIR/AIR 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
2022-05-30
AstGen: simplify function return type expressions
Andrew Kelley
2022-05-30
stage2: add missing data to ZIR encoding of functions
Andrew Kelley
2022-05-29
AstGen: add tuple aware elem_type_index
Veikka Tuominen
2022-05-29
AstGen: improve generated Zir for array init exprs
Veikka Tuominen
2022-05-27
AstGen: preserve inferred ptr result loc for breaks
Veikka Tuominen
2022-05-20
stage2: fix `@call` when used in a comptime or nosuspend block
Andrew Kelley
2022-05-16
stage2: add runtime safety for unwrapping error
Veikka Tuominen
2022-05-04
stage2: improve semantics of atomic operations
Andrew Kelley
2022-05-03
update AstGen float literal parsing
Marc Tiehuis
[next]