aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2021-05-12std: fix redundant comptime keywordsAndrew Kelley
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-12build system: fix wrong glibc dir passed to qemu for i386Andrew Kelley
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
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-12std/mem: add sliceTo(), deprecate spanZ(), lenZ()Isaac Freund
2021-05-12stage2: Add CPU feature detection for macosLemonBoy
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-10stage2: type declarations ZIR encode AnonNameStrategyAndrew Kelley
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
2021-05-10x/os/socket_posix.zig: make linger struct externKenta Iwasaki
2021-05-10x/os/socket: use sockaddr_storage for accept()lithdew
2021-05-10x/net/tcp, x/os/socket: tcp.Client.{Reader, Writer}lithdew
2021-05-10std/os, x/os/socket: windows support, socket helpers, getpeername()lithdew
2021-05-10Merge pull request #8723 from jedisct1/init-statJakub Konka
2021-05-09p256: properly handle neutral element & add AffineCoordinates struct (#8718)Frank Denis
2021-05-09ShortenFrank Denis
2021-05-09Initialize the Stat structureFrank Denis
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08Merge pull request #8686 from Vexu/tryAndrew Kelley
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08update usage of std.testing in compiler_rtVeikka Tuominen
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-05-08allow tests to failVeikka Tuominen
2021-05-07std: start code on linux when -lc also expands stack sizeAndrew Kelley
2021-05-07std: start code increases stack size as appropriate on linuxAndrew Kelley
2021-05-06Sema: implement `@typeInfo` for functionsAndrew Kelley