aboutsummaryrefslogtreecommitdiff
path: root/src/Sema.zig
AgeCommit message (Expand)Author
2025-02-05Sema: fix comparison between error set and comptime-known error unionmlugg
2025-02-05Sema: add fast path to PTR when all types are the samemlugg
2025-02-05Sema: fix PTR of slice of sentinel-terminated arraymlugg
2025-02-05compiler: provide result type to sentinel expression in slice operationmlugg
2025-02-05Sema: fix crash on `@tagName` of undefined enum literalmlugg
2025-02-04compiler: integrate importing ZON with incremental compilationmlugg
2025-02-04compiler: integrate ZON with the ZIR caching systemmlugg
2025-02-04compiler: a few renamesmlugg
2025-02-04Zcu: remove `*_loaded` fields on `File`mlugg
2025-02-03compiler,std: implement ZON supportMason Remaley
2025-02-02fix: error on non-exhaustive enums with zero width backing type (#21374)Will Lillis
2025-02-01Merge pull request #22672 from jacobly0/x86_64-rewriteAndrew Kelley
2025-02-01compiler: do not propagate result type to `try` operandmlugg
2025-02-01Sema: skip aliasing check and runtime operation for `@memcpy` of zero-bit typemlugg
2025-02-01Sema: fix `@splat` of OPV arraysmlugg
2025-01-31x86_64: rewrite float vector conversionsJacob Young
2025-01-31Sema: introduce all_vector_instructions backend featureJacob Young
2025-01-30compiler: add `intcast_safe` AIR instructionmlugg
2025-01-29Sema: explain why we tried to call an `extern fn` at comptimemlugg
2025-01-29Sema: `@memcpy` changesmlugg
2025-01-26fix: Only suggest try on destructure of error union if payload type can be de...Will Lillis
2025-01-26Merge pull request #22602 from mlugg/incr-embedfileMatthew Lugg
2025-01-25Merge pull request #22581 from jacobly0/x86_64-rewriteAndrew Kelley
2025-01-25incremental: handle `@embedFile`mlugg
2025-01-24x86_64: rewrite scalar and vector int `@min` and `@max`Jacob Young
2025-01-24x86_64: rewrite float vector `@abs` and equality comparisonsJacob Young
2025-01-24Zcu: remove `null_stack_trace`mlugg
2025-01-24all: update for `panic.unwrapError` and `panic.call` signature changesmlugg
2025-01-24Sema: prepare to remove `?*StackTrace` argument from `unwrapError` and `call`mlugg
2025-01-24compiler: yet more panic handler changesmlugg
2025-01-22Merge pull request #22572 from jacobly0/new-error-traceMatthew Lugg
2025-01-22compiler: pass error return traces everywheremlugg
2025-01-22Sema: fix crash when `inline` loop condition is not comptime-knownmlugg
2025-01-21compiler: simplify generic functions, fix issues with inline callsmlugg
2025-01-21Sema: fix `is_non_null_ptr` handling for runtime-known pointersmlugg
2025-01-18Sema: don't try to initialize global union pointer at comptimemlugg
2025-01-18incremental: fix enum resolution bugsmlugg
2025-01-16Sema: prepare for `sentinel` -> `sentinel_ptr` field renamemlugg
2025-01-16compiler: make it easier to apply breaking changes to `std.builtin`mlugg
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2025-01-15compiler: add type safety for export indicesAndrew Kelley
2025-01-14Sema: more validation for builtin decl typesmlugg
2025-01-14Sema: fix UB in error reportingmlugg
2025-01-13Sema: disallow non scalar sentinels in array types and reified types (#22473)xdBronch
2025-01-13Sema: allow tail calls of function pointersmlugg
2025-01-11compiler: improve "... contains reference to comptime var" errorsmlugg
2025-01-09Sema: rewrite semantic analysis of function callsmlugg
2025-01-07Sema: fix invalid AIR from array concatDavid Rubin
2025-01-05Sema: fix incorrect type in `optional_payload` instructionmlugg
2025-01-05compiler: slightly simplify builtin decl memoizationmlugg