aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2025-10-18std.start: align stack pointer according to ARC v3 ABIAlex Rønne Petersen
2025-10-18std.start: add or1k supportAlex Rønne Petersen
2025-10-18Merge pull request #25622 from alexrp/inline-asm-fixesAlex Rønne Petersen
2025-10-18Revert "std.Thread: disable test on armeb in addition to thumbeb"Alex Rønne Petersen
2025-10-18Merge pull request #25614 from squeek502/windows-rename-deleteAlex Rønne Petersen
2025-10-18std.os.linux: remove syscall7() on mips64/mipsn32Alex Rønne Petersen
2025-10-18std.pie: fix getDynamicSymbol() for mipsn32Alex Rønne Petersen
2025-10-18std.start: fix _start for mipsn32Alex Rønne Petersen
2025-10-18std.Thread: fix some issues in x86_64/x32 inline asmAlex Rønne Petersen
2025-10-18std.Thread: fix inline asm for mipsn32Alex Rønne Petersen
2025-10-18std.os.linux: fix some issues in x32 inline asmAlex Rønne Petersen
2025-10-18std.os.linux: fix some issues in mipsn32 inline asmAlex Rønne Petersen
2025-10-18std: make all MIPS inline asm safe for MIPS IAlex Rønne Petersen
2025-10-18std.Target: move Cpu.supportsAddressSpace() up to hereAlex Rønne Petersen
2025-10-18Merge pull request #25600 from alexrp/std-debug-more-archesAlex Rønne Petersen
2025-10-18compiler: rename `--test-timeout-ms` to `--test-timeout`Matthew Lugg
2025-10-18std: split up ecdsa testsMatthew Lugg
2025-10-18crypto.ecdsa: trim the number of tests we performFrank Denis
2025-10-18ci: bump unit test timeoutsmlugg
2025-10-18std: make RwLock test less intensivemlugg
2025-10-18tweak tests to avoid timeoutsmlugg
2025-10-18std.Build: do not expect server protocol for tests using immature backendsmlugg
2025-10-18build runner: remove `--prominent-compile-errors`, introduce `--error-style`mlugg
2025-10-18std.Build: separate errors from failed commandsmlugg
2025-10-18std.Build.Step.Run: many enhancementsmlugg
2025-10-18std.Build: implement unit test timeoutsmlugg
2025-10-17std.Uri: test file URIs without an authority fieldJon Parise
2025-10-18os.linux.timeval: use same field names as std.cBrandon Black
2025-10-18std.debug.cpu_context.Sparc: fix bad use of call delay slotAlex Rønne Petersen
2025-10-18std.debug.cpu_context: let the compiler deal with clobbersAlex Rønne Petersen
2025-10-18std.debug.cpu_context: sort context decls according to switch prongs (NFC)Alex Rønne Petersen
2025-10-18std.debug: add CPU context and DWARF mappings for arcAlex Rønne Petersen
2025-10-18std.debug: add CPU context and DWARF mappings for m68kAlex Rønne Petersen
2025-10-18std.debug: add CPU context and DWARF mappings for or1kAlex Rønne Petersen
2025-10-18std.debug: add CPU context and DWARF mappings for cskyAlex Rønne Petersen
2025-10-18std.debug: add CPU context and DWARF mappings for lanaiAlex Rønne Petersen
2025-10-18std.debug: add CPU context and DWARF mappings for veAlex Rønne Petersen
2025-10-18std.debug: FP-based unwinding is impossible on avr, csky, msp430, and xcoreAlex Rønne Petersen
2025-10-17Merge pull request #25610 from alexrp/std-os-linux-cleanupAlex Rønne Petersen
2025-10-17windows: Always try using POSIX_SEMANTICS/etc for rename/deleteRyan Liptak
2025-10-17windows: make FILE_DISPOSITION_ constants pubRyan Liptak
2025-10-17std.os.linux.tls: don't unnecessarily use std.posixAlex Rønne Petersen
2025-10-17std.os.linux: add incomplete x32 arch bits fileAlex Rønne Petersen
2025-10-17std.os.linux: add incomplete mipsn32 arch bits fileAlex Rønne Petersen
2025-10-17std.os.linux: clean up a bunch of dead constsAlex Rønne Petersen
2025-10-17std.os.linux: retranslate F_* constants and Flock struct, and move out of arc...Alex Rønne Petersen
2025-10-17std.os.linux: replace usize/isize in arch bits with fixed types for clarityAlex Rønne Petersen
2025-10-17std.os.linux: move some generic decls out of the arch bitsAlex Rønne Petersen
2025-10-16std.os.linux.thumb: remove some @setRuntimeSafety(false) with no clear purposeAlex Rønne Petersen
2025-10-16std.os.linux: remove some pointless asm clobbers in naked fnsAlex Rønne Petersen