aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-07-07C backend: prepare for mergeAndrew Kelley
2025-07-07compiler: fix a bunch of format stringsAndrew Kelley
2025-07-07compiler: fix a bunch of format stringsAndrew Kelley
2025-07-07std.zig.llvm.Builder: update format APIAndrew Kelley
2025-07-07compiler: upgrade various std.io API usageAndrew Kelley
2025-07-07compiler: upgrade various std.io API usageAndrew Kelley
2025-07-07compiler: update all instances of std.fmt.FormatterAndrew Kelley
2025-07-07MachO: revert unfinished changesAndrew Kelley
2025-07-07MachO: update to new std.io APIsAndrew Kelley
2025-07-07update compiler source to new APIsAndrew Kelley
2025-07-07std.io.Writer.Allocating: rename interface to writerAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2025-07-08Merge pull request #24362 (remove async, await, usingnamespace)Andrew Kelley
2025-07-08llvm: Revert #17963 (workaround for #16392)Alex Rønne Petersen
2025-07-07remove `usingnamespace` from the languageAndrew Kelley
2025-07-07zig fmtAndrew Kelley
2025-07-07remove `async` and `await` keywordsAndrew Kelley
2025-07-07llvm: Use emulated TLS when appropriate for the targetAlex Rønne Petersen
2025-07-07Merge pull request #24352 from alexrp/wasi-emulated-libsAlex Rønne Petersen
2025-07-06wasi: Fix libwasi-emulated-process-clocks buildAlex Rønne Petersen
2025-07-06wasi: Build emulated libraries into libc.aAlex Rønne Petersen
2025-07-06compiler: Disable self-hosted x86_64 backend on NetBSDAlex Rønne Petersen
2025-07-06Sema: Stop adding Windows implib link inputs for `extern "..."` syntax.Alex Rønne Petersen
2025-07-05Merge pull request #24335 from kada49/common-impl-libc-floorAlex Rønne Petersen
2025-07-05Update TracyAllocator to new allocator APISilver
2025-07-04delete superfluous assembly libc floor implementationsDavid Senoner
2025-07-04delete superfluous libc floor implementationsDavid Senoner
2025-07-02compiler: delete dead x86 bits fileAndrew Kelley
2025-07-02compiler: change canonical path for backend ABI source filesAndrew Kelley
2025-07-02compiler: delete arm backendAndrew Kelley
2025-07-02compiler: delete aarch64 backendAndrew Kelley
2025-07-02compiler: delete powerpc backend stubAndrew Kelley
2025-07-02Merge pull request #24302 from alexrp/riscvAlex Rønne Petersen
2025-07-01spirv: fix signed overflow detection for safe subtractionIvan Stepanov
2025-07-01llvm: Disable the machine outliner pass on RISC-VAlex Rønne Petersen
2025-07-01llvm: Fix alignment of by-ref ptr_elem_val and slice_elem_valAlex Rønne Petersen
2025-06-29Sema: detect one-possible-value types after function callsAndrew Kelley
2025-06-29Sema: correct OPV for optional empty error setAndrew Kelley
2025-06-29zig rc: Fix include directory detection when cross-compiling from certain hos...Alex Rønne Petersen
2025-06-29Replace `unreachable` with error return for non-standard Windows targetsRyan Liptak
2025-06-28resinator: Fix include directory detection when cross-compiling from certain ...Ryan Liptak
2025-06-23remove `spirv` cpu archAli Cheraghi
2025-06-23x86_64: fix pair live-out trackingJacob Young
2025-06-22minor grammatical mistakeDavid Rubin
2025-06-19x86_64: increase passing test coverage on windowsJacob Young
2025-06-19coff: add hack to build a compiler-rt dynamic libraryJacob Young
2025-06-19Compilation: fix use after freeJacob Young
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young