aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-02-17Merge pull request #22913 from jacobly0/x86_64-rewriteAndrew Kelley
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-02-17std.Target: Move osArchName() and Cpu.Arch.archName() to std.zig.target.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.propeller1_sysv to propeller_sysv.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-17std.Target: Remove Cpu.Arch.spu_2.Alex Rønne Petersen
2025-02-17x86_64: implement prefetchJacob Young
2025-02-17x86_64: rewrite scalar `@byteSwap`Jacob Young
2025-02-17x86_64: rewrite unsafe int vector multiplicationJacob Young
2025-02-17Sema: make source location in checkCallConvSupportsVarArgs more meaningfulTw
2025-02-15x86_64: rewrite unsafe scalar int multiplicationJacob Young
2025-02-15x86_64: reuse integer `@divTrunc` for `@divExact`Jacob Young
2025-02-15main: increase thread stack size for non-x86_64 backendsJacob Young
2025-02-15x86_64: rewrite array accessJacob Young
2025-02-15x86_64: rewrite scalar and vector int `@rem`Jacob Young
2025-02-15x86_64: rewrite scalar and vector int `@divTrunc`Jacob Young
2025-02-15x86_64: implement unsafe scalar and vector integer add/subJacob Young
2025-02-15x86_64: implement error set and enum safetyJacob Young
2025-02-13Expand zig fetch usage help doc to explain URL (#22850)Michael Lynch
2025-02-12x86_64: implement conversions between float and int vectorsJacob Young
2025-02-11Merge pull request #22862 from ziglang/fuzzAndrew Kelley
2025-02-11Compilation: disable error return tracing in rt libsAndrew Kelley
2025-02-11link.Elf: implement non-alloc `{SET,SUB}_ULEB128`David Rubin
2025-02-11ZigLLVMTargetMachineEmitToFile: schedule sancov pass depending on modeAndrew Kelley
2025-02-10cbe: fix incomplete array element typesJacob Young
2025-02-10cbe: fix crash rendering argument names in lazy functionsJacob Young
2025-02-10cbe: emit linksection for `@export`Jacob Young
2025-02-10link: simplify control flowIsaac Freund
2025-02-10link: fix ambiguous names in linker scriptsIsaac Freund
2025-02-10std.ArrayList: popOrNull() -> pop() [v2] (#22720)Meghan Denny
2025-02-09x86_64: implement conversions between scalar floats and intsJacob Young
2025-02-08Merge pull request #22808 from ziglang/fast-gpaAndrew Kelley
2025-02-07x86_64: fix backend assertion failuresJacob Young
2025-02-07std.ArrayHashMap: popOrNul() -> pop()Meghan Denny
2025-02-07compiler: use std.heap.smp_allocatorAndrew Kelley
2025-02-07Merge pull request #20511 from archbirdplusAndrew Kelley
2025-02-07Merge pull request #22717 from jacobly0/x86_64-rewriteAndrew Kelley
2025-02-07x86_64: fix calling convention typosJacob Young
2025-02-07Dwarf: fix cross_section_relocs capacityIsaac Freund
2025-02-06adjust runtime page size APIsAndrew Kelley
2025-02-06runtime page size detectionArchbirdplus
2025-02-06Merge pull request #22777 from mlugg/some-bugsMatthew Lugg
2025-02-06x86_64: rewrite float `@mod`Jacob Young
2025-02-06x86_64: avoid comparing different transcendental function implsJacob Young
2025-02-06x86_64: remove cases that are impossible to lowerJacob Young
2025-02-06x86_64: rewrite most of the remaining float opsJacob Young