aboutsummaryrefslogtreecommitdiff
path: root/src/Zcu.zig
AgeCommit message (Expand)Author
2025-05-29Legalize: introduce a new pass before livenessJacob Young
2025-05-25Merge pull request #23986 from mlugg/incremental-stuffMatthew Lugg
2025-05-25Merge pull request #23815 from alichraghi/masterRobin Voetter
2025-05-25compiler: introduce incremental debug servermlugg
2025-05-21compiler: fix ZIR hash not including compiler versionmlugg
2025-05-21spirv: super basic composite int supportAli Cheraghi
2025-05-20compiler: Scaffold stage2_powerpc backend.Alex Rønne Petersen
2025-05-20Merge pull request #23836 from mlugg/incr-fixesMatthew Lugg
2025-05-19Zcu: fix memory leakmlugg
2025-05-18compiler: refactor `Zcu.File` and path representationmlugg
2025-05-16compiler: include inline calls in the reference tracemlugg
2025-05-03std.Target: Add Cpu.Arch.or1k and basic target info.Alex Rønne Petersen
2025-04-27make `@memcpy` and `@memmove` share panic handlersAndrew Kelley
2025-04-26compiler: add @memmove builtindweiller
2025-04-20compiler: integrate `@compileLog` with incremental compilationmlugg
2025-04-02Zcu: fix ZOIR cache bugsMason Remaley
2025-03-26Zcu: include named tests in resolved referencesmlugg
2025-03-16Sema: rewrite comptime arithmeticmlugg
2025-03-12Merge pull request #22397 from Techatrix/type-safe-astMatthew Lugg
2025-03-11Zcu: rename `skip_analysis_errors` to `skip_analysis_this_update` and respect itmlugg
2025-03-07std.zig.Ast: improve type safetyTechatrix
2025-03-07std.zig.Ast: add `blockStatements` and `builtinCallParams`Techatrix
2025-02-26Merge pull request #22488 from Rexicon226/ubsan-rtAndrew Kelley
2025-02-25Zcu: correctly resolve references to test bodiesmlugg
2025-02-25Compilation: always import ubsan if a ZCU existsDavid Rubin
2025-02-24spirv: replace some unreachables with compile errorsAli Cheraghi
2025-02-23Sema: allow `@ptrCast` of slices changing the lengthmlugg
2025-02-22zig build fmtAndrew Kelley
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-17std.Target: Remove Cpu.Arch.spu_2.Alex Rønne Petersen
2025-02-10std.ArrayList: popOrNull() -> pop() [v2] (#22720)Meghan Denny
2025-02-07std.ArrayHashMap: popOrNul() -> pop()Meghan Denny
2025-02-05incremental: fix crash when introducing syntax errormlugg
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-04compiler: don't perform semantic analysis if there are files without ZIRmlugg
2025-02-04Zcu: remove unused `parse_failure` field from `File.Status`mlugg
2025-02-04Zcu: remove `*_loaded` fields on `File`mlugg
2025-02-03compiler,std: implement ZON supportMason Remaley
2025-01-31Sema: introduce all_vector_instructions backend featureJacob Young
2025-01-30compiler: add `intcast_safe` AIR instructionmlugg
2025-01-26Merge pull request #22602 from mlugg/incr-embedfileMatthew Lugg
2025-01-25incremental: handle `@embedFile`mlugg
2025-01-24Zcu: remove `null_stack_trace`mlugg
2025-01-24compiler: yet more panic handler changesmlugg
2025-01-22Zcu: fix switch prong source location resolutionmlugg
2025-01-21compiler: simplify generic functions, fix issues with inline callsmlugg