aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
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
2023-04-21std: remove names from incorrectly named testsJacob Young
2023-04-21std.Build.RunStep: fix captureStdOut function return typeManlio Perillo
2023-04-21std: disable failing testJacob Young
2023-04-21cbe: fix remaining aarch64 issuesJacob Young
2023-04-21cbe: enable CI for std testsJacob Young
2023-04-21AEGIS MAC: add support for 128-bit tags (#15379)Frank Denis
2023-04-21std: adding freebsd's elf_aux_info apiDavid CARLIER
2023-04-20Merge pull request #15316 from xEgoist/fileDispositionAndrew Kelley
2023-04-20Merge pull request #14696 from r00ster91/threadAndrew Kelley
2023-04-20std.math.big.int: Initialize limbs in addWrapStevie Hryciw
2023-04-20std.math: add lerp (#13002)zooster
2023-04-20std.fs: add linking docs to makeDir*zooster
2023-04-20fixes to the previous commitAndrew Kelley
2023-04-20Expose an option for producing 64-bit DWARF formatDavid Gonzalez Martin
2023-04-20std.http: add missing InvalidTrailers to ReadErrorRyo Ota
2023-04-19work around an intermittent io_uring test failureAndrew Kelley
2023-04-18Merge pull request #15299 from truemedian/std-httpAndrew Kelley
2023-04-18std: fix uses of comptime blocks in non-inline functionsmlugg
2023-04-18math.big.int: remove stale commentsMateusz Radomski
2023-04-18std.Thread.Condition: optimize exampleErik Arvstedt
2023-04-18std.target.riscv: fix baseline_rv32 missing feature "32bit"serg
2023-04-18zig fmt: omit extra whitespace after last comment before EOFr00ster91
2023-04-18debug: fix missing stack traces during crashes on windowskcbanner
2023-04-18windows: Handle `DELETE_PENDING` in `DeleteFile`.xEgoist
2023-04-18Cache: fix multi-process race condition on macOSAndrew Kelley
2023-04-18std.http: pass Method to request directly, parse trailing headersNameless
2023-04-18std: freebsd update proposalDavid CARLIER
2023-04-18fs: add test for Windows ready-only file deletion.xEgoist
2023-04-17windows: better error handling for DeleteFile.xEgoist
2023-04-17std.http: use 'Field' to describe an individual headerNameless
2023-04-17std.http: curate some Server errors, fix reading chunked bodiesNameless
2023-04-17std.http: add HeadersNameless
2023-04-17std.http: very basic http client proxyNameless
2023-04-17std.http: further curate error set, remove last_errorNameless
2023-04-17add explicit error union for Bundle.rescan and associated functionsNameless
2023-04-17HTTP client and server send "0\r\n\r\n" when chunked encodingRyo Ota
2023-04-17Merge pull request #15308 from kcbanner/dynlib_lookup_alignmentJakub Konka
2023-04-16fs: Re-enable non-empty dir test on windowsxEgoist
2023-04-16windows: use NtSetInformationFile in DeleteFile.xEgoist
2023-04-16Merge pull request #15271 from Luukdegram/wasm-startLuuk de Gram
2023-04-16Merge pull request #15277 from ziglang/testsAndrew Kelley