aboutsummaryrefslogtreecommitdiff
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-22sema: fix memory corruption caused by resolveStructLayoutCasey Banner
2023-04-22Merge pull request #15332 from der-teufel-programming/autodoc-src-files-dirsLoris Cro
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-22Merge pull request #15371 from ziglang/better-elfJakub Konka
2023-04-22docgen: fix exe_build_err code snippetsdweiller
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-21cbe: fix local aliasing issues in atomic opsJacob 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-21macho: rebase lazy pointers and apply corrected base offsetJakub Konka
2023-04-21macho: mark relocs dirty by target when updating GOT/stubsJakub Konka
2023-04-21coff: mark relocs dirty by target when updating GOTJakub Konka
2023-04-21coff: treat vmaddr of 0 as unallocated when checking if resolvableJakub Konka
2023-04-21coff: add image base to GOT relocationsJakub Konka
2023-04-21coff: use TableSection for GOTJakub Konka
2023-04-21macho: fix dirtying of GOT entriesJakub Konka
2023-04-21macho: skip GOT for TLVs; handle them separately when loweringJakub Konka
2023-04-21macho: refactor common codepath for collecting bindings from TableSectionJakub Konka
2023-04-21macho: do not allocate atom for __stub_helper preambleJakub Konka
2023-04-21macho: do not allocate atoms for stub entriesJakub Konka
2023-04-21macho: resolve relocs before writing to memory (fixes HCS)Jakub Konka
2023-04-21macho: correctly dirty the GOT table after memory reallocJakub Konka
2023-04-21macho: fix runtime panicsJakub Konka
2023-04-21macho: use generic TableSection for GOT mgmtJakub Konka
2023-04-21elf: make TableSection a generic constructJakub Konka
2023-04-21elf: do not reserve a GOT slot for every AtomJakub Konka
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-21behavior: enable a bunch of disabled testsJacob Young
2023-04-21cbe: fix atomic float min/maxJacob 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-21std: add more missing windows libraries when running testsJacob Young
2023-04-21test: exclude the last warning from cbe testsJacob Young
2023-04-21cbe: fix remaining aarch64 issuesJacob Young
2023-04-21cbe: fix issues with atomic floatsJacob Young