aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2022-09-11Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-09-11chore: Remove unused constantsShane Kennedy
2022-09-11Compilation: handle system C compiler not foundAndrew Kelley
2022-09-09Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
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-06Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-09-04Fix #12440: std.math.big.Rational order/orderAbsYujiri
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-30Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-08-30coff: add base relocation related typesJakub Konka
2022-08-30Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
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-29Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
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