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
2023-03-15
AstGen: skip walking the AST when there are parse errors
Andrew Kelley
2023-03-15
fix ZIR decoding of error notes
Andrew Kelley
2023-03-15
progress towards semantic error serialization
Andrew Kelley
2023-03-08
astgen: fill result location with `void` value if no other value
John Schmidt
2023-03-06
AstGen: remove unnecessary `pub`s
r00ster91
2023-03-05
AstGen: ensure certain builtin functions return void
r00ster91
2023-03-04
Merge pull request #14782 from r00ster91/trap
Andrew Kelley
2023-03-04
AstGen: compile-error on primitive value export
r00ster91
2023-03-04
add @trap builtin
r00ster91
2023-03-03
Zir: move set_cold from Inst.Tag to Inst.Extended
r00ster91
2023-03-01
astgen: do not discard result location in for/while loops
John Schmidt
2023-02-19
Merge pull request #14671 from ziglang/multi-object-for
Andrew Kelley
2023-02-19
Correctly handle carriage return characters according to the spec (#12661)
Tom Read Cutting
2023-02-18
omit safety check when incrementing for loop counter
Andrew Kelley
2023-02-18
implement error for unbounded for loops
Andrew Kelley
2023-02-18
AstGen: add error for discard of unbounded counter
Andrew Kelley
2023-02-18
AstGen: fix ZIR for for loops accessing instruction out of block
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-18
Sema: implement for_len
Andrew Kelley
2023-02-18
make zig fmt perform upgrade to new for loop syntax
Andrew Kelley
2023-02-18
AstGen: back to index-based for loops
Andrew Kelley
2023-02-18
AstGen: finish multi-object for loops
Andrew Kelley
2023-02-18
AstGen: rework multi-object for loop
Andrew Kelley
2023-02-18
AstGen: work-in-progress multi-object for loops
Veikka Tuominen
2023-02-15
split `@qualCast` into `@constCast` and `@volatileCast`
Veikka Tuominen
2023-02-11
zig fmt: do not consider tuples blocks
Veikka Tuominen
2023-02-02
AstGen: fix orelse type coercion in call arguments
Veikka Tuominen
2023-01-30
implement `@qualCast`
Veikka Tuominen
2023-01-30
AstGen: fix crash on invalid decltest
Veikka Tuominen
2023-01-17
AstGen: reset source cursor before generating pointer attributes
Veikka Tuominen
2023-01-11
AstGen: add note pointing to tuple field
Veikka Tuominen
2023-01-10
fix errdefers in functions that can't return errors
Veikka Tuominen
2023-01-09
std: add helper functions to std.zig.Ast for extracting data out of nodes
Techatrix
2023-01-05
Sema: handle enum expressions referencing local variables
Veikka Tuominen
2022-12-30
AstGen: fix `dbg_block_end` being inserted before last instruction in block
Veikka Tuominen
2022-12-29
AstGen: make type sentinel expressions implicitly comptime
Veikka Tuominen
2022-12-27
Sema: make overflow arithmetic builtins return tuples
Veikka Tuominen
2022-12-18
Merge pull request #13914 from Vexu/variadic
Andrew Kelley
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-17
implement defining C variadic functions
Veikka Tuominen
2022-12-17
Sema: make is_non_{null,err} stricter about types
Veikka Tuominen
2022-12-13
remove `stack` option from `@call`
Veikka Tuominen
2022-12-09
AstGen: add check for missing builtin argument
Veikka Tuominen
2022-12-07
AstGen: make `@compileError` operand implicitly comptime
Veikka Tuominen
2022-12-03
Sema: improve error for mismatched type in implicit return
Veikka Tuominen
2022-12-03
AstGen: add error for invalid string comparisons
Veikka Tuominen
2022-12-02
AstGen: improve error message for missing parameter name
Veikka Tuominen
2022-11-30
AstGen: fix incorrect handling of source cursor with shift builtins
Veikka Tuominen
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-29
AstGen: unstack block scope when creating opaque type
Veikka Tuominen
[next]