aboutsummaryrefslogtreecommitdiff
path: root/src/Sema.zig
AgeCommit message (Expand)Author
2025-02-24Merge pull request #22154 from alexrp/disable-intrinsicsAlex Rønne Petersen
2025-02-23Sema: allow `@ptrCast` of slices changing the lengthmlugg
2025-02-23compiler: Implement @disableIntrinsics() builtin function.Alex Rønne Petersen
2025-02-22zig build fmtAndrew Kelley
2025-02-22Sema: Fix fnptr alignment safety checks to account for potential ISA tag.Alex Rønne Petersen
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-02-17std.Target: Move Cpu.Arch.supportsAddressSpace() up to Cpu.Alex Rønne Petersen
2025-02-17std.Target: Make Cpu.Arch.supportsAddressSpace() take an optional context.Alex Rønne Petersen
2025-02-17std.builtin: Rename CallingConvention.wasm_watc to wasm_mvp.Alex Rønne Petersen
2025-02-17std.builtin: Remove CallingConvention.arm_(apcs,aapcs16_vfp).Alex Rønne Petersen
2025-02-17std.Target: Remove Cpu.Arch.propeller2 and use a CPU feature instead.Alex Rønne Petersen
2025-02-17Sema: make source location in checkCallConvSupportsVarArgs more meaningfulTw
2025-02-15x86_64: implement error set and enum safetyJacob Young
2025-02-10std.ArrayList: popOrNull() -> pop() [v2] (#22720)Meghan Denny
2025-02-07Merge pull request #22717 from jacobly0/x86_64-rewriteAndrew Kelley
2025-02-06x86_64: rewrite vector `@truncate`Jacob Young
2025-02-06Sema: add missing `validateRuntimeValue` callsmlugg
2025-02-05Sema: fix `@typeInfo` of function with generic return type and IESmlugg
2025-02-05Sema: fix `@errorCast` with error unionsmlugg
2025-02-05Sema: disable runtime safety checks in comptime blocksmlugg
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