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-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
2024-08-17
Sema: don't set union tag type if it's not an enum
mlugg
2024-08-17
InternPool: don't remove outdated types
mlugg
2024-08-17
Sema: don't delete reified enum type with error in field
mlugg
2024-08-17
compiler: be more cautious about source locations
mlugg
2024-08-17
Sema: disable comptime call memoization under -fincremental
mlugg
2024-08-17
frontend: yet more incremental work
mlugg
2024-08-17
Zcu: construct full reference graph
mlugg
2024-08-17
frontend: incremental progress
mlugg
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-08-16
add an error for stack allocations in naked functions (#21082)
David Rubin
2024-08-14
Merge pull request #21031 from linusg/std-target-naming
Andrew Kelley
2024-08-13
nvptx: add implementations for GPU builtins
Robin Voetter
2024-08-12
all: Handle spirv in addition to spirv(32,64) where applicable.
Alex Rønne Petersen
2024-08-12
std.Target: Rename c_type_* functions to camel case
Linus Groh
2024-08-11
frontend: give all container types namespaces
mlugg
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-08-08
language: add module name field to `@src`
Andrew Kelley
2024-07-28
std.Target.Cpu.Arch: Remove the `aarch64_32` tag.
Alex Rønne Petersen
2024-07-22
add new builtin: `@disableInstrumentation`
Andrew Kelley
2024-07-21
Sema: fix OOB access in coerceTupleToStruct (#19620)
Bogdan Romanyuk
2024-07-21
fix: remove misleading error note for failed array coercions
WillLillis
2024-07-21
fix: Add error notes for method calls on double pointers (#20686)
Will Lillis
2024-07-20
Fix typos in code comments in `src/`
sobolevn
2024-07-18
Sema: return module-relative path for `@src()`
mlugg
2024-07-16
Sema: typo
mlugg
2024-07-16
Sema: fix bad merge
mlugg
2024-07-16
Merge pull request #20637 from mlugg/comptime-resolution-strat
Matthew Lugg
2024-07-16
Merge pull request #20646 from ziglang/fix-updateZirRefs
Andrew Kelley
2024-07-16
Sema: add error note for failed coercions to optional types and error unions
Will Lillis
2024-07-16
Value: eliminate static recursion loop from value printing
mlugg
2024-07-15
frontend: move updateZirRefs to be single-threaded
Andrew Kelley
2024-07-15
Sema: support pointer subtraction
Wooster
2024-07-15
Merge pull request #20633 from ziglang/long-live-zig
Andrew Kelley
2024-07-15
Sema: disallow casting to opaque
fmaggi
[next]