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
/
Sema.zig
Age
Commit message (
Expand
)
Author
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-11
stage2: more Decl lifetime fixes
Andrew Kelley
2021-05-11
stage2: improve Decl lifetime management
Andrew Kelley
2021-05-11
Sema: implement duplicate enum tag compile error
Andrew Kelley
2021-05-11
stage2: lookupIdentifier can return error.AnalysisFailed
Andrew Kelley
2021-05-11
stage2: better handling of file-level compile errors across updates
Andrew Kelley
2021-05-11
stage2: add `owns_tv` flag to `Module.Decl`
Andrew Kelley
2021-05-10
stage2: struct, union, enum, opaque, error sets get better names
Andrew Kelley
2021-05-10
stage2: type declarations ZIR encode AnonNameStrategy
Andrew Kelley
2021-05-08
Sema: fix `@setEvalBranchQuota` incorrectly requiring a function body
Andrew Kelley
2021-05-07
stage2: fix struct inits not getting fields resolved
Andrew Kelley
2021-05-07
stage2: fix stack overflow in `@setEvalBranchQuota` test case
Andrew Kelley
2021-05-07
stage2: implement global variables
Andrew Kelley
2021-05-07
stage2: implement extern functions
Andrew Kelley
2021-05-07
Sema: support enough to check main calling convention via `@typeInfo`
Andrew Kelley
2021-05-06
Sema: implement `@typeInfo` for functions
Andrew Kelley
2021-05-04
Sema: restore the extern lib name functionality
Andrew Kelley
2021-05-04
Sema: implement error sets
Andrew Kelley
2021-05-04
stage2: fix structs and enums setting wrong owner_decl
Andrew Kelley
2021-05-03
Sema: implement ExportOptions support in `@export`
Andrew Kelley
2021-05-03
ZIR: typeof uses the un_node field not un_tok
Andrew Kelley
2021-05-03
Sema: implement struct_decl instruction
Andrew Kelley
2021-05-03
stage2: hook up semantic analysis of struct fields
Andrew Kelley
2021-05-02
stage2: make struct field analysis lazy
Andrew Kelley
2021-05-02
AstGen: decouple from Module/Compilation
Andrew Kelley
2021-05-01
Sema: fix struct decl decoding ZIR incorrectly
Andrew Kelley
2021-05-01
stage2: dbg_stmt ZIR instructions have line/col
Andrew Kelley
2021-04-30
stage2: implement function body analysis
Andrew Kelley
2021-04-30
stage2: introduce new ZIR instruction: arg
Andrew Kelley
2021-04-30
Sema: implement function declarations
Andrew Kelley
2021-04-30
stage2: un-tangle memory management of Decl and Namespace
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
Sema: rename TZIR to AIR
Andrew Kelley
2021-04-29
Sema: skip analysis of empty enum blocks
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
stage2: semaDecl properly analyzes the decl block
Andrew Kelley
2021-04-26
stage2: rewire the frontend driver to whole-file-zir
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: 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 suspend blocks
Andrew Kelley
2021-04-23
stage2: implement `anyframe`, `anyframe->T` and fix assembly
Andrew Kelley
[next]