aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2022-09-02zig fmt: don't delete container doc commentsyujiri8
2022-09-02zig fmt: remove trailing comma at the end of assembly clobberriChar
2022-09-01Add AFNOSUPPORT error to bind (#12560)John Schmidt
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-27Sema: add error for non-comptime param in comptime funcantlilja
2022-08-26openbsd: fix sigcontext struct and avoid defining fxsave64Sébastien Marie
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-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-23coff: fix compile errors in std.debugJakub Konka
2022-08-23macho: fix compile errors in std.debugJakub Konka
2022-08-23std.debug: implement support for DWARFv5Andrew Kelley
2022-08-23coff: improve default COFF/PE object parserJakub Konka
2022-08-22Windows: Fix incorrect output when .pdb file is not found during stack traceRyan Liptak
2022-08-22Dwarf: Added stroffsetsptr support (#12270)Keith Chambers
2022-08-22build system: add flag for -fstack-protectorAndrew Kelley
2022-08-22Merge pull request #12563 from Vexu/stage2-fixesVeikka Tuominen
2022-08-22std.io.Reader: bounded array functionsInKryption
2022-08-22std.valgrind.callgrind: fix string typeJustas Zabulionis
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-08-22Sema: fix parameter of type 'T' must be comptime errorVeikka Tuominen
2022-08-22Merge pull request #12557 from Luukdegram/wasm-archiveJakub Konka
2022-08-21Enable unexpectedErrno error tracing for stage2 LLVMJohn Schmidt
2022-08-21std: fix EmulatableRunStepLuuk de Gram
2022-08-20test/link: add wasm linker-test for archivesLuuk de Gram