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-07-20
Sema: memoize decl_val instructions when result is constant
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
stage2: first pass at printing AIR/Liveness to text
Andrew Kelley
2021-07-20
Sema: finish reworking for AIR memory layout except switch
Andrew Kelley
2021-07-20
Sema: fix implementation of getTypeOf
Andrew Kelley
2021-07-20
Sema: AIR memory layout reworking for noreturn instructions
Andrew Kelley
2021-07-20
Sema: remove br_block_flat AIR instruction
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
Sema: add a strategy for handling costly source locations
Andrew Kelley
2021-07-20
Sema: first pass reworking for AIR memory layout
Andrew Kelley
2021-07-20
stage2: compile error fixes for AIR memory layout branch
Andrew Kelley
2021-07-20
stage2: Air and Liveness are passed ephemerally
Andrew Kelley
2021-07-20
stage2: first pass over Module.zig for AIR memory layout
Andrew Kelley
2021-07-20
stage2: update Liveness, SPIR-V for new AIR memory layout
Andrew Kelley
2021-07-20
stage2: rework AIR memory layout
Andrew Kelley
2021-07-07
stage2: basic inferred error set support
Andrew Kelley
2021-07-07
stage2: fix if expressions on error unions
Andrew Kelley
2021-07-07
stage2: get tests passing
Andrew Kelley
2021-07-07
stage2: implement `@panic` and beginnigs of inferred error sets
Andrew Kelley
2021-07-06
stage2: add error note for comparing booleans with '||'
Jacob G-W
2021-06-25
stage2: implement @setRuntimeSafety
Jacob G-W
2021-06-21
fix unused locals from merge conflict
Andrew Kelley
2021-06-21
cleanups related to unused params
Andrew Kelley
2021-06-21
Sema: don't miscompile fns with inferred error sets
Andrew Kelley
2021-06-21
stage2: remove unused parameter from importPkg
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-21
stage2 Sema: implement @intToPtr (#9144)
g-w1
2021-06-21
stage2: simplify codegen for errorToInt and intToError
Jacob G-W
2021-06-20
stage2 sema: change impl of @setCold to use zirSetCold (typo?)
pithlessly
2021-06-15
stage2 Sema: add type resolving from comptime_float to float
joachimschmidt557
2021-06-15
AstGen: support `@export` with field access
Andrew Kelley
2021-06-13
stage2 Sema: enable float multiplication and division
joachimschmidt557
2021-06-12
Renamed @byteOffsetOf to @offsetOf
Exonorid
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
[next]