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-05-11
AstGen: support emitting multiple compile errors
Andrew Kelley
2021-05-10
stage2: type declarations ZIR encode AnonNameStrategy
Andrew Kelley
2021-05-08
AstGen: fix incorrect logic for adding implicit return instruction
Andrew Kelley
2021-05-07
stage2: implement global variables
Andrew Kelley
2021-05-07
stage2: implement extern functions
Andrew Kelley
2021-05-02
AstGen: fix outdated doc comment
Andrew Kelley
2021-05-02
AstGen: decouple from Module/Compilation
Andrew Kelley
2021-05-02
stage2: test decls encode that they are tests in ZIR
Andrew Kelley
2021-05-01
stage2: dbg_stmt ZIR instructions have line/col
Andrew Kelley
2021-04-30
stage2: introduce new ZIR instruction: arg
Andrew Kelley
2021-04-29
AstGen: represent global variables directly
Andrew Kelley
2021-04-29
AstGen: implement extern variables
Andrew Kelley
2021-04-29
AstGen: implement function prototypes with alignment exprs
Andrew Kelley
2021-04-29
AstGen: fix comptime compile error source location
Andrew Kelley
2021-04-29
AstGen: implement anytype struct fields
Andrew Kelley
2021-04-29
AstGen: implement comptime struct fields
Andrew Kelley
2021-04-28
stage2: implement semantic analysis for functions and global vars
Andrew Kelley
2021-04-28
Sema: do not analyze test decls when not in test mode
Andrew Kelley
2021-04-28
stage2: implement #8364
jacob gw
2021-04-28
AstGen: hook up hex float parsing to float literals
Andrew Kelley
2021-04-28
AstGen: function prototypes can have alignment
Andrew Kelley
2021-04-27
AstGen: fix function src hash not including body
Andrew Kelley
2021-04-26
stage2: rewire the frontend driver to whole-file-zir
Andrew Kelley
2021-04-26
AstGen: improved handling of declarations
Andrew Kelley
2021-04-26
AstGen: implement opaque decls
Andrew Kelley
2021-04-24
AstGen: implement `@Vector`
Andrew Kelley
2021-04-24
stage2: move overflow builtin ZIR instructions to Extended
Andrew Kelley
2021-04-24
AstGen: parser ensures all suspend have blocks
Andrew Kelley
2021-04-24
AstGen: implement await and resume
Andrew Kelley
2021-04-23
AstGen: support struct init with ref result location
Andrew Kelley
2021-04-23
stage2: remove call_none and call_none_chkused ZIR
Andrew Kelley
2021-04-23
stage2: remove dead ZIR instructions
Andrew Kelley
2021-04-23
AstGen: emit nosuspend function calls
Andrew Kelley
2021-04-23
AstGen: implement nosuspend expressions
Andrew Kelley
2021-04-23
AstGen: implement suspend blocks
Andrew Kelley
2021-04-23
stage2: implement `anyframe`, `anyframe->T` and fix assembly
Andrew Kelley
2021-04-23
AstGen: compile error for unable to infer array size
Andrew Kelley
2021-04-22
AstGen: implement integers bigger than u64
Andrew Kelley
2021-04-22
AstGen: implement align and linksection on globals
Andrew Kelley
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-22
AstGen: implement `@extern` builtin
Andrew Kelley
2021-04-22
AstGen: fix `@export`
Andrew Kelley
2021-04-22
AstGen: implement function prototypes
Andrew Kelley
2021-04-21
AstGen: implement alignment on locals
Andrew Kelley
2021-04-21
AstGen: implement comptime locals
Andrew Kelley
2021-04-21
AstGen: fix switch result location elision
Andrew Kelley
2021-04-21
AstGen: implement `@bitCast` for other result location types
Andrew Kelley
2021-04-20
AstGen: slightly better eager-allocating heuristic
Andrew Kelley
2021-04-20
AstGen: implement union decls
Andrew Kelley
2021-04-20
AstGen: implement size zero inferred length arrays
Andrew Kelley
[next]