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-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
2022-04-30
Zir: turn extended func into func_extended
Veikka Tuominen
2022-04-30
Zir: move more common instructions out of extended
Veikka Tuominen
2022-04-30
stage2: fix comptime unreachable
Veikka Tuominen
2022-04-28
AstGen: encode negativity into float literals
Andrew Kelley
2022-04-27
add new builtin function `@tan`
Andrew Kelley
2022-04-15
AstGen: fix defer generation in `breakExpr`
Veikka Tuominen
2022-04-15
AstGen: handle rl_ty_inst for mutable variables
Veikka Tuominen
2022-04-14
stage2: progress towards stage3
Andrew Kelley
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
[next]