aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-05-17compiler: Link libc by default when targeting NetBSD.Alex Rønne Petersen
2025-05-17Compilation.Config: Default to dynamic linking with NetBSD libc.Alex Rønne Petersen
2025-05-17compiler: Define __NetBSD_Version__ when targeting NetBSD libc.Alex Rønne Petersen
2025-05-17freebsd: Fix selection of unversioned symbol inclusion.Alex Rønne Petersen
2025-05-17freebsd: Remove dead Thumb handling code.Alex Rønne Petersen
2025-05-17glibc: Fix a benign bug when selecting the size of an object symbol.Alex Rønne Petersen
2025-05-16Sema: improve "called from here" notesmlugg
2025-05-16compiler: include inline calls in the reference tracemlugg
2025-05-16Compilation: fix reference trace behavior without `-freference-trace`mlugg
2025-05-15Introduce common `strcasecmp` and `strncasecmp` implementations (#23840)Bryson Miller
2025-05-13Merge pull request #21882 from alexrp/compiler-fixesAlex Rønne Petersen
2025-05-13std.meta.intToEnum -> std.enums.fromIntwooster0
2025-05-13Merge pull request #23856 from alexrp/backport-llvm-120036Alex Rønne Petersen
2025-05-12Merge pull request #23700 from sorairolake/rename-trimsAlex Rønne Petersen
2025-05-12main: List -f(no-)builtin as per-module options.Alex Rønne Petersen
2025-05-12llvm: Fix a bunch of volatile semantics violations.Alex Rønne Petersen
2025-05-12llvm: Don't set nonnull attribute on pointers in non-generic address spaces.Alex Rønne Petersen
2025-05-12llvm: Don't set nonnull attribute on allowzero slices.Alex Rønne Petersen
2025-05-12llvm: Set null_pointer_is_valid attribute when accessing allowzero pointers.Alex Rønne Petersen
2025-05-12Air: Fix mustLower() to consider volatile for a handful of instructions.Alex Rønne Petersen
2025-05-12Air: Always return true for inline assembly in mustLower().Alex Rønne Petersen
2025-05-12Air: Fix mustLower() for atomic_load with inter-thread ordering.Alex Rønne Petersen
2025-05-12riscv64: Handle writes to the zero register sensibly in result bookkeeping.Alex Rønne Petersen
2025-05-12riscv64: Add missing fence for seq_cst atomic_store.Alex Rønne Petersen
2025-05-12riscv64: Get rid of some trailing whitespace.Alex Rønne Petersen
2025-05-12libtsan: Disable warnings when building.Alex Rønne Petersen
2025-05-12Merge pull request #23835 from alexrp/freebsd-libcAlex Rønne Petersen
2025-05-11compiler: Link libc by default when targeting FreeBSD.Alex Rønne Petersen
2025-05-11freebsd: Create strong references to __progname and environ in stub libc.so.Alex Rønne Petersen
2025-05-11Compilation.Config: Default to dynamic linking with FreeBSD libc.Alex Rønne Petersen
2025-05-10Compilation: Don't pass -mabi to Clang on powerpc64(le)-freebsd.Alex Rønne Petersen
2025-05-10compiler: Support building FreeBSD crt1.o/Scrt1.o and stub shared libraries.Alex Rønne Petersen
2025-05-10std.Target: Remove ObjectFormat.nvptx (and associated linker code).Alex Rønne Petersen
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