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
Age
Commit message (
Expand
)
Author
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-12
replace even more aggregate interns
Justus Klausecker
2025-07-16
inline assembly: use types
Andrew Kelley
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
compiler: update a bunch of format strings
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
2025-07-07
std.zig.llvm.Builder: update format API
Andrew Kelley
2025-07-07
compiler: upgrade various std.io API usage
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-15
compiler: fix `@intFromFloat` safety check
mlugg
2025-06-15
Legalize: make the feature set comptime-known in zig1
Jacob Young
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-03
Legalize: handle packed semantics
Jacob Young
2025-06-01
compiler: combine `@intCast` safety checks
mlugg
2025-06-01
Legalize: implement scalarization of overflow intrinsics
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: implement scalarization of `@select`
Jacob Young
2025-06-01
Legalize: update for new Block API
Jacob Young
2025-06-01
Legalize: replace `safety_checked_instructions`
mlugg
2025-05-31
cbe: implement `stdbool.h` reserved identifiers
Jacob Young
2025-05-31
Sema: remove `all_vector_instructions` logic
Jacob Young
2025-05-31
Legalize: implement scalarization of binary operations
Jacob Young
2025-05-31
Legalize: implement scalarization of unary operations
Jacob Young
2025-05-29
Legalize: introduce a new pass before liveness
Jacob Young
2025-05-27
compiler: tlv pointers are not comptime-known
mlugg
2025-04-26
compiler: add @memmove builtin
dweiller
2025-04-05
Dwarf: handle undefined type values
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-21
compiler: simplify generic functions, fix issues with inline calls
mlugg
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
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
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-07-13
InternPool: add and use a mutate mutex for each list
Jacob Young
2024-07-04
compiler: rework type resolution, fully resolve all types
mlugg