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-04-08
AstGen: implement `@typeInfo` builtin
Andrew Kelley
2021-04-08
AstGen: implement struct init with ResultLoc.ty
Andrew Kelley
2021-04-08
stage2: implement array access to a global array
Andrew Kelley
2021-04-08
stage2: revert to only has_decl and export ZIR support
Andrew Kelley
2021-04-08
stage2: implement builtin function hasDecl
Timon Kruiper
2021-04-08
stage2: add a simplified export builtin call
Timon Kruiper
2021-04-07
Merge pull request #8449 from ziglang/stage2-enums
Andrew Kelley
2021-04-07
AstGen: fix incorrect source loc for duplicate enum tag
Andrew Kelley
2021-04-07
stage2: fix incremental compilation Decl deletion logic
Andrew Kelley
2021-04-07
AstGen: fix ZIR struct encoding
Andrew Kelley
2021-04-07
AstGen: fix switch expressions with all prongs noreturn
Andrew Kelley
2021-04-07
zir: use `node` union field for `alloc_inferred`
Andrew Kelley
2021-04-07
AstGen: fix `@breakpoint` ZIR
Andrew Kelley
2021-04-06
stage2: implement simple enums
Andrew Kelley
2021-04-02
stage2: progress towards basic structs
Andrew Kelley
2021-04-01
stage2: implement structs in the frontend
Andrew Kelley
2021-04-01
stage2: AstGen and ZIR printing for struct decls
Andrew Kelley
2021-04-01
stage2: implement struct init syntax with ptr result loc
Andrew Kelley
2021-03-31
stage2: finish implementation of LazySrcLoc
Andrew Kelley
2021-03-31
stage2: finish source location reworkings in the branch
Andrew Kelley
2021-03-31
stage2: compile error for duplicate switch value on boolean
Andrew Kelley
2021-03-31
astgen: improved handling of coercion
Andrew Kelley
2021-03-31
Sema: implement switch validation for ranges
Andrew Kelley
2021-03-31
AstGen: improve switch expressions
Andrew Kelley
2021-03-30
AstGen: switch expressions properly handle result locations
Andrew Kelley
2021-03-30
stage2: rework AstGen for switch expressions
Andrew Kelley
2021-03-29
Sema: implement switch expressions
Andrew Kelley
2021-03-28
stage2: guidance on how to implement switch expressions
Andrew Kelley
2021-03-28
stage2: fix error sets
Andrew Kelley
2021-03-28
stage2: implement sema for @errorToInt and @intToError
jacob gw
2021-03-28
AstGen: pass *GenZir as the first arg, not *Module
Isaac Freund
2021-03-28
AstGen: scope result location related functions
Isaac Freund
2021-03-28
stage2: rename WipZirCode => AstGen, astgen.zig => AstGen.zig
Isaac Freund