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-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-07-04
frontend: TrackedInst stores FileIndex instead of path digest
Andrew Kelley
2024-07-04
Zcu: extract permanent state from File
Andrew Kelley
2024-07-04
Sema: add missing references
mlugg
2024-07-04
compiler: rework type resolution, fully resolve all types
mlugg
2024-07-04
compiler: type.zig -> Type.zig
mlugg
2024-07-04
Zcu: store `LazySrcLoc` in error messages
mlugg
2024-07-04
Zcu: rework reference traces
mlugg
2024-07-04
Zcu: key compile errors on `AnalUnit` where appropriate
mlugg
2024-07-04
Zcu: rework exports
mlugg
2024-07-04
compiler: rename AnalSubject to AnalUnit
mlugg
2024-06-26
InternPool: rename `Depender` to `AnalSubject`
mlugg
2024-06-26
Zir: make `src_line` absolute for `declaration` instructions
mlugg
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-06-20
Merge pull request #20299 from mlugg/the-great-decl-split
Matthew Lugg
2024-06-20
Sema: fix performance regression
mlugg
2024-06-18
Zir: provide absolute node for `reify`
mlugg
2024-06-17
Sema: fix callconv detection in generic functions
mlugg
2024-06-16
spirv: add support for workItemId, workGroupId, workGroupSize
Robin Voetter
2024-06-15
Sema: eliminate Block.src_decl
mlugg
2024-06-15
Zcu: rework source locations
mlugg
2024-06-15
compiler: move LazySrcLoc out of std
mlugg
2024-06-15
Zir: use absolute nodes for declarations and type declarations
mlugg
2024-06-10
Zir: remove legacy `error_set_decl` variants
mlugg
2024-06-02
Sema: validate function signature for Signal calling convention
Veikka Tuominen
2024-06-02
Sema: add missing error for runtime `@ptrFromInt` to comptime-only type
Veikka Tuominen
2024-05-22
Revert "implement `@expect` builtin (#19658)"
Andrew Kelley
2024-05-22
implement `@expect` builtin (#19658)
David Rubin
2024-05-22
llvm: fix `@wasmMemory{Size,Grow}` for wasm64
Veikka Tuominen
2024-05-22
Sema: add missing declared here note
wooster0
2024-05-14
Sema: suggest using try/catch/if on method call on error union
Wooster
2024-05-14
Sema: improve error set/union discard/ignore errors
r00ster91
2024-05-14
Sema: add error note for !?Type types when optional type is expected
r00ster91
2024-05-14
Sema: remove periods from the few error messages that have them
r00ster91
2024-05-14
Sema error: talk about discarding instead of suppressing
r00ster91
2024-05-11
riscv: implement a basic `@intCast`
David Rubin
2024-05-04
InternPool: eliminate `var_args_param_type`
mlugg
2024-05-02
Sema: Don't generate runtime instructions on zirSplat if dest_ty doesn't have...
Antonio Gomes
2024-04-28
Sema+llvm: properly implement `Interrupt` callconv
Julian
2024-04-23
error on `undefined` end index
David Rubin
2024-04-22
x86_64: fix C abi for unions
Jacob Young
2024-04-17
Sema: cap depth of value printing in type names
mlugg
2024-04-18
Sema: correctly make inferred allocs constant
David Rubin
2024-04-17
compiler: rework comptime pointer representation and access
mlugg
2024-04-08
InternPool: remove slice from byte aggregate keys
Jacob Young
2024-04-07
Merge pull request #18988 from castholm/lazy-build-zig
Andrew Kelley
2024-04-07
Sema: support coercing ref to anonymous array init to many-pointer
Carl Åstholm
2024-04-07
Sema: fix runtime call of inline fn with comptime-known comptime-only ret type
Carl Åstholm
2024-04-06
Sema: fix non-`pub` `usingnamespace` in `@typeInfo`
Jacob Young
2024-04-02
Sema: fix crash accessing array of opv types
Jacob Young
[prev]
[next]