aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-09-02zig fmt: don't delete container doc commentsyujiri8
2022-09-02Merge pull request #12705 from der-teufel-programming/autodoc-big-intLoris Cro
2022-09-02Merge pull request #12709 from der-teufel-programming/autodoc-compare-operatorsLoris Cro
2022-09-02autodoc: correct line number implementationLoris Cro
2022-09-02zig fmt: remove trailing comma at the end of assembly clobberriChar
2022-09-02autodoc: Added int_big supportDer Teufel
2022-09-01Add AFNOSUPPORT error to bind (#12560)John Schmidt
2022-09-01autodoc: Compare operatorsDer Teufel
2022-08-31coff: add import table definitionsJakub Konka
2022-08-31Using `comptime level.asText()` in log exampleHashi364
2022-08-31translate-c: promote large integer macros to unsigned long long if necessaryEvan Haas
2022-08-30std.Thread: fix freeAndExit on x86_64-linux (#12693)biexelar
2022-08-30coff: add base relocation related typesJakub Konka
2022-08-30coff: move Symtab and Strtab out of coff.CoffJakub Konka
2022-08-30Merge pull request #12677 from ziglang/coff-linkerJakub Konka
2022-08-30Merge pull request #12662 from wsengir/coff-fixJakub Konka
2022-08-30std.rand: make weightedIndex proportions param a const sliceVeikka Tuominen
2022-08-30coff: fallback to _start as default entry point for nowJakub Konka
2022-08-30coff: add missing bits required for minimal PE exampleJakub Konka
2022-08-30coff: write headers to fileJakub Konka
2022-08-30coff: reorganize the linkerJakub Konka
2022-08-30start: allow for explicitly defined entry point for WinJakub Konka
2022-08-28coff: publicize and flesh out more image constantsWilliam Sengir
2022-08-28std.random: add weightedIndex functionJustin Whear
2022-08-28coff: fix reading COFF header offsetWilliam Sengir
2022-08-27autodoc: better line counting for declsLoris Cro
2022-08-27Sema: add error for non-comptime param in comptime funcantlilja
2022-08-26openbsd: fix sigcontext struct and avoid defining fxsave64Sébastien Marie
2022-08-26Merge pull request #12600 from ominitay/autodocs-errorsetLoris Cro
2022-08-26Merge pull request #12601 from ominitay/autodocs-shortdescLoris Cro
2022-08-26coff: do not pull in std.log into coff.zig definitionsJakub Konka
2022-08-26copy_file_range: fix zigification of TXTBSYMotiejus Jakštys
2022-08-25glibc/abilists: add libresolv stubsMotiejus Jakštys
2022-08-24stage2: explicitly tagged enums no longer have one possible valueAndrew Kelley
2022-08-24docs: remove confusion about align[For|Back]wardJonas Gollenz
2022-08-24fix coff.zig with const qualifier convert problemmax
2022-08-24pthread_key_create: make it build with stage2Sébastien Marie
2022-08-24Merge pull request #12574 from Vexu/remove-bit-op-type-paramAndrew Kelley
2022-08-24Enables std.build.TranslateCStep to use stage1/stage2 selectively. Unbreaks p...Felix "xq" Queißner
2022-08-24Adds std.meta.FnPtr for easier stage1/stage2 compatibilityFelix "xq" Queißner
2022-08-23Revert "std.os: add INVALID_SOCKET (#12081)"Andrew Kelley
2022-08-23std.debug: DWARFv5 fixesAndrew Kelley
2022-08-23std.os: add INVALID_SOCKET (#12081)yyny
2022-08-23skip failing compiler-rt divxf3 tests on WindowsJakub Konka
2022-08-23coff: fix compile errors in std.debugJakub Konka
2022-08-23macho: fix compile errors in std.debugJakub Konka
2022-08-23autodocs: improve first-line descriptionsominitay
2022-08-23autodocs: improve error set renderingominitay
2022-08-23autodoc: handle self-referential call+field_type instructionsLoris Cro
2022-08-23autodoc: initial support for struct_init_anonLoris Cro