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
getAppDataDir
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
juice
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
std.Io.Threaded-groups-2
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-12-06
Sema: queue type resolution for result of `@fieldParentPtr`
Andrew Kelley
2022-12-06
WASI: remove absolute path emulation from std lib
Andrew Kelley
2022-12-06
remove `-fstage1` option
Andrew Kelley
2022-12-06
Sema: resolve elem type for non-default aligned ptrs
Andrew Kelley
2022-12-04
Sema: detect duplicate enum tag values
r00ster91
2022-12-03
Sema: add "parameter type declared here" note to type coercion
Veikka Tuominen
2022-12-03
Sema: improve error for mismatched type in implicit return
Veikka Tuominen
2022-12-03
Sema: fix comparisons between lazy and runtime values
Veikka Tuominen
2022-12-03
Sema: do not forcibly canonicalize unresolved pointer element type
Veikka Tuominen
2022-12-02
Sema: add error for failed assumption about struct having runtime bits
Veikka Tuominen
2022-12-01
Merge pull request #13715 from Vexu/cbe
Andrew Kelley
2022-11-30
Sema: print line column and path when using `--debug-compile-errors`
Veikka Tuominen
2022-11-30
Sema: make inferred allocs always mutable
Veikka Tuominen
2022-11-29
stage2: fix crash on comptime lazy `@ctz` and `@clz`
Andrew Kelley
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-29
Sema: add missing failWithBadMemberAccess to zirExport
Veikka Tuominen
2022-11-29
Sema: make non-existent field error point to field name
Veikka Tuominen
2022-11-29
Sema: add option to disable formatted panics
Veikka Tuominen
2022-11-29
Sema: explain why parameter must be declared comptime
Veikka Tuominen
2022-11-29
Sema: improve safety panic for access of inactive union field
Veikka Tuominen
2022-11-29
Sema: improve panic for slice start index being greater than end index
Veikka Tuominen
2022-11-27
Use a slice for InstMap instead of std.HashMap
Jimmi Holst Christensen
2022-11-26
Merge pull request #13637 from Vexu/stage2-fixes
Veikka Tuominen
2022-11-26
Sema: correctly detect union target in `zirSwitchBlock`
Veikka Tuominen
2022-11-26
Sema: pass c_import_buf to child block in more places
Veikka Tuominen
2022-11-26
Sema: resolve union fields before using getTagType
Veikka Tuominen
2022-11-26
Sema: handle anytype parameter requiring comptime
Veikka Tuominen
2022-11-26
Sema: resolve requires_comptime as part of resolveTypeLayout
Veikka Tuominen
2022-11-26
Sema: fix overflow arithmetic with runtime vectors
Veikka Tuominen
2022-11-25
Merge pull request #13627 from Vexu/tuple-decls
Andrew Kelley
2022-11-24
Merge pull request #13611 from Snektron/spirv-assembler
Andrew Kelley
2022-11-23
Sema: improve compile error for tuple coercion mismatch
Veikka Tuominen
2022-11-23
add tests for tuple declarations
Veikka Tuominen
2022-11-23
Get panic messages from builtin instead of creating anon decls
Jimmi Holst Christensen
2022-11-23
spirv: assembler
Robin Voetter
2022-11-23
Sema: implement tuple declarations
Veikka Tuominen
2022-11-20
Sema: fix memory management of missing field error
Veikka Tuominen
2022-11-20
Sema: fix missing error on mismatched array init count
Veikka Tuominen
2022-11-20
Sema: prioritize Value.variable over OPV when resolving const value
Veikka Tuominen
2022-11-20
Sema: fix type check in `zirIntToPtr`
Veikka Tuominen
2022-11-20
Sema: handle `opt_payload` in `beginComptimePtrLoad`
Veikka Tuominen
2022-11-20
Sema: allow coercing typed undefined to int
Veikka Tuominen
2022-11-20
Type: make `hasRuntimeBitsAdvanced` take `AbiAlignmentAdvancedStrat`
Veikka Tuominen
2022-11-18
Sema: optimize compare comptime float with int
kkHAIKE
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-16
Sema+llvm: improve handling of namespace-like unions
Veikka Tuominen
2022-11-16
Sema: ensure comptime reference to function points to original decl
Veikka Tuominen
2022-11-16
Sema: do not re-evaluate type of non-generic inline call parameters
Veikka Tuominen
2022-11-16
std.mem.Allocator: do not return undefined pointers from `create`
Veikka Tuominen
2022-11-15
Fix error reporting the wrong line for struct field inits (#13502)
mparadinha
[next]