aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2020-12-14std: non-byte-multiple sized integers have no definite representationLemonBoy
2020-12-13std: Fix formatting of type valuesLemonBoy
2020-12-13std.CrossTarget: add isNativeAbi()Isaac Freund
2020-12-11std.fs.path.extension: different behavior for ending dotAndrew Kelley
2020-12-11std.fs.path.extension: add additional API guaranteeAndrew Kelley
2020-12-11Merge pull request #7098 from MasterQ32/std.fs.path.extensionAndrew Kelley
2020-12-11zig fmt: Fix alignment of initializer elementsLemonBoy
2020-12-10Added global-cache argument to build system + removed extra args.antlilja
2020-12-10Merge pull request #7372 from LemonBoy/atomicintAndrew Kelley
2020-12-10Merge pull request #7369 from jorangreef/io_uring_timeoutAndrew Kelley
2020-12-10make std.json.unescapeString pubVexu
2020-12-10Skip timeout_remove test where not supported by the kernelJoran Dirk Greef
2020-12-10std: Fix misuse of atomic.IntLemonBoy
2020-12-10std: Validate the atomic ordering parameter in atomic.IntLemonBoy
2020-12-10std: prevent instantiation of atomic.Int with non-integral typesLemonBoy
2020-12-10std: introduce meta.traits.is{Integral,Float}LemonBoy
2020-12-10Merge pull request #7368 from kubkon/macho-trie-cleanupJakub Konka
2020-12-10Debug CI io_uring unsupported opJoran Dirk Greef
2020-12-09MoveFileEx can return ACCESS_DENIEDAndrew Kelley
2020-12-09macho: cleanup export trie generation and parsingJakub Konka
2020-12-09Merge pull request #7362 from Vexu/stdAndrew Kelley
2020-12-09Merge pull request #7366 from LemonBoy/fix-7346Andrew Kelley
2020-12-09Add io_uring TIMEOUT and TIMEOUT_REMOVE operations:Joran Dirk Greef
2020-12-09std: explicitly cast indices to usizeLemonBoy
2020-12-09compiler-rt: Fix compilation of clzsi for armv6 targetsLemonBoy
2020-12-09compiler-rt: Avoid exposing atomic builtins when not supportedLemonBoy
2020-12-09small fixes and zig fmtVexu
2020-12-09zig fmt: improve var decl initializer formattingVexu
2020-12-08add std.testing.expectStringEndsWithAndrew Kelley
2020-12-08std.json: unreachable -> expect in testsxackus
2020-12-08Add option to override default stack size in build system.antlilja
2020-12-08Fix general purpose allocator incorrectly modifying total_requested_bytes in ...Nathanaƫl Courant
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