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-10-23
Merge pull request #21758 from kcbanner/dll_storage_class
Andrew Kelley
2024-10-22
Change `ExternOptions.dll_storage_class` to `is_dll_import`
kcbanner
2024-10-22
Cause a compilation error to occur if using @extern with is_dll_import in a c...
kcbanner
2024-10-22
Add support for specifying `dll_storage_class` in @extern
kcbanner
2024-10-20
compiler: Remove uses of defaultFunctionAlignment() in the frontend.
Alex Rønne Petersen
2024-10-19
Sema: add and improve some callconv compile errors
mlugg
2024-10-19
compiler: avoid unreasonable eval branch quotas
mlugg
2024-10-19
Sema: minor cleanup
mlugg
2024-10-19
std.Target: rename `defaultCCallingConvention` and `Cpu.Arch.fromCallconv`
mlugg
2024-10-19
test: update for `CallingConvention` changes
mlugg
2024-10-19
compiler: remove @setAlignStack
mlugg
2024-10-19
std: update for new `CallingConvention`
mlugg
2024-10-19
compiler: introduce new `CallingConvention`
mlugg
2024-10-16
std.Target: Move isLib{C,Cxx}LibName() to std.zig.target.
Alex Rønne Petersen
2024-10-16
std.Target: Rename is_lib{c,cxx}_lib_name() to isLib{C,Cxx}LibName().
Alex Rønne Petersen
2024-10-16
incremental: introduce `file` dependencies to handle AstGen failures
mlugg
2024-10-16
Zcu: cache output of `resolveReferences` between calls
mlugg
2024-10-14
Sema: fail if analyzing return in `noreturn`-declared function before coercin...
gabeuehlein
2024-10-10
Sema: implement @splat for arrays
mlugg
2024-10-07
Sema: add missing runtime value validation to global mutable variables
mlugg
2024-10-07
Sema: add missing runtime value validation to @memcpy and @memset
mlugg
2024-10-04
remove `@fence` (#21585)
David Rubin
2024-10-04
Adds new cpu architectures propeller1 and propeller2. (#21563)
Felix Queißner
2024-09-26
Sema: better utility function semantics
Andrew Kelley
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
[prev]
[next]