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-07-27
stage2: implement `@boolToInt`
Andrew Kelley
2021-07-26
minimum/maximum builtins
Robin Voetter
2021-07-26
Add @select
Robin Voetter
2021-07-23
stage2: improvements towards `zig test`
Andrew Kelley
2021-07-22
Merge pull request #9378 from g-w1/loop-shadowing
Andrew Kelley
2021-07-20
stage2: miscellaneous fixes for the branch
Andrew Kelley
2021-07-20
stage2: codegen.zig updated to new AIR memory layout
Andrew Kelley
2021-07-20
Sema: more AIR memory layout reworking progress
Andrew Kelley
2021-07-20
stage2: remove ZIR instructions bool_and and bool_or
Andrew Kelley
2021-07-20
stage2: first pass over Module.zig for AIR memory layout
Andrew Kelley
2021-07-20
AstGen: remove unneeded field ref_start_index
Andrew Kelley
2021-07-19
Fixed wrong "unable to load" error for non-existing import files
Loris Cro
2021-07-14
astgen: errors for shadowing in if captures
Jacob G-W
2021-07-14
astgen: errors for shadowing in loop captures
Jacob G-W
2021-07-11
stage2: remove redundancy from error message
Jacob G-W
2021-07-11
stage2 astgen: error for return outside of function scope
Jacob G-W
2021-07-08
stage2 astgen: provide 3 more errors for invalid inline assembly
Jacob G-W
2021-07-07
stage2: fix if expressions on error unions
Andrew Kelley
2021-07-07
stage2: implement `@panic` and beginnigs of inferred error sets
Andrew Kelley
2021-07-02
stage2: improve AstGen FileNotFound error message
Andrew Kelley
2021-07-02
AstGen: cleanups to pass more compile error test cases
Andrew Kelley
2021-07-02
AstGen: detect redeclaration of function parameters
Andrew Kelley
2021-07-02
AstGen: pass more compile error tests
Andrew Kelley
2021-07-02
stage2: improve compile errors from tokenizer
Andrew Kelley
2021-07-02
avoid calling into stage1 backend when AstGen fails
Andrew Kelley
2021-07-02
AstGen: fix missing compile error for unreachable `@TypeOf` argument
Andrew Kelley
2021-07-02
AstGen: introduce 'reachableExpr' function
Andrew Kelley
2021-07-02
AstGen: implement compile error for useless locals
Andrew Kelley
2021-07-02
move "unreachable code" error from stage1 to stage2
Andrew Kelley
2021-06-27
stage2: fix unreachable in union(enum) with anytype payload
g-w1
2021-06-25
AstGen: fix O(N^2) perf for many decls with same parent
Andrew Kelley
2021-06-23
astgen: error on struct field with no type
Jacob G-W
2021-06-21
AstGen: remove unused parameters
Andrew Kelley
2021-06-21
AstGen: remove unused scope parameter from rvalue
Andrew Kelley
2021-06-21
AstGen: remove unused parameter
Andrew Kelley
2021-06-21
remove unused parameters
Andrew Kelley
2021-06-21
AstGen: while loop continue expr captures in scope
Andrew Kelley
2021-06-21
AstGen: convert a TODO comment to an issue
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
stage2 AstGen: fix lots of bugs and catch more errors
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-21
stage2: fix TODO in @export to look for runtime-vars
Jacob G-W
2021-06-21
stage2 astgen: make asm outputs count as referencing vars
Jacob G-W
2021-06-21
stage2: make loop vars be comptime if they are inline
Jacob G-W
2021-06-21
stage2 astgen: fix bug in struct init where type not refed
Jacob G-W
2021-06-21
stage2 astgen: find unused vars
Jacob G-W
2021-06-20
stage2: Remove special double ampersand parsing case (#9114)
Dmitry Matveyev
2021-06-17
AstGen: properly generate errdefer expressions when returning
Andrew Kelley
2021-06-15
AstGen: support `@export` with field access
Andrew Kelley
2021-06-14
add ast-check flag to zig fmt, fix found bugs
Veikka Tuominen
[next]