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
/
zir_sema.zig
Age
Commit message (
Expand
)
Author
2021-01-19
astgen: eliminate rlWrapPtr and all its callsites
Andrew Kelley
2021-01-18
stage2: rework ZIR/TZIR for optionals and error unions
Andrew Kelley
2021-01-16
stage2: implement error notes and regress -femit-zir
Andrew Kelley
2021-01-11
Merge branch 'Stage2 begin implementing container types'
Andrew Kelley
2021-01-05
stage2: add compile log statement
g-w1
2021-01-04
stage2: add more perf tracing points
Andrew Kelley
2021-01-04
stage2: improvements to `@setEvalBranchQuota`
Andrew Kelley
2021-01-04
stage2: implementation of `@setEvalBranchQuota`:
g-w1
2021-01-02
stage2: support recursive inline/comptime functions
Andrew Kelley
2021-01-02
stage2: fix handling compile error in inline fn call
Andrew Kelley
2021-01-02
stage2: re-use ZIR for comptime and inline calls
Andrew Kelley
2021-01-02
stage2: implement function call inlining in the frontend
Andrew Kelley
2021-01-02
stage2: comptime function calls
Andrew Kelley
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2021-01-02
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2020-12-31
stage2: compile error for invalid `var` type
Andrew Kelley
2020-12-31
stage2: no Payload for Type.Tag.inferred_alloc
Andrew Kelley
2020-12-31
stage2: inferred local variables
Andrew Kelley
2020-12-30
stage2: rework Value Payload layout
Andrew Kelley
2020-12-30
stage2: rework Type Payload layout
Andrew Kelley
2020-12-29
stage2: C backend improvements
Andrew Kelley
2020-12-28
Revert "stage2: add compile log statement (#7191)"
Andrew Kelley
2020-12-28
stage2: make Alloc(Inferred) have mutabality info (#7570)
g-w1
2020-12-26
make compileError use an UnOp since its operand is just a *Inst
g-w1
2020-12-26
add test for @compileError in zig code, not only zir
g-w1
2020-12-26
change zir definition to use *Inst instead of []const u8
g-w1
2020-12-26
stage2: add compile log statement (#7191)
g-w1
2020-12-23
Merge pull request #7507 from joachimschmidt557/stage2-arm
Veikka Tuominen
2020-12-23
stage2: @TypeOf (#7475)
g-w1
2020-12-21
stage2 ARM: implement basic binary bitwise operations
joachimschmidt557
2020-11-17
stage2: initial container astgen
Vexu
2020-10-30
stage2: return same hash for different representations of same value
Vexu
2020-10-30
stage2: switch comptime execution
Vexu
2020-10-30
stage2: implement switch validation for integers
Vexu
2020-10-30
stage2: switch ranges and multi item prongs
Vexu
2020-10-30
stage2: disallow switching on floats
Vexu
2020-10-30
stage2: redesign switchbr
Vexu
2020-10-30
stage2: switch emit zir
Vexu
2020-10-30
stage2: basic switch analysis
Vexu
2020-10-30
stage2: basic switch validation
Vexu
2020-10-30
stage2: switch astgen
Vexu
2020-10-30
stage2: detect import outside file path
Vexu
2020-09-30
stage2: struct type field access
Vexu
2020-09-30
stage2: very basic imports
Vexu
2020-09-30
stage2: add import builtin stub
Vexu
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley