aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-05-10compiler: Define __FreeBSD_version when targeting FreeBSD libc.Alex Rønne Petersen
2025-05-10libcxxabi: Pass -fPIC via module options instead of CFLAGS.Alex Rønne Petersen
2025-05-10compiler: Move vendored library support to `libs` subdirectory.Alex Rønne Petersen
2025-05-10Introduce common `bzero` libc implementation. (#23812)David
2025-05-09glibc: Fix stub libraries containing unwanted symbols.Alex Rønne Petersen
2025-05-09Compilation: don't warn about failure to delete missing C depfilemlugg
2025-05-07translate-c: fix callconv attribute in macroxdBronch
2025-05-05compiler: Set libc++ ABI version to 2 for Emscripten.Alex Rønne Petersen
2025-05-05Merge pull request #23727 from tjog/add-libfuzz-standalone-testAlex Rønne Petersen
2025-05-04fix system library lookup when cross-compiling to windows-msvcXavier Bouchoux
2025-05-04Merge pull request #23752 from alexrp/static-native-glibcAlex Rønne Petersen
2025-05-03Merge pull request #23263 from mlugg/comptime-field-ptrMatthew Lugg
2025-05-03compiler: fix comptime memory store bugsmlugg
2025-05-03link+macho+fuzz: use correct input typetjog
2025-05-03std.Target: Add Cpu.Arch.or1k and basic target info.Alex Rønne Petersen
2025-05-03compiler: Link libunwind when linking glibc statically.Alex Rønne Petersen
2025-05-03compiler: Allow linking native glibc statically.Alex Rønne Petersen
2025-05-03compiler: Rename misleading libcNeedsLibUnwind() function.Alex Rønne Petersen
2025-05-02inline assembly: implement gcc's "%=" syntaxsamy007
2025-05-01wasm-c-abi: llvm fix struct handling + reorganizePavel Verigo
2025-04-30sigset_t: sigemptyset() and sigfillset() are functions that return sigset_tPat Tullmann
2025-04-30posix: remove empty_sigsetPat Tullmann
2025-04-30Merge pull request #23654 from alichraghi/continueRobin Voetter
2025-04-28Merge pull request #23708 from ziglang/memmove-followupsAndrew Kelley
2025-04-28Sema: fix a few indexing bugsmlugg
2025-04-28sema: do checked cast when resolving aggregate sizedweiller
2025-04-28wasi-libc: Fix paths to psignal.c and strsignal.c.Alex Rønne Petersen
2025-04-28Compilation: don't build `compiler_rt` for `amdgcn` and `ubsan_rt` for ptxAli Cheraghi
2025-04-28spirv: allow `offset_and_cast` for vectors when possibleAli Cheraghi
2025-04-27C backend: less branchingAndrew Kelley
2025-04-27make `@memcpy` and `@memmove` share panic handlersAndrew Kelley
2025-04-28Merge pull request #23698 from alexrp/goff-xcoff-stubsAlex Rønne Petersen
2025-04-28Sema: fix memcpy with C pointersxdBronch
2025-04-28cbe: aggregate assignment does not need a second castmlugg
2025-04-28Merge pull request #23663 from alexrp/emit-asm-onlyAlex Rønne Petersen
2025-04-28cbe: assignment is not initializationJacob Young
2025-04-28Sema: fix alignment of runtime field pointer of underaligned tuplemlugg
2025-04-28Sema: fix pointers to comptime fields of comptime-known aggregate pointersmlugg
2025-04-27Sema: Fix some ptr alignment checks to handle a potential ISA tag bit.Alex Rønne Petersen
2025-04-28std.Target: Remove Os.Tag.elfiamcu.Alex Rønne Petersen
2025-04-27Merge pull request #22605 from dweiller/memmoveAndrew Kelley
2025-04-27compiler: Fix `-m<os>-version-min=...` orderingKevin Primm
2025-04-27compiler: Reject using LLVM for csky and xtensa.Alex Rønne Petersen
2025-04-27compiler: Error if the user targets arc with -femit-bin.Alex Rønne Petersen
2025-04-27link.Elf: Skip invoking LLD for `zig build-obj` for unsupported targets.Alex Rønne Petersen
2025-04-27std.Build.Cache: fix several bugsmlugg
2025-04-27llvm: Fix data layout string for s390x-zos.Alex Rønne Petersen
2025-04-27link: Stub out GOFF/XCOFF linker code based on LLVM.Alex Rønne Petersen
2025-04-26compiler: Allow configuring UBSan mode at the module level.Alex Rønne Petersen
2025-04-26std.Target: Remove Abi.gnuilp32.Alex Rønne Petersen