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
2021-01-19
astgen: eliminate rlWrapPtr and all its callsites
Andrew Kelley
2021-01-18
stage2: rework ZIR/TZIR for optionals and error unions
Andrew Kelley
2021-01-18
stage2: fix orelse at comptime
g-w1
2021-01-17
stage2: add compile error for label redefinition
Andrew Kelley
2021-01-16
stage2: implement error notes and regress -femit-zir
Andrew Kelley
2021-01-11
Merge branch 'Stage2 begin implementing container types'
Andrew Kelley
2021-01-05
stage2: add compile log statement
g-w1
2021-01-04
stage2: improvements to `@setEvalBranchQuota`
Andrew Kelley
2021-01-04
stage2: implementation of `@setEvalBranchQuota`:
g-w1
2021-01-02
stage2: comptime function calls
Andrew Kelley
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2021-01-02
langref: Update langref to use {s}
LemonBoy
2021-01-02
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2021-01-01
std: have std.meta.fieldInfo take an enum rather than a string
daurnimator
2020-12-31
stage2: compile error for invalid `var` type
Andrew Kelley
2020-12-31
stage2: type inference for local var
Andrew Kelley
2020-12-31
stage2: inferred local variables
Andrew Kelley
2020-12-30
stage2: rework Value Payload layout
Andrew Kelley
2020-12-30
stage2: rework Type Payload layout
Andrew Kelley
2020-12-28
Revert "stage2: add compile log statement (#7191)"
Andrew Kelley
2020-12-28
stage2: make Alloc(Inferred) have mutabality info (#7570)
g-w1
2020-12-26
add test for @compileError in zig code, not only zir
g-w1
2020-12-26
Merge pull request #7552 from Vexu/stage2-continue
Veikka Tuominen
2020-12-26
stage2: add compile log statement (#7191)
g-w1
2020-12-26
stage2: add error for unused labels
Veikka Tuominen
2020-12-26
stage2: break and continue out of loops
Veikka Tuominen
2020-12-23
stage2: @TypeOf (#7475)
g-w1
2020-12-06
stage2: variable shadowing detection (#6969)
g-w1
2020-11-18
stage2: handle opaque containers
Vexu
2020-11-17
stage2: initial container astgen
Vexu
2020-10-30
stage2: switch put swap condbr and block
Vexu
2020-10-30
stage2: switch comptime execution
Vexu
2020-10-30
stage2: switch ranges and multi item prongs
Vexu
2020-10-30
stage2: redesign switchbr
Vexu
2020-10-30
stage2: switch emit zir
Vexu
2020-10-30
stage2: basic switch analysis
Vexu
2020-10-30
stage2: basic switch validation
Vexu
2020-10-30
stage2: switch astgen
Vexu
2020-09-30
stage2: add import builtin stub
Vexu
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley