aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-04-09std.debug: fix segfault/panic race conditionAndrew Kelley
2023-04-09Merge pull request #15123 from truemedian/http-serverAndrew Kelley
2023-04-08zig.h: fix typo for zig_trap definitionAndrew Kelley
2023-04-08std: add FreeBSD's procctl api.David CARLIER
2023-04-08std.http: reenable protocol read tests, add missing branch in findHeaders endNameless
2023-04-08std.http: add documentationNameless
2023-04-08update package manager to use req.do(), fix chunked trailer readingNameless
2023-04-08fix bugs, waitForCompleteHead -> do, move redirecting to do instead of readNameless
2023-04-08add buffering to connection instead of the http protocol, to allow passing th...Nameless
2023-04-08std.http: add http serverNameless
2023-04-08tls.Client: don't read if we don't need more dataNameless
2023-04-07std.json: allow returning custom errors from custom stringifymateusz
2023-04-06Merge pull request #15101 from motiejus/glibc_compatAndrew Kelley
2023-04-06Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-04-06zig.h: f16 fix for compiler_rtAndrew Kelley
2023-04-05update libcxx to LLVM 16.0.1Andrew Kelley
2023-04-06Fix crash on some Windows machinesalion02
2023-04-05Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-04-05compiler_rt: change the abi of f16 on mac to depend on the other typeJacob Young
2023-04-05compiler_rt: attempt to fix f16 abi on mac with llvm 16Jacob Young
2023-04-06std.os: add mincore syscalljim price
2023-04-06std: add os_log/signpost api (sort of linux's perf event equivalent)David CARLIER
2023-04-06Add NetBSD termios constants to std.c.netbsdNikita Ronja
2023-04-05std: add madvise flags to freebsdDavid CARLIER
2023-04-05std: add a subset of the apple's QOS apiDavid CARLIER
2023-04-05std: fix memory bugsJacob Young
2023-04-05Merge pull request #15162 from jacobly0/x86_64-startJakub Konka
2023-04-04GPA: Catch invalid freesGanesan Rajagopal
2023-04-04std: freebsd MAP* constants update, MAP_ALIGNED_SUPER and the MAP_ALIGNED macro.David CARLIER
2023-04-03start: disable extra start logic on various x86_64 subtargetsJacob Young
2023-04-03Elf: add program headers for the program header tableJacob Young
2023-04-03x86_64: remove returns from naked functionsJacob Young
2023-04-02Merge pull request #15134 from castholm/reverse-iteratorVeikka Tuominen
2023-04-02x86_64: implement large cmpJacob Young
2023-04-01link: handle -u flag in all linkersJakub Konka
2023-04-01Merge pull request #15139 from ziglang/macos-13-fixesJakub Konka
2023-04-01libc: update macOS libSystem.13.tbdJakub Konka
2023-04-01Merge pull request #15130 from ziglang/macos-13.3Jakub Konka
2023-03-31std.mem.reverseIterator: add nextPtr()Carl Åstholm
2023-03-31std.mem.reverseIterator: accept pointer to arrayCarl Åstholm
2023-03-31std: bump max macOS version to 13.3Jakub Konka
2023-03-31libc: update macOS libc headers to latest SDK 13.3Jakub Konka
2023-03-31Merge pull request #15127 from der-teufel-programming/autodoc_newbuiltinsLoris Cro
2023-03-31Merge pull request #14823 from der-teufel-programming/autodoc-quickfixesLoris Cro
2023-03-31libc: add missing sys/timex.h to macOS libc headersJakub Konka
2023-03-31autodoc: add new builtinsKrzysztof Wolicki
2023-03-30std: simplify VirtualProtectEx and fix ntdll signatureJakub Konka
2023-03-30std: move ntdll wrappers to std.os.windowsJakub Konka
2023-03-30coff: reimplement VirtualProtectEx using our own ntdll wrapperJakub Konka
2023-03-30Change ordering of prep provide buffers argsbing