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
2022-04-06
Sema: in-memory coercion of differently named int types
Andrew Kelley
2022-04-05
Sema: fix handling compile errors during circular dependency error
Andrew Kelley
2022-04-04
Sema: forward switch condition to captures
Andrew Kelley
2022-04-04
Sema: add empty tuple to mutable slice coercion
Andrew Kelley
2022-04-02
stage2: more resilient error handling
Andrew Kelley
2022-04-02
Sema: mechanism for converting comptime breaks to runtime
Andrew Kelley
2022-03-31
Sema: fix segfault during resolveInferredErrorSet
Andrew Kelley
2022-03-31
stage2: handle assembly input names
Veikka Tuominen
2022-03-30
AstGen: don't coerce inputs to usize in asmExpr
Daniele Cocca
2022-03-30
Sema: allow comptime blocks for global assembly
Daniele Cocca
2022-03-30
Sema: enhance is_non_err to be comptime more often
Andrew Kelley
2022-03-29
stage2: implement `@intToError` with safety
Andrew Kelley
2022-03-29
Sema: fix generic instantiations of return types with nested captures
Andrew Kelley
2022-03-29
Sema: adjust coercion of undefined error union payload
Andrew Kelley
2022-03-28
Sema: queue full type resolution of builtin types
Andrew Kelley
2022-03-28
stage2: finish debug info for unions in the LLVM backend
Andrew Kelley
2022-03-28
Sema: allow mixing array and vector operands
Andrew Kelley
2022-03-28
Sema: implement coerceInMemoryAllowed for optionals
Veikka Tuominen
2022-03-28
Sema: use the correct integer
Veikka Tuominen
2022-03-28
Merge pull request #11319 from Vexu/stage2-arg-count
Veikka Tuominen
2022-03-27
Sema: implement `@setFloatMode`
Andrew Kelley
2022-03-27
stage2: add temporary workaround for lack of argument count check
Veikka Tuominen
2022-03-27
Sema: fix error set memory unsafety
Veikka Tuominen
2022-03-27
stage2: runtime safety check intCast signedness
Mitchell Hashimoto
2022-03-27
stage2: runtime safety check intCast to u0 must fit
Mitchell Hashimoto
2022-03-27
stage2: runtime safety check integer cast truncating bits
Mitchell Hashimoto
2022-03-27
stage2: safety checks for slicing a null C pointer
Mitchell Hashimoto
2022-03-27
Merge pull request #10871 from schmee/stage2-bitcast-safety
Veikka Tuominen
2022-03-27
`Namespace.decls` use context to save memory
jagt
2022-03-26
Sema: remove redundant `mul_add` comptime vectorization
William Sengir
2022-03-26
Sema: change zirOverflowArithmetic to use new version of AIR insts
joachimschmidt557
2022-03-26
stage2: resolve types more lazily
Andrew Kelley
2022-03-26
Merge pull request #11289 from schmee/stage2-select
Andrew Kelley
2022-03-26
stage2: result location types for function call arguments
Andrew Kelley
2022-03-26
sema: simplify @bitCast error messages
John Schmidt
2022-03-25
stage2: add type checking for @bitCast
John Schmidt
2022-03-25
Sema: implement zirSwitchCapture multi for unions
Veikka Tuominen
2022-03-25
Sema: implement zirStructInit for runtime-known union values
Veikka Tuominen
2022-03-25
Sema: implement zirSwitchCapture for error sets
Veikka Tuominen
2022-03-25
Sema: ensure error_set_merged is sorted
Veikka Tuominen
2022-03-25
Sema: add error for empty switch
Veikka Tuominen
2022-03-25
sema: coerce inputs to vectors in zirSelect
John Schmidt
2022-03-25
sema: use `pl_op` for `@select`
John Schmidt
2022-03-25
stage2: implement `@select`
John Schmidt
2022-03-24
Sema: fix closure capture typeof runtime-known parameter
Andrew Kelley
2022-03-24
Sema: fix generic function with void parameters
Andrew Kelley
2022-03-24
Sema: fix false negative detecting comptime const
Andrew Kelley
2022-03-23
stage2: fix some generics issues
Andrew Kelley
2022-03-23
Sema: introduce a type resolution queue
Andrew Kelley
2022-03-23
stage2: able to slice to sentinel index at comptime
Mitchell Hashimoto
[next]