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
/
Sema.zig
Age
Commit message (
Expand
)
Author
2023-06-20
Type: delete legacy allocation functions
Jacob Young
2023-06-20
Sema: optimize callers of `indexToKey`
Jacob Young
2023-06-20
Sema: optimize value resolution
Jacob Young
2023-06-20
Sema: optimize typeHasOnePossibleValue
Jacob Young
2023-06-19
Merge pull request #16046 from BratishkaErik/issue-6128
Andrew Kelley
2023-06-19
Sema: fix type in a `@floatToInt` safety check
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-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-16
Sema: consider type bounds when refining result type of `@min`/`@max`
mlugg
2023-06-15
Merge pull request #16042 from mlugg/fix/slice-len-comptime-mutation
Andrew Kelley
2023-06-15
Sema: fix @intToPtr of zero value to optional pointer
mlugg
2023-06-14
Sema: allow indexing tuple and vector pointers
mlugg
2023-06-15
Sema: allow empty end index in zirSliceSentinel
mlugg
2023-06-15
Sema: don't assume slice value is interned when loading from comptime pointer
mlugg
2023-06-13
Sema: move all in-memory coercion logic to InternPool
mlugg
2023-06-13
Sema: allow in-memory coercion of tuples
mlugg
2023-06-13
Sema: rewrite peer type resolution
mlugg
2023-06-13
Add a compiler error for @mulAdd with int vectors.
IntegratedQuantum
2023-06-13
Fix bad source locations in switch capture errors
mlugg
2023-06-13
Sema: resolve union payload switch captures with peer type resolution
mlugg
2023-06-13
Eliminate switch_cond[_ref] ZIR tags
mlugg
2023-06-13
Eliminate switch_capture_tag ZIR instruction
mlugg
2023-06-13
Sema: minor refactor to switch prong analysis
mlugg
2023-06-13
Eliminate switch_capture and switch_capture_ref ZIR tags
mlugg
2023-06-13
Move switch case value coercion from AstGen to Sema
mlugg
2023-06-13
Zir: remove unnecessary switch_capture_multi instructions
mlugg
2023-06-13
Sema: check runtime safety is enabled when unwrapping error
ypsvlq
2023-06-12
Sema: intern values from resolved inferred allocs
mlugg
2023-06-12
Sema: redo monomorphed funcs to make more sense
Jacob Young
2023-06-11
InternPool: avoid as many slices pointing to `string_bytes` as possible
Jacob Young
2023-06-11
stage2: fix InternPool compile errors on 32-bit targets
mlugg
2023-06-11
Sema: fix condition for emitting noreturn safety check
Jacob Young
2023-06-11
Sema: fix `std.builtin.Type.EnumField.value` when not auto-numbered
Jacob Young
2023-06-10
Sema: fix crashes accessing undefined values
Jacob Young
2023-06-10
Sema: fix int arithmetic overflow checks
mlugg
2023-06-10
stage2: pass most test cases under InternPool
mlugg
2023-06-10
Sema: reword compile error about LLVM extensions and C import
Andrew Kelley
2023-06-10
InternPool: fix yet more key lifetime issues
Jacob Young
2023-06-10
Sema: handle generic types when coercing functions in memory
Jacob Young
2023-06-10
Sema: remove leftover references to value_arena
mlugg
2023-06-10
Sema: hack around UAF
Jacob Young
2023-06-10
Sema: rewrite `monomorphed_funcs` usage
Jacob Young
2023-06-10
InternPool: add optional coercion
Jacob Young
2023-06-10
InternPool: fix more key lifetime issues
Jacob Young
2023-06-10
compiler: avoid use of undefined memory
Andrew Kelley
2023-06-10
compiler: eliminate Decl.value_arena and Sema.perm_arena
Andrew Kelley
2023-06-10
Sema: intern values of mutable decls after analysis
mlugg
2023-06-10
Sema: fix in-memory coercion during comptime load
Jacob Young
2023-06-10
InternPool: fix more key lifetime issues
Jacob Young
[next]