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-06-10
AstGen: generate tests with anyerror!void
Andrew Kelley
2023-06-10
InternPool: port most of value tags
Jacob Young
2023-06-10
stage2: move enum types into the InternPool
Andrew Kelley
2023-06-10
stage2: move all integer types to InternPool
Andrew Kelley
2023-06-10
stage2: start the InternPool transition
Andrew Kelley
2023-06-10
AstGen: handle ref_table for params
mlugg
2023-06-03
AstGen: handle ref_table for errdefer captures
mlugg
2023-05-20
Zir: eliminate `field_call_bind` and `field_call_bind_named`
mlugg
2023-05-18
make `@trap` return unreachable/noreturn (#15749)
zooster
2023-05-11
Merge pull request #15519 from dweiller/issue-15482
Andrew Kelley
2023-05-07
Fix parsing of hexadecimal literals
Dominic
2023-05-07
add optional sentinel to slice_length ZIR
dweiller
2023-05-07
astgen: lower s[start..][0..len] to slice_length ZIR
dweiller
2023-05-07
zir: add slice_length tag
dweiller
2023-05-05
AstGen: cleanup previous fix
Jacob Young
2023-05-05
AstGen: fix branch on undefined
Jacob Young
2023-05-02
Implement multi-argument @min/@max and notice bounds
mlugg
2023-04-28
compiler: use `@memcpy` instead of `std.mem.copy`
Andrew Kelley
2023-04-25
update `@memcpy` to require equal src and dest lens
Andrew Kelley
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-24
Merge pull request #15421 from Vexu/fixes
Andrew Kelley
2023-04-23
Add `@inComptime` builtin
mlugg
2023-04-23
AstGen: fix debug info for some builtins
Veikka Tuominen
2023-04-13
add c_char type
Andrew Kelley
2023-04-12
Zir: implement explicit block_comptime instruction
mlugg
2023-03-30
new builtins: @workItemId, @workGroupId, @workGroupSize
Robin Voetter
2023-03-21
Improve error messages for break type coercion
John Schmidt
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
[next]