aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-12-02macho: refactors errors from parsing DWARFJakub Konka
2024-12-02macho: move things around in MachO/Object.zig and refactorJakub Konka
2024-12-02macho: handle DWARFv5 when parsing debug info in objectsJakub Konka
2024-12-02macho: rename dwarf.zig to Dwarf.zigJakub Konka
2024-12-02coff: fix memory leakJacob Young
2024-11-29zig fetch: add missing path separator in error messageTw
2024-11-29Merge pull request #22095 from alexrp/test-llvm-emitAndrew Kelley
2024-11-29compiler: use `@Type` instead of `@TypeOf` to print enum literal typemlugg
2024-11-29Add build option to set tracy-callstack-depth in `build.zig` (#21990)Justin Braben
2024-11-29Merge pull request #22099 from Rexicon226/fix-cat-mulAndrew Kelley
2024-11-28sema: hotpath `++` and `**` for array-pointersDavid Rubin
2024-11-28link.MachO: Don't try to get a semver value for bridgeos.Alex Rønne Petersen
2024-11-28llvm: Lower ohoseabi to ohos instead of verbatim.Alex Rønne Petersen
2024-11-28Merge pull request #22067 from alexrp/pie-testsAlex Rønne Petersen
2024-11-27sema: make `++` and `**` return immutable pointersDavid Rubin
2024-11-27std.os.windows: Map PIPE_NOT_AVAILABLE from OpenFile() to error.NoDevice (#21...Justin Braben
2024-11-26diversify "unable to spawn" failure messagesAndrew Kelley
2024-11-25ip: cleanup `@constCast` usagesDavid Rubin
2024-11-24dwarf: fix stepping through an inline loop containing one statementJacob Young
2024-11-24std.Target: Add Os.HurdVersionRange for Os.Tag.hurd.Alex Rønne Petersen
2024-11-23Merge pull request #22049 from alexrp/musl-gen-stubsAndrew Kelley
2024-11-23compiler: Disallow align(0) everywhere in the language.Alex Rønne Petersen
2024-11-23musl: Define TIME32 and FAMILY_* macros for libc.S as appropriate.Alex Rønne Petersen
2024-11-22link: use target to determine risc-v eflag validityDavid Rubin
2024-11-23Compilation: Consider *.lo files to be object files.Alex Rønne Petersen
2024-11-20Append disabled LLVM CPU features after enabled onesShawn Gao
2024-11-20Fix peer type resolution with allowzero pointersxdBronch
2024-11-19Compilation: Re-enable LTO for RISC-V.Alex Rønne Petersen
2024-11-19zig fetch: handle redirects for Git packagesIan Johnson
2024-11-18Merge pull request #22004 from jacobly0/fix-self-llvmAndrew Kelley
2024-11-18Compilation: Disable LTO for all ILP32-on-LP64 ABIs.Alex Rønne Petersen
2024-11-17Compilation: Disable LTO for mips n32.Alex Rønne Petersen
2024-11-16link: fix memory bugsJacob Young
2024-11-16Sema: fix peer resolution alignment between slice and empty structJacob Young
2024-11-16Merge pull request #21999 from jacobly0/incr-casesJacob Young
2024-11-16Use options debug format if it is provided (#21995)Benjamin
2024-11-16link: fix failing incremental test casesJacob Young
2024-11-16dev: support incremental for x86_64-linux envJacob Young
2024-11-13Take eagerness into account when deduplicating dependenciesCarl Åstholm
2024-11-13Compilation: Pass -municode on to Clang.Alex Rønne Petersen
2024-11-12compiler: un-jit `zig fmt`mlugg
2024-11-12Merge pull request #21920 from alexrp/nobuiltinAlex Rønne Petersen
2024-11-12AstGen: add missing `rvalue` call to `labeledBlockExpr`mlugg
2024-11-09Merge pull request #21937 from Snektron/spirv-vulkan-ptrsRobin Voetter
2024-11-09Sema: fix wording in error messageWooster
2024-11-09spirv: enable variable pointers for nowRobin Voetter
2024-11-09spirv: dont emit forward pointer for annotation instructionsRobin Voetter
2024-11-08spirv: emit ArrayStride for many-item pointersRobin Voetter
2024-11-08spirv: make all vulkan structs Block for nowRobin Voetter
2024-11-08add storage_buffer address spaceRobin Voetter