aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2021-05-15std: Avoid using white color when printing stacktracesLemonBoy
2021-05-14std: dragonfly: fix duplicate definition of sockaddr_storageAndrew Kelley
2021-05-15std.testing: Added newline to the error messagesZapAnton
2021-05-14Merge pull request #8757 from Snektron/spirv-stuffAndrew Kelley
2021-05-14std: rework math.scalbn (#8733)viri
2021-05-14Merge pull request #8764 from mattbork/json-usefirstAndrew Kelley
2021-05-14Merge pull request #8746 from koachan/sparc64-fixesAndrew Kelley
2021-05-14std.hash_map: use 7 bits of metadata instead of 6Sahnvour
2021-05-14compiler-rt: Fix signedness mismatch in f128 mul implLemonBoy
2021-05-14SPIR-V: Add generated SPIR-V featuresRobin Voetter
2021-05-14SPIR-V: Set default ofmt to spirvRobin Voetter
2021-05-14fix logic for duplicate comptime fields and avoid freeing comptime fields in ...Matthew Borkowski
2021-05-13Merge pull request #8611 from shachaf/precedenceAndrew Kelley
2021-05-13start.zig: export main with strong linkageJakub Konka
2021-05-13Add experimental Darling support for cross testing macOSJakub Konka
2021-05-13fix duplicate_field_behavior UseFirst in json.zigMatthew Borkowski
2021-05-13std/json: Fix premature closing brace being considered valid JSONMatthew Borkowski
2021-05-12build system: fix wrong glibc dir passed to qemu for i386Andrew Kelley
2021-05-13Add a comment to explain the alignment directiveKoakuma
2021-05-12fix shrinkAndFree and remove shrinkRetainingCapacity in PriorityQueue and Pri...Matthew Borkowski
2021-05-12Merge pull request #8698 from ifreund/scanZAndrew Kelley
2021-05-12stage2: Drop LLVM's host CPU detection method as fallbackLemonBoy
2021-05-12Add missing f128 compiler-rt shimKoakuma
2021-05-12std/mem: add sliceTo(), deprecate spanZ(), lenZ()Isaac Freund
2021-05-12Fix linux dirent64 buffer align directiveKoakuma
2021-05-12stage2: Add CPU feature detection for macosLemonBoy
2021-05-12Define ENOTSUP for SPARCKoakuma
2021-05-11bsd: detect os versionMichael Dusan
2021-05-11std/json: fix previous commit for std.testing changesIsaac Freund
2021-05-11fix a double free in parse when duplicate_field_behavior is UseLast and a lea...Matthew Borkowski
2021-05-11std.meta.Elem: support all optional typesIsaac Freund
2021-05-11Merge pull request #8705 from LemonBoy/libc-fixAndrew Kelley
2021-05-11test runner: avoid an "out of memory" error return trace entryAndrew Kelley
2021-05-11test runner: print error return trace after failed testAndrew Kelley
2021-05-11std: Fix offset param splitting for preadv/pwritevLemonBoy
2021-05-11fix AutoArrayHashMap's store_hash logicMatthew Borkowski
2021-05-11std: Fix fallocate offset typeLemonBoy
2021-05-11std: Add more tests, fix broken codeLemonBoy
2021-05-11std: Harmonize use of off_t between libc and Zig implsLemonBoy
2021-05-11std: Fix cast that's sometimes invalidLemonBoy
2021-05-11c: Fix prototypes for bcmp and memcmpLemonBoy
2021-05-11std: Prefer 64bit libc functions where possibleLemonBoy
2021-05-10Merge pull request #8711 from lithdew/masterAndrew Kelley
2021-05-10stage1: remove outdated error message regarding #447jacob gw
2021-05-10std/os: add missing sockaddr_storage defslithdew
2021-05-10std/os: fix sockaddr_storage padding sizelithdew
2021-05-10x/os, os: fix setsockopt on windows, simplify Socket.setOption error setlithdew
2021-05-10std/os/windows/ws2_32: add missing FIONBIO constantlithdew
2021-05-10x/os/socket, std/os/windows: implement loading winsock extensionslithdew
2021-05-10x/os, x/net, os:, fix typos/errors, add missing constants/docslithdew