aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2024-08-05Merge pull request #20934 from alexrp/sparc32-leon3Andrew Kelley
2024-08-05std.zig.target: Set minimum glibc version for csky to 2.29.Alex Rønne Petersen
2024-08-05std.Target: Use v9 as the baseline CPU for sparc32.Alex Rønne Petersen
2024-08-04std.sort: Remove key argument from binary-search-like functions (#20927)Fri3dNstuff
2024-08-04std.Target: Specify dynamic linker and C type sizes for serenityLinus Groh
2024-08-02reintroduce std.Dwarf.abi.supportsUnwindingAndrew Kelley
2024-08-02fix compilation on powerpc GNU systemsAndrew Kelley
2024-08-01std.debug: reorg and clarify API goalsAndrew Kelley
2024-08-01std.debug: rename Info to SelfInfoAndrew Kelley
2024-08-01std.debug.Info: rename ModuleDebugInfo to ModuleAndrew Kelley
2024-08-01std.debug.Info: extract to separate fileAndrew Kelley
2024-08-01std: dwarf namespace reorgAndrew Kelley
2024-08-01std.debug.DebugInfo: rename to std.debug.InfoAndrew Kelley
2024-08-01add std.fs.Dir.HandleAndrew Kelley
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