aboutsummaryrefslogtreecommitdiff
path: root/lib
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-22Merge branch 'master' into autodoc-src-files-dirsLoris Cro
2023-04-22Merge pull request #15385 from der-teufel-programming/autodoc-cc-inlineLoris Cro
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-22zig.h: add missing msvc atomicsJacob Young
2023-04-21std: remove names from incorrectly named testsJacob Young
2023-04-21zig.h: fix float negationJacob Young
2023-04-22autodoc: Change html file destination dirsKrzysztof Wolicki
2023-04-21std.Build.RunStep: fix captureStdOut function return typeManlio Perillo
2023-04-21cbe: implement 128-bit atomics supportJacob Young
2023-04-21zig.h: fix msvc abi for f128 with a gnu compilerJacob Young
2023-04-21std: disable failing testJacob Young
2023-04-21cbe: fix float casts involving f16Jacob Young
2023-04-21cbe: fix f128 and c_longdouble abiJacob Young
2023-04-21zig.h: fix typos affecting msvcJacob Young
2023-04-21cbe: fix remaining aarch64 issuesJacob Young
2023-04-21cbe: fix issues with atomic floatsJacob Young
2023-04-21cbe: enable CI for std testsJacob Young
2023-04-21Merge pull request #15355 from mlugg/feat/liveness-control-flowAndrew Kelley
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-21autodoc: Handle calling conventions betterKrzysztof Wolicki
2023-04-20Merge pull request #15316 from xEgoist/fileDispositionAndrew Kelley
2023-04-20compiler_rt: README stubs for arbitrary precision big integer library routinesJan Philipp Hafer
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-20x86_64: enable advanced test runner on LinuxJacob Young
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