aboutsummaryrefslogtreecommitdiff
path: root/lib
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-13stage2: use %type not @type for libc stubsIsaac Freund
2020-12-12Merge pull request #7406 from ifreund/dyn-musl2Andrew Kelley
2020-12-13std.CrossTarget: add isNativeAbi()Isaac Freund
2020-12-13stage2: support dynamically linking musl libcIsaac Freund
2020-12-12glibc: do not provide -lcryptAndrew Kelley
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-11mingw-w64: add .def files for xinput1_4Andrew Kelley
2020-12-11mingw-w64: add support for -lwldap32Andrew 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-09mingw-w64: patch to silence implicit-function-declaration warningsAndrew Kelley
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-08glibc: additionally provide -lcryptAndrew Kelley
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-04update to latest clang C headersAndrew Kelley
2020-12-04std: Add a few helpers for matching ascii strings (#7300)LemonBoy
2020-12-04std: Restore file locking test on WindowsLemonBoy
2020-12-03add more mingw-w64 .def filesAndrew Kelley
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