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-03-19
zir-memory-layout: astgen: literals and *, &
jacob gw
2021-03-19
zir-memory-layout: astgen: fill in identifier
jacob gw
2021-03-18
stage2: get Module and Sema compiling again
Andrew Kelley
2021-03-17
stage2: Module and Sema are compiling again
Andrew Kelley
2021-03-16
stage2: *WIP*: rework ZIR memory layout; overhaul source locations
Andrew Kelley
2021-03-08
parser: fix parsing/rendering of a[b.. :c] slicing
Isaac Freund
2021-03-06
stage2: astgen async
Veikka Tuominen
2021-03-03
astgen: fix crash looking for wrong token in error sets
Andrew Kelley
2021-03-02
stage2: improve orelse implementation
Andrew Kelley
2021-03-02
stage2: add support for optionals in the LLVM backend
Timon Kruiper
2021-02-25
stage2: implement the error_value AST tag
Andrew Kelley
2021-02-24
zig fmt src/
Andrew Kelley
2021-02-23
zig fmt: container doc comments
Isaac Freund
2021-02-19
stage2: fix a couple off by one errors
Andrew Kelley
2021-02-19
Merge pull request #7479 from ziglang/translate-c-ast
Veikka Tuominen
2021-02-19
astgen: fix remaining compile errors
Andrew Kelley
2021-02-18
stage2: astgen: fix most of the remaining compile errors
Andrew Kelley
2021-02-17
stage2: fix a couple more compilation errors
Andrew Kelley
2021-02-17
stage2: fix some of the compilation errors in this branch
Andrew Kelley
2021-02-17
astgen: finish updating expressions to new mem layout
Andrew Kelley
2021-02-16
translate-c: convert vardecl and typedef
Veikka Tuominen
2021-02-15
astgen: update more expression types to new mem layout
Andrew Kelley
2021-02-13
astgen: update a handful of expression types to new mem layout
Andrew Kelley
2021-02-12
stage2: more progress towards Module/astgen building with new mem layout
Andrew Kelley
2021-02-01
stage2: reimplement switch
Veikka Tuominen
2021-01-31
stage2: delete astgen for switch expressions
Andrew Kelley
2021-01-31
astgen: rework for loops
Andrew Kelley
2021-01-31
astgen: rework while
Andrew Kelley
2021-01-31
astgen: rework orelse/catch
Andrew Kelley
2021-01-31
astgen: rework labeled blocks
Andrew Kelley
2021-01-31
astgen: respect a const local's type annotation
Andrew Kelley
2021-01-31
astgen: const locals that end up being rvalues do not alloc
Andrew Kelley
2021-01-31
astgen: `@as` with block_ptr result location
Andrew Kelley
2021-01-31
stage2: rework astgen result locations
Andrew Kelley
2021-01-30
remove @TagType
Tadeo Kondrak
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
[prev]
[next]