aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2020-12-07ability to build stage1 using only a zig tarballAndrew Kelley
2020-12-07add AddressFamilyNotSupported to SendErrorLuna
2020-12-07std.c: freeing null is a no-opxackus
2020-12-04std: Add a few helpers for matching ascii strings (#7300)LemonBoy
2020-12-04std: Restore file locking test on WindowsLemonBoy
2020-12-03makes the implementation publicIsaac Yonemoto
2020-12-03Gpa mutex configurable (#7234)Isaac Yonemoto
2020-12-03std/event: Fix import path for WaitGroupMiles Alan
2020-12-03Merge pull request #7280 from leecannon/masterJakub Konka
2020-12-03Make zig fmt happy with multiline arguments for `readAllArrayListAligned`Lee Cannon
2020-12-02std: Add nosuspend around stderr.print callsLemonBoy
2020-12-02std.build: addBuildOption special handling for SemanticVersionVexu
2020-12-02Merge pull request #7277 from LemonBoy/thread-posixAndrew Kelley
2020-12-02fix the tinyest typoMathieu Guay-Paquet
2020-12-02Add `readUntilDelimiterOrEofArrayList` & `readUntilDelimiterOrEofAlloc`Lee Cannon
2020-12-02std: make the use of pthread_join POSIX-compliantLemonBoy
2020-12-01Localhost is special (#6955)daurnimator
2020-12-01COFF linking: fix incorrectly passing .dll instead of .libAndrew Kelley
2020-11-30std/os: remove unneeded error from accept errorsetIsaac Freund
2020-11-30build system: pass dyn lib artifacts as positionalsAndrew Kelley
2020-11-30Switched OBJECT_NAME_INVALID handling to unreachable in faccessatWAlexandros Naskos
2020-11-30Disallow absolute paths passed as system librariesAlexandros Naskos
2020-11-30rework the bundle compiler-rt featureAndrew Kelley
2020-11-30move std.SegmentedList to the std-lib-orphanageAndrew Kelley
2020-11-30add std.os.shutdown function for socketsJonathan Marler
2020-11-30Fix WindowsDynLib.openW trying to strip the \??\ prefix when it does not existMichael Freundorfer
2020-11-30Switch to using unicode when parsing the command line on windows (#7241)Rageoholic
2020-11-30fix memory leak in BufMapJonathan Marler
2020-11-29std.meta: add assumeSentinelJonathan Marler
2020-11-29Merge pull request #7237 from koachan/sparc64-longdouble_forkAndrew Kelley
2020-11-29std: Avoid deadlock in the signal handlerLemonBoy
2020-11-28Add a comment to explain the fork return values on sparc64Koakuma
2020-11-27Add readAllArrayListAligned to Reader which can accept an arbitrary alignmentchristian-stephen
2020-11-27Merge pull request #7198 from LemonBoy/freebsd-lockAndrew Kelley
2020-11-27Fix fork() on Linux/sparc64Koakuma
2020-11-26stage2 macho: generate a code sig (not valid yet)Jakub Konka
2020-11-26stage2 macho: add info about __TEXT segmentJakub Konka
2020-11-26stage2 macho: add empty CodeDirectory blobJakub Konka
2020-11-26stage2 macho: fix incorrect rebaseJakub Konka
2020-11-26stage2 MachO: add source version load cmdJakub Konka
2020-11-26stage2 MachO: add min OS version load cmdJakub Konka
2020-11-25std/os: fix prctl constantsIsaac Freund
2020-11-25Merge pull request #6411 from LemonBoy/fffAndrew Kelley
2020-11-25std: use mem.asBytes in Ip4Address.parse so it works at comptimedaurnimator
2020-11-25std/crypto - edwards25519 precomp: prefer doublings over addsFrank Denis
2020-11-24make start code more versatileAndrew Kelley
2020-11-24std: Re-enable the use of O_EXLOCK/O_SHLOCK on macosLemonBoy
2020-11-23std: Close dangling fd on errorLemonBoy
2020-11-23std: Remove O_NONBLOCK flag after lockingLemonBoy
2020-11-23std: Fix file locking logic for BSD targetsLemonBoy