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
/
Air.zig
Age
Commit message (
Expand
)
Author
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
AstGen: forward result type through unary float builtins
David Rubin
2025-07-16
inline assembly: use types
Andrew Kelley
2025-07-07
wasm backend: memcpy and memmove are the same
Andrew Kelley
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
2025-06-29
Sema: detect one-possible-value types after function calls
Andrew Kelley
2025-06-15
compiler: fix `@intFromFloat` safety check
mlugg
2025-06-12
x86_64: remove air references from mir
Jacob Young
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-06-01
Legalize: implement scalarization of `@shuffle`
Jacob Young
2025-06-01
compiler: implement better shuffle AIR
mlugg
2025-06-01
Legalize: update for new Block API
Jacob Young
2025-06-01
Legalize: replace `safety_checked_instructions`
mlugg
2025-05-31
Legalize: implement scalarization of binary operations
Jacob Young
2025-05-29
Legalize: introduce a new pass before liveness
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Max)`
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Min)`
Jacob Young
2025-05-28
x86_64: implement optimized float `@reduce(.Mul)`
Jacob Young
2025-05-28
x86_64: rewrite bitwise `@reduce`
Jacob Young
2025-05-27
compiler: tlv pointers are not comptime-known
mlugg
2025-05-17
x86_64: rewrite `@splat`
Jacob Young
2025-05-17
x86_64: rewrite scalar `<<|`
Jacob Young
2025-05-17
x86_64: rewrite vector `+|`
Jacob Young
2025-05-12
Air: Fix mustLower() to consider volatile for a handful of instructions.
Alex Rønne Petersen
2025-05-12
Air: Always return true for inline assembly in mustLower().
Alex Rønne Petersen
2025-05-12
Air: Fix mustLower() for atomic_load with inter-thread ordering.
Alex Rønne Petersen
2025-04-26
compiler: add @memmove builtin
dweiller
2025-03-29
compiler: "illegal behavior", not "undefined behavior", in errors
mlugg
2025-03-21
x86_64: rewrite wrapping multiplication
Jacob Young
2025-02-06
x86_64: rewrite scalar `@truncate`
Jacob Young
2025-01-31
x86_64: rewrite float vector conversions
Jacob Young
2025-01-31
Sema: introduce all_vector_instructions backend feature
Jacob Young
2025-01-30
compiler: add `intcast_safe` AIR instruction
mlugg
2025-01-24
x86_64: rewrite scalar and vector int `@min` and `@max`
Jacob Young
2025-01-24
x86_64: rewrite float vector `@abs` and equality comparisons
Jacob Young
2025-01-21
compiler: simplify generic functions, fix issues with inline calls
mlugg
2025-01-16
x86_64: testing
Jacob Young
2025-01-16
x86_64: rewrite
Jacob Young
2024-11-24
dwarf: fix stepping through an inline loop containing one statement
Jacob Young
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-04
remove `@fence` (#21585)
David Rubin
2024-09-01
compiler: implement labeled switch/continue
mlugg
2024-09-01
Air: add explicit `repeat` instruction to repeat loops
mlugg
2024-09-01
Air: direct representation of ranges in switch cases
mlugg
2024-08-28
implement code coverage instrumentation manually
Andrew Kelley
2024-08-27
Zcu: avoid trying to link failed container types and contained navs
Jacob Young
2024-08-27
compiler: implement `@branchHint`, replacing `@setCold`
mlugg
2024-08-20
Dwarf: emit info about inline call sites
Jacob Young
2024-08-18
Zir: add instructions to fetch std.builtin types
mlugg
[next]