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
/
print_zir.zig
Age
Commit message (
Expand
)
Author
2025-09-20
frontend: replace elem_val_node with elem_ptr_load
Andrew Kelley
2025-09-20
frontend: replace field_val and field_val_named
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
AstGen: forward result type through unary float builtins
David Rubin
2025-08-13
sema: strip `@splat` operand result type before checking it
David Rubin
2025-08-07
Add support for both '_' and 'else' prongs at the same time in switch statements
Justus Klausecker
2025-08-07
Permit explicit tags with '_' switch prong
Justus Klausecker
2025-07-07
compiler: update a bunch of format strings
Andrew Kelley
2025-07-07
update compiler source to new APIs
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
remove `usingnamespace` from the language
Andrew Kelley
2025-07-07
remove `async` and `await` keywords
Andrew Kelley
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-04-26
compiler: add @memmove builtin
dweiller
2025-03-07
std.zig.Ast: improve type safety
Techatrix
2025-02-28
Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal"
Andrew Kelley
2025-02-26
initial implementation of `@deprecated`
Loris Cro
2025-02-23
compiler: Implement @disableIntrinsics() builtin function.
Alex Rønne Petersen
2025-02-05
compiler: provide result type to sentinel expression in slice operation
mlugg
2025-02-04
Zcu: remove `*_loaded` fields on `File`
mlugg
2025-02-03
compiler,std: implement ZON support
Mason Remaley
2025-02-01
compiler: do not propagate result type to `try` operand
mlugg
2025-01-21
compiler: simplify generic functions, fix issues with inline calls
mlugg
2025-01-11
compiler: improve "... contains reference to comptime var" errors
mlugg
2024-12-31
compiler: ensure local `const`s in comptime scope are comptime-known
mlugg
2024-12-31
compiler: ensure result of `block_comptime` is comptime-known
mlugg
2024-12-23
Zir: refactor `declaration` instruction representation
mlugg
2024-12-18
compiler: disallow `callconv` etc from depending on function parameters
mlugg
2024-12-15
compiler: remove doc comments from Zir
mlugg
2024-12-05
compiler: allow files with AstGen errors to undergo semantic analysis
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-19
compiler: remove @setAlignStack
mlugg
2024-10-10
Sema: implement @splat for arrays
mlugg
2024-10-04
remove `@fence` (#21585)
David Rubin
2024-09-16
compiler: provide correct result types to `+=` and `-=`
mlugg
2024-09-04
Merge pull request #21257 from mlugg/computed-goto-3
Andrew Kelley
2024-09-01
compiler: implement labeled switch/continue
mlugg
2024-09-01
compiler: implement decl literals
mlugg
2024-09-01
compiler: provide result type to operand of `try`
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-27
compiler: implement `@branchHint`, replacing `@setCold`
mlugg
2024-08-27
compiler: make `@export` take a pointer
mlugg
2024-08-18
Zir: add instructions to fetch std.builtin types
mlugg
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-07-22
add new builtin: `@disableInstrumentation`
Andrew Kelley
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-06-26
Zir: make `src_line` absolute for `declaration` instructions
mlugg
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-06-18
Zir: provide absolute node for `reify`
mlugg
[next]