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
2024-02-04
Zir: store extra source hashes required for incremental
mlugg
2024-01-23
Zir: represent declarations via an instruction
mlugg
2024-01-09
astgen/sema: fix source locations for switch_block_err_union
dweiller
2024-01-09
astgen/sema: use switch_block_err_union for if-else-switch
dweiller
2024-01-09
fix x86_64 crashes for switch_block_err_union
dweiller
2024-01-09
zir: add switch_block_err_union
dweiller
2024-01-09
zir: remove unused zir as instruction
dweiller
2024-01-08
add type safety to ZIR for null terminated strings
Ali Chraghi
2024-01-03
cbe: fix non-msvc externs and exports
Jacob Young
2023-11-26
move Module.Decl.Index and Module.Namespace.Index to InternPool
Meghan Denny
2023-11-25
Zir: add missing extra index for linksection_or_addspace
Tw
2023-11-08
Sema: optimize runtime array_mul
mlugg
2023-10-28
make Zir.Inst.Index typed
Andrew Kelley
2023-10-28
frontend: make Decl.zir_decl_index typed
Andrew Kelley
2023-10-21
AstGen: omit make_ptr_const for resolve_inferred_alloc
mlugg
2023-10-01
Sema: add `@errorCast` which works for both error sets and error unions
Veikka Tuominen
2023-09-27
Rename `@fabs` to `@abs` and accept integers
antlilja
2023-09-23
compiler: preserve result type information through address-of operator
mlugg
2023-09-23
Sema: refactor detection of comptime-known consts
mlugg
2023-09-21
InternPool: implement getStructType
Andrew Kelley
2023-09-15
compiler: implement destructuring syntax
mlugg
2023-08-28
compiler: provide result type for @memset value
mlugg
2023-08-22
compiler: move unions into InternPool
Andrew Kelley
2023-08-20
AstGen: add result location analysis pass
mlugg
2023-08-12
AstGen: cleanup `@as` invasion
Jacob Young
2023-08-12
AstGen: fix src loc for invalid coercion in breaks
Jacob Young
2023-08-09
compiler: fix crash on invalid result type for `@splat`
mlugg
2023-08-09
AstGen: handle `ty` result location for struct and array init correctly
mlugg
2023-07-18
compiler: work around slightly different generics semantics
Andrew Kelley
2023-07-18
frontend: fix inferred error sets of comptime/inline calls
Andrew Kelley
2023-07-18
rework generic function calls
Andrew Kelley
2023-07-06
Autodoc: implement boolean operations
Ian Johnson
2023-06-25
compiler: allow cast builtins to coerce result to error union or optional
mlugg
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-24
compiler: remove destination type from cast builtins
mlugg
2023-06-20
Sema: optimize typeHasOnePossibleValue
Jacob Young
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-19
compiler: rename "@XToY" to "@YFromX", zig fmt: rewrite them
Eric Joldasov
2023-06-13
Eliminate switch_cond[_ref] ZIR tags
mlugg
2023-06-13
Eliminate switch_capture_tag ZIR instruction
mlugg
2023-06-13
Eliminate switch_capture and switch_capture_ref ZIR tags
mlugg
2023-06-13
Zir: remove unnecessary switch_capture_multi instructions
mlugg
2023-06-10
Sema: inferred allocations no longer abuse type/value system
Andrew Kelley
2023-06-10
InternPool: port most of value tags
Jacob Young
2023-06-10
Sema: move `inferred_alloc_const/mut_type` to InternPool
Andrew Kelley
2023-06-10
compiler: remove var_args_param_type from SimpleType
Andrew Kelley
2023-06-10
stage2: move function types to InternPool
Andrew Kelley
2023-06-10
stage2: move enum tag values into the InternPool
Andrew Kelley
2023-06-10
stage2: move integer values to InternPool
Andrew Kelley
2023-06-10
Sema: update core comptime detection logic to be InternPool aware
Andrew Kelley
[next]