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-09-12
remove pointless discards
Andrew Kelley
2022-09-12
stage2: change how defers are stored in Zir
Veikka Tuominen
2022-09-02
AstGen: use reachableExpr for try operand
Veikka Tuominen
2022-08-30
Sema: shift of comptime int with runtime value
Veikka Tuominen
2022-08-28
AstGen: add error for named function type
Veikka Tuominen
2022-08-24
Merge pull request #12623 from Vexu/stage2-fixes
Andrew Kelley
2022-08-24
AstGen: make root decls relative to beginning of file
Veikka Tuominen
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-18
AstGen: disallow leading zeroes in int literals and int types
zooster
2022-08-17
Sema: allow empty enums and unions
Veikka Tuominen
2022-08-16
AstGen: detect declarations shadowing locals
Veikka Tuominen
2022-08-13
stage2 astgen: Use `rl` semantics for `@Type`
Cody Tapscott
2022-08-10
stage2: Implement explicit backing integers for packed structs
Isaac Freund
2022-08-09
stage2: generate call arguments in separate blocks
Veikka Tuominen
2022-08-09
Merge pull request #12383 from ziglang/stage2-stack-traces
Andrew Kelley
2022-08-09
stage2: correct node offset of nested declarations
Veikka Tuominen
2022-08-08
AstGen: emit debug stmt for try
Andrew Kelley
2022-08-08
AstGen: avoid multiple dbg_stmt instructions in a row
Andrew Kelley
2022-08-08
stage2: error return tracing handles ret better
Andrew Kelley
2022-08-08
stage2: pass anon name strategy to reify
Veikka Tuominen
2022-08-06
stage2: add a helpful error for when async is used
Veikka Tuominen
2022-08-03
AstGen: better source location for if/while condition unwrapping
Veikka Tuominen
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
[next]