aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-01-26fix: Only suggest try on destructure of error union if payload type can be de...Will Lillis
2025-01-26x86_64: rewrite `@min`/`@max` for float vectorsJacob Young
2025-01-26x86_64: rewrite `@min`/`@max` for scalar floatsJacob Young
2025-01-26Merge pull request #22602 from mlugg/incr-embedfileMatthew Lugg
2025-01-25Merge pull request #22230 from alexrp/lto-stuffAndrew Kelley
2025-01-25Merge pull request #22581 from jacobly0/x86_64-rewriteAndrew Kelley
2025-01-25Compilation: Disable LTO by default.Alex Rønne Petersen
2025-01-25libtsan: Build with unwind tables like upstream.Alex Rønne Petersen
2025-01-25Compilation: Remove the _tls_index hack for MinGW.Alex Rønne Petersen
2025-01-25compiler: Rework LTO settings for some Zig-provided libraries.Alex Rønne Petersen
2025-01-25link: Set machine and float ABI when invoking ld.lld and lld-link.Alex Rønne Petersen
2025-01-25compiler: Explicitly specify ABI for arm, mips, and powerpc when talking to L...Alex Rønne Petersen
2025-01-25compiler: Explicitly specify loongarch ABI when talking to LLVM.Alex Rønne Petersen
2025-01-25incremental: handle `@embedFile`mlugg
2025-01-25Merge pull request #22594 from mlugg/panic-stuffMatthew Lugg
2025-01-24x86_64: rewrite scalar and vector int `@min` and `@max`Jacob Young
2025-01-24x86_64: mitigate miscomp during switch dispatchJacob Young
2025-01-24x86_64: fix typo and lower optimized instsJacob Young
2025-01-24x86_64: rewrite float vector `@abs` and equality comparisonsJacob Young
2025-01-24x86_64: rewrite scalar float 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-24frontend: fix data race with mingw crt filesAndrew Kelley
2025-01-24Compilation pipeline: repeat failed prelink tasksAndrew Kelley
2025-01-24compiler: yet more panic handler changesmlugg
2025-01-23Package.Module: Make create() fall back on options.global.root_optimize_mode.Alex Rønne Petersen
2025-01-23compiler: Fix computation of Compilation.Config.any_unwind_tables.Alex Rønne Petersen
2025-01-23compiler: Handle --no-eh-frame-hdr as a regular zig build-* flag too.Alex Rønne Petersen
2025-01-23Merge pull request #22098 from alexrp/wasm-generic-baselineAlex Rønne Petersen
2025-01-22link.Wasm.Feature: Make fromCpuFeature() and toCpuFeature() less cute.Alex Rønne Petersen
2025-01-22wasm: Add a nontrapping_bulk_memory_len0 feature.Alex Rønne Petersen
2025-01-22Merge pull request #22572 from jacobly0/new-error-traceMatthew Lugg
2025-01-22x86_64: implement error return tracesJacob Young
2025-01-22compiler: pass error return traces everywheremlugg
2025-01-22Sema: fix crash when `inline` loop condition is not comptime-knownmlugg
2025-01-22Zcu: fix switch prong source location resolutionmlugg
2025-01-22std.Target: Define and use lime1 as the baseline CPU model for WebAssembly.Alex Rønne Petersen
2025-01-22wasm: Add a check for zero length around uses of memory.copy/memory.fill.Alex Rønne Petersen
2025-01-21Package fetch: add executable detection for Mach-O file headers (#21555)Fabio Arnold
2025-01-21Merge pull request #22541 from ziglang/pipelineAndrew Kelley
2025-01-21x86_64: rewrite `@abs` for scalar floatsJacob Young
2025-01-21libc: Remove a bunch of code for architectures we don't actually support.Alex Rønne Petersen
2025-01-20embrace the future slightly lessAndrew Kelley
2025-01-20reject crti.o/crtn.o, embrace the futureAndrew Kelley
2025-01-20fix build failure when llvm not availableAndrew Kelley
2025-01-20Compilation: take advantage of `@splat`Andrew Kelley
2025-01-20Compilation pipeline: linker input producing Job representationAndrew Kelley
2025-01-20compilation pipeline: do glibc jobs earlierAndrew Kelley
2025-01-20Compilation pipeline: do musl jobs earlierAndrew Kelley