aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2024-08-01std.os.linux: Unbreak the buildAlex Rønne Petersen
2024-08-01Merge pull request #20797 from alexrp/start-more-archesAndrew Kelley
2024-08-01Merge pull request #20870 from alexrp/target-cleanup-3Andrew Kelley
2024-08-01Merge pull request #20869 from alexrp/linux-syscallsAndrew Kelley
2024-08-01Merge pull request #20857 from alexrp/tls-portingAndrew Kelley
2024-08-01Merge pull request #20772 from alexrp/linux-auditAndrew Kelley
2024-08-01std.Target: Handle loongarch in Os.Tag.archName().Alex Rønne Petersen
2024-08-01std.atomic: Don't lie to the compiler about memory clobbers in spinLoopHint().Alex Rønne Petersen
2024-08-01std.Target: Use hexagonv60 as the baseline CPU model for hexagon.Alex Rønne Petersen
2024-08-01Merge pull request #20823 from alexrp/start-pie-mips-ppcAndrew Kelley
2024-08-01Merge pull request #20872 from alexrp/riscv-gpAndrew Kelley
2024-08-01Merge pull request #20884 from Rexicon226/riscvJakub Konka
2024-07-31Merge pull request #20885 from ziglang/simplify-tokenizerAndrew Kelley
2024-07-31Merge pull request #20878 from tiehuis/std-math-complex-fixesAndrew Kelley
2024-07-31tokenizer: tabs and carriage returns spec conformanceAndrew Kelley
2024-07-31remove hard tabs from source codeAndrew Kelley
2024-07-31std.zig.tokenizer: simplifyAndrew Kelley
2024-07-31start: remove riscv conditionDavid Rubin
2024-07-31start: Disable the gp initialization code for the self-hosted riscv64 backend.Alex Rønne Petersen
2024-07-31start: Initialize gp to __global_pointer$ on riscv.Alex Rønne Petersen
2024-07-30std: fix long double size for loongarch.YANG Xudong
2024-07-30std: set standard dynamic linker path for loongarch64 on linux. (#20726)YANG Xudong
2024-07-30std.os.linux.start_pie: Use a 64-bit displacement for s390x.Alex Rønne Petersen
2024-07-30std.os.linux.start_pie: Apply MIPS local GOT relocations.Alex Rønne Petersen
2024-07-30start: Copy the mips64 comment about gp to the mips32 code.Alex Rønne Petersen
2024-07-30start: Add POSIX csky support.Alex Rønne Petersen
2024-07-30std.math.complex: fix cosh/tanhMarc Tiehuis
2024-07-30std.Target: Add `tce`/`tcele` to the comment listing omitted architectures.Alex Rønne Petersen
2024-07-30std.Target: Remove `cloudabi` OS tag.Alex Rønne Petersen
2024-07-30std.Target: Remove `ananas` OS tag.Alex Rønne Petersen
2024-07-30std.Target: Remove `sparcel` architecture tag.Alex Rønne Petersen
2024-07-30std.Target: Remove `spir`/`spir64` architecture tags.Alex Rønne Petersen
2024-07-30std.math.complex: tighten existing test boundsMarc Tiehuis
2024-07-30std.math.complex: fix acosh/atan/cosh/sqrtMarc Tiehuis
2024-07-29Merge pull request #20852 from ziglang/init-array-start-codeAndrew Kelley
2024-07-30std.os.linux.tls: Add csky support.Alex Rønne Petersen
2024-07-30std.os.linux.tls: Add arc support.Alex Rønne Petersen
2024-07-30std.os.linux.tls: Add hexagon support.Alex Rønne Petersen
2024-07-30std.os.linux.tls: Add s390x support.Alex Rønne Petersen
2024-07-30std.os.linux.tls: Add loongarch support.Alex Rønne Petersen
2024-07-30std.os.linux.tls: Add m68k support.Alex Rønne Petersen
2024-07-30std.os.linux.tls: Fix layout computation for the modified Variant I.Alex Rønne Petersen
2024-07-30std.os.linux.tls: Refactor and improve documentation.Alex Rønne Petersen
2024-07-30std.os.linux: Hook up newly added syscall enums.Alex Rønne Petersen
2024-07-30std.os.linux: Adjust for rename of mips syscall enums.Alex Rønne Petersen
2024-07-30std.os.linux.syscalls: Regenerate based on Linux v6.7.Alex Rønne Petersen
2024-07-30std.os.linux.AUDIT: Rewrite ARCH in terms of std.elf.EM.Alex Rønne Petersen
2024-07-30std.elf.EM: Add missing MICROBLAZE value.Alex Rønne Petersen
2024-07-30std.os.linux.start_pie: Rewrite relocate() to avoid jump tables and libcalls.Alex Rønne Petersen
2024-07-30std.os.linux.start_pie: Inline the getDynamicSymbol() function.Alex Rønne Petersen