aboutsummaryrefslogtreecommitdiff
path: root/lib/std
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-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 remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-04-06Fix crash on some Windows machinesalion02
2023-04-05Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
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-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-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
2023-03-28Merge pull request #14771 from kcbanner/coff_dynamicbaseJakub Konka
2023-03-28bpf: add missing *const for helper functionsTw
2023-03-27std.MultiArrayList: add set and get to SliceJacob Young
2023-03-26std: add the VM_MAKE_TAG macro for darwin.David CARLIER
2023-03-25std: remove temporary workarounds for stage2_x86_64Jacob Young
2023-03-25build: fixes from reviewkcbanner
2023-03-25coff: change dynamicbase to default to true (to match lld), change it to pass...kcbanner
2023-03-25enable more float-parsing testsMarc Tiehuis
2023-03-25std.enums.IndexedSet: Add initOne and initManyJay Petacat
2023-03-25std.process.Child: implement maxrss on Darwintjog
2023-03-24Merge pull request #15061 from ziglang/fix-15036Jakub Konka
2023-03-24Merge pull request #15035 from xEgoist/windowsMaxRssJakub Konka
2023-03-23build: allow for deferred FileSource matching in CheckObjectStepJakub Konka
2023-03-23build: when parsing rpaths, do not expand special runtime paths on DarwinJakub Konka