aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-02-04spirv: air mul_addRobin Voetter
2024-02-04spirv: air int_from_boolRobin Voetter
2024-02-04spirv: clean up arithmeticTypeInfo a bitRobin Voetter
2024-02-04spirv: wrap strange its before instead of after operationRobin Voetter
2024-02-04spirv: vectorize add/sub overflowRobin Voetter
2024-02-04spirv: reduce, reduce_optimizedRobin Voetter
2024-02-04spirv: shlWithOverflowRobin Voetter
2024-02-04spirv: vectors for air notRobin Voetter
2024-02-04spirv: use new vector stuff for arithOp and shiftRobin Voetter
2024-02-04spirv: element-wise operation helperRobin Voetter
2024-02-04spirv: sh[rl](_exact)?Robin Voetter
2024-02-04macho: sanitize Zig sections segment names before emitting a relocatableJakub Konka
2024-02-04Merge pull request #18778 from ziglang/system-package-modeAndrew Kelley
2024-02-04Merge pull request #18793 from ziglang/macho-zig-objectJakub Konka
2024-02-03Fix OOB when enum field out of order in different fileDavid Rubin
2024-02-03Add error hint when looping over `ErrorUnion`David Rubin
2024-02-03macho: refactor section/segment handle tracking logicJakub Konka
2024-02-03macho: refactor growSection logic; remove -r limitation for ZigObjectJakub Konka
2024-02-03macho: migrate thunks to use new relative addressing mechanismJakub Konka
2024-02-03macho: fix remaining references to Atom.valueJakub Konka
2024-02-03macho: minor fixes and sanitize input *_zig segment/sections namesJakub Konka
2024-02-03macho: make atom address relative wrt defining sectionJakub Konka
2024-02-03macho: emit relocs for ZigObjectJakub Konka
2024-02-03macho: use findFreeSpace for all sectionsJakub Konka
2024-02-03macho: allocating space in .oJakub Konka
2024-02-03macho: pre-alloc sections in -r modeJakub Konka
2024-02-03macho: emit incomplete object fileJakub Konka
2024-02-02CLI: use dummy http client when bootstrappingAndrew Kelley
2024-02-02zig build: avoid using stdout for communication with runnerAndrew Kelley
2024-02-02Compilation: delete clang diag files afterwardsAndrew Kelley
2024-02-02CLI: implement 'zig build' lazy dependency fetchingAndrew Kelley
2024-02-02build system: implement lazy dependencies, part 1Andrew Kelley
2024-02-02build system: implement --system [dir]Andrew Kelley
2024-02-02CLI: add --host-target, --host-cpu, and --host-dynamic-linkerAndrew Kelley
2024-02-02cli+build: handle -ObjC flag and route it to MachO linkerJakub Konka
2024-02-02InternPool: use separate key for slicesmlugg
2024-01-31x86_64+macho: emit .got instead of .got_load relocsJakub Konka
2024-01-31macho: improve error msg when relaxing GOT failsJakub Konka
2024-01-31Use mem.zeroes for empty union initializer listdanielsan901998
2024-01-30macho: fix parsing versions from TBDs if parsed as floatsJakub Konka
2024-01-30macho: improve weak-ref symbols handlingJakub Konka
2024-01-30Sema: fix union init with zero size fieldPavel Verigo
2024-01-29fix(autodoc): avoid panic when module not found (#18699)Jiacai Liu
2024-01-29llvm: ensure returned undef is 0xaa bytes when runtime safety is enabledVeikka Tuominen
2024-01-29Fix some comptime packed struct issuesSuperAuguste
2024-01-29Merge pull request #18729 from Vexu/fixesAndrew Kelley
2024-01-29Merge pull request #18722 from ziglang/macho-debug-infoJakub Konka
2024-01-29llvm: revert bad array access optimizationVeikka Tuominen
2024-01-29macho: flush Dwarf module before flushing dSYMJakub Konka
2024-01-29llvm: fix alignment of array ptr when bitcasting vectorVeikka Tuominen