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-06-08
stage2: fix repeat_inline skipping first instruction in block
Veikka Tuominen
2021-06-07
stage2: implement comptime variables
Veikka Tuominen
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-25
Re-enable building the self-hosted compiler for 32-bit targets
joachimschmidt557
2021-05-22
stage2: rename ir.zig to air.zig
Andrew Kelley
2021-05-17
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-17
stage2: fix crash in switch compile error
Andrew Kelley
2021-05-17
Sema: use a hash map for ZIR->AIR mapping
Andrew Kelley
2021-05-14
stage2: compile log stores node offset
Andrew Kelley
2021-05-14
stage2: improve Decl dependency management
Andrew Kelley
2021-05-13
Sema: remove compile error for comptime function calls
Andrew Kelley
2021-05-13
Sema: detect and skip over elided instructions
Andrew Kelley
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
[next]