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.zig
Age
Commit message (
Expand
)
Author
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-12-03
stage2: make sure to emit the ZIR instructions of exported functions
Timon Kruiper
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-10-30
stage2: switch liveness analysis
Vexu
2020-10-30
stage2: switch comptime execution
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: dump generated zir with --verbose-ir
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-17
std: remove renderStringLiteral in favor of std.fmt specifier
Vexu
2020-09-30
stage2: add import builtin stub
Vexu
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley