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
2024-09-26
fix still calling std.builtin.panic sometimes
Andrew Kelley
2024-09-26
fixes and make sema report errors when std.builtin wrong
Andrew Kelley
2024-09-26
embrace panic helpers
Andrew Kelley
2024-09-26
compile error instead of crash when root panic fn wrong
Andrew Kelley
2024-09-26
better codegen for `@panic` with comptime-known operand
Andrew Kelley
2024-09-26
reimplement integer overflow safety panic function calls
Andrew Kelley
2024-09-26
reintroduce the std.builtin safety panic helpers
Andrew Kelley
2024-09-26
fixes for this branch
Andrew Kelley
2024-09-26
remove formatted panics
Andrew Kelley
2024-09-25
disallow non-scalar sentinel types
Andrew Kelley
2024-09-23
fix: Add error note when attempt is made to destructure error union (#21491)
Will Lillis
2024-09-18
Sema: mark export on owner nav when exporting function alias
mlugg
2024-09-17
Merge pull request #21428 from mlugg/compare-to-undef
Matthew Lugg
2024-09-17
Sema: clean up cmpNumeric
mlugg
2024-09-16
Merge pull request #21425 from mlugg/pointer-arith-inplace-res-ty
Matthew Lugg
2024-09-16
Merge pull request #21423 from mlugg/field-init-resolution
Matthew Lugg
2024-09-16
Sema: return undefined on comparison of runtime value against undefined
mlugg
2024-09-16
compiler: provide correct result types to `+=` and `-=`
mlugg
2024-09-15
Sema: don't emit instruction when casting @min/@max result to OPV type
mlugg
2024-09-15
Sema: give `try` operand `error{}` result type in non-errorable functions
mlugg
2024-09-15
compiler: always resolve field inits, remove unnecessary eager resolution
mlugg
2024-09-12
make decl literals work with single item pointers
xdBronch
2024-09-12
Sema: perform requested coercion when decl literal demoted to enum literal
mlugg
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
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
Air: add explicit `repeat` instruction to repeat loops
mlugg
2024-09-01
Air: direct representation of ranges in switch cases
mlugg
2024-09-01
compiler: implement decl literals
mlugg
2024-09-01
compiler: provide result type to operand of `try`
mlugg
2024-09-01
fix(Sema): patch segfault in `finishStructInit`
WillLillis
2024-08-28
implement code coverage instrumentation manually
Andrew Kelley
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-27
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg
2024-08-27
compiler: implement `@branchHint`, replacing `@setCold`
mlugg
2024-08-27
compiler: make `@export` take a pointer
mlugg
2024-08-26
remove some stale code
David Rubin
2024-08-25
fix up merge conflicts with master
David Rubin
2024-08-25
sema: `resolve{Struct,Union}Inner` don't throw away Semas
David Rubin
2024-08-25
sema: clean-up `{union,struct}FieldAlignment` and friends
David Rubin
2024-08-25
sema: rework type resolution to use Zcu when possible
David Rubin
2024-08-21
Sema: register correct dependencies for inline calls
mlugg
2024-08-21
Sema: delete bootstrap compiler bug workaround
mlugg
2024-08-21
compiler: handle eval branch quota in memoized calls
mlugg
2024-08-20
Dwarf: emit info about inline call sites
Jacob Young
2024-08-19
fix various issues related to Path handling in the compiler and std
Robin Voetter
2024-08-18
Zir: add instructions to fetch std.builtin types
mlugg
2024-08-18
frontend: removed resolved IES data for outdated functions
mlugg
2024-08-17
compiler: merge conflicts and typos
mlugg
2024-08-17
frontend: incremental compilation progress
mlugg
[prev]
[next]