aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2023-04-27std: prevent the possibility of deadlocks in some threaded testsJacob Young
2023-04-27fix incorrect struct definition朕与将军解战袍
2023-04-27test: Fix windows_spawn tmp directory cleanupxEgoist
2023-04-26enable debugging infrastructure when using C backendAndrew Kelley
2023-04-26std.http: fix name of Status field to better match RFC name (#15455)Meghan
2023-04-26Merge pull request #15278 from ziglang/memcpy-memsetAndrew Kelley
2023-04-26std.http: do -> wait, fix redirectsNameless
2023-04-26std: @Vector support for std.json.parseJanne Hellsten
2023-04-25zig fmtAndrew Kelley
2023-04-25Sema: fix memcpy alias safety incorrect mathAndrew Kelley
2023-04-25update test cases for new memcpy/memset semanticsAndrew Kelley
2023-04-25x86_64 backend: support `@memset` with slicesAndrew Kelley
2023-04-25add behavior test for `@memset` on slicesAndrew Kelley
2023-04-25update `@memcpy` to require equal src and dest lensAndrew Kelley
2023-04-25change semantics of `@memcpy` and `@memset`Andrew Kelley
2023-04-25std.c: adding mincore for freebsdDavid CARLIER
2023-04-25std: further windows resource fixxEgoist
2023-04-24std: fix windows resource leaksJacob Young
2023-04-24fix HTTP server to handle a chunked transfer coding requestRyo Ota
2023-04-24Merge pull request #15416 from squeek502/http-response-headers-undefinedAndrew Kelley
2023-04-24Merge pull request #15290 from mlugg/feat/builtin-in-comptimeAndrew Kelley
2023-04-24std.os: selfExePath implementation for haikuDavid CARLIER
2023-04-24std.c: add find_path for haikuDavid Carlier
2023-04-24std.net.StreamServer.Options: add reuse_portJon
2023-04-24std.process: further totalSystemMemory portageDavid CARLIER
2023-04-24std.os: sysctl* wrappers, better warning at compile timeDavid Carlier
2023-04-23std.http: Always initialize `response.headers` in Client.requestRyan Liptak
2023-04-23http.Headers: Add `clearAndFree` and `clearRetainingCapacity`Ryan Liptak
2023-04-23Add `@inComptime` builtinmlugg
2023-04-23Improvements to docs and textzooster
2023-04-23std.os.linux: Add new CAP constantsHubert Jasudowicz
2023-04-23std.tar: make sub dirs + trim spacesTravis Staloch
2023-04-23process: add args definition commentNicolas Sterchele
2023-04-23fs.Dir.deleteTree: Fix DirNotEmpty conditionxEgoist
2023-04-23std: adding sigevent to supported platforms.David CARLIER
2023-04-23std: adding FreeBSD's sched wrappersDavid CARLIER
2023-04-23std: mcontext layout for x86 and fixing few x86_64 fields types forDavid Carlier
2023-04-23std: add accept_filter struct to make use of SO_ACCEPTFILTER socket optionDavid CARLIER
2023-04-23std: add a subset of the macOs's libproc api.David CARLIER
2023-04-23std: enriching malloc api on freebsd.David CARLIER
2023-04-23Merge pull request #15372 from nwtgck/fix-http-clientAndrew Kelley
2023-04-23elf: add helpers for extracting type and bind from symbol defJakub Konka
2023-04-23elf: add missing doc comments to some definitionsJakub Konka
2023-04-22Merge pull request #15356 from jacobly0/cbe-std-testsAndrew Kelley
2023-04-22process: totalSystemMemory freebsd portageDavid CARLIER
2023-04-22std: GPA deinit return an enum instead of a boolBorja Clemente
2023-04-22std: adding netbsd's pthread to cpu affinity apiDavid CARLIER
2023-04-22Add doc comments for ComptimeStringMapBogdan Romanyuk
2023-04-22os: expand sched_getaffinity wrapper and update freebsd's cpuset api flags.David CARLIER
2023-04-22doc: fix minor grammar issues-k