aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-09-12remove pointless discardsAndrew Kelley
2022-09-11chore: Remove unused constantsShane Kennedy
2022-09-11Merge pull request #12814 from ziglang/native-libc-integrationAndrew Kelley
2022-09-11Compilation: handle system C compiler not foundAndrew Kelley
2022-09-11autodoc: fix regression in frontend rendering of valuesLoris Cro
2022-09-11autodoc: reduce json payload sizeLoris Cro
2022-09-09Merge pull request #12788 from ziglang/detect-native-glibcAndrew Kelley
2022-09-09std.zig.system.NativeTargetInfo: more headroom for libc.so.6 .dynstrAndrew Kelley
2022-09-09std.os.uefi: mark BlockIoProtocol and EfiBlockMedia as publicYusuf Bham
2022-09-09Merge pull request #12772 from ziglang/coff-basic-importsJakub Konka
2022-09-09std.zig.system.NativeTargetInfo: add fallback checkAndrew Kelley
2022-09-08std.zig.system.NativeTargetInfo: restore symlink logicAndrew Kelley
2022-09-08std.zig.system.NativeTargetInfo: handle missing DT_RUNPATHAndrew Kelley
2022-09-08stage2: fix building for 32-bit targetsAndrew Kelley
2022-09-08std.zig.system.NativeTargetInfo: detection ignores self exeAndrew Kelley
2022-09-08std.zig.system.NativeTargetInfo: improve glibc version detectionAndrew Kelley
2022-09-08wasm: temporarily save curr file pointer before pwriting on WinJakub Konka
2022-09-08NativeTargetInfo.zig: fix typoMartin Stuurwold
2022-09-07revert part of 945111ae92c28f8ad642a64af4dc83acd3bef4a5Jakub Konka
2022-09-07enable testing of x86_64-windows-gnu using self-hosted backend and linkerJakub Konka
2022-09-07libstd: use windows.GetStdHandle() with stage2_x86_64 backend for nowJakub Konka
2022-09-07x86_64: implement Windows x64 calling conventionJakub Konka
2022-09-07coff: re-enable default entrypoint for WindowsJakub Konka
2022-09-07std.simd: change T to u16Dan Ellis Echavarria
2022-09-05autodoc: improve rendering of long fn signaturesLoris Cro
2022-09-04autodoc: Opaque now handled like other container typesDer Teufel
2022-09-04autodoc: add support for doc testsLoris Cro
2022-09-04Fix #12440: std.math.big.Rational order/orderAbsYujiri
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