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-20
stage2: astgen `try`
jacob gw
2021-04-19
AstGen: implement array initialization expressions
Andrew Kelley
2021-04-19
AstGen: implement inline asm output
Andrew Kelley
2021-04-19
AstGen: implement error set decls
Andrew Kelley
2021-04-19
AstGen: implement functions with inferred error sets
Andrew Kelley
2021-04-19
AstGen: implement if optional, if error union
Andrew Kelley
2021-04-19
AstGen: implement while optional and while error union
Andrew Kelley
2021-04-19
AstGen: implement the remaining struct init ResultLoc forms
Andrew Kelley
2021-04-18
AstGen: implement all the builtin functions
Andrew Kelley
2021-04-17
AstGen: implement overflow arithmetic builtins
Andrew Kelley
2021-04-16
AstGen: implement simple enums and decls for enums
Andrew Kelley
2021-04-16
AstGen: fix compile error using wrong node/token function
Andrew Kelley
2021-04-16
AstGen: fix function decl astgen
Andrew Kelley
2021-04-16
AstGen: implement global var decls
Andrew Kelley
2021-04-16
AstGen: store list of imports
Andrew Kelley
2021-04-16
ZIR: rename decl_val and decl_ref to remove redundant suffix
Andrew Kelley
2021-04-16
AstGen: require `@import` operand to be string literal
Andrew Kelley
2021-04-16
AstGen: put decls into blocks to be evaluated independently
Andrew Kelley
2021-04-16
stage2: AstGen improvements
Andrew Kelley
2021-04-15
AstGen: implement comptimeDecl, usingnamespaceDecl, testDecl
Andrew Kelley
2021-04-15
AstGen: implement global variable decls
Andrew Kelley
2021-04-15
stage2: preliminary reworking for whole-file-AstGen
Andrew Kelley
2021-04-15
stage2: rename zir to Zir
Andrew Kelley
2021-04-15
stage2: move zir.Code to become root level fields of zir.zig
Andrew Kelley
2021-04-15
stage2: implement `@bitSizeOf`
Andrew Kelley
2021-04-15
stage2: implement `@sizeOf`
Andrew Kelley
2021-04-15
stage2: implement non-trivial enums
Andrew Kelley
2021-04-15
stage2: improvements aimed at std lib integration
Andrew Kelley
2021-04-15
stage2: entry point via std lib and proper updated file detection
Andrew Kelley
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
[prev]
[next]