aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2021-04-06os/linux: return error on EALREADY for connect() and getsockoptError()lithdew
2021-04-04Fixed error types for GetSeekPosErrorEdward Dean
2021-04-04Tidy-up in json test module (#8431)Lewis Gaul
2021-04-04std docs: enhance search browser history UXHannu Hartikainen
2021-04-04os/bits/linux: add IPv6 socket optionsVincent Rischmann
2021-04-04Switch std.json to use an ordered hashmapLewis Gaul
2021-04-03Merge pull request #8410 from antlilja/remove-undefined-mathFrank Denis
2021-04-03Compile error for signed integer mathantlilja
2021-04-02make visited links readable in the stdlib docs warning barLoris Cro
2021-04-02added warning banner to stdlib docsLoris Cro
2021-04-02Merge pull request #7792 from zanderxyz/zanderxyz/priority-dequeueAndrew Kelley
2021-04-02test: fix io_uring timing test to skip on failureMichael Dusan
2021-04-01os: handle ECONNRESET for connect() syscalllithdew
2021-03-31Merge pull request #8266 from ziglang/zir-memory-layoutAndrew Kelley
2021-03-31stage2: finish source location reworkings in the branchAndrew Kelley
2021-03-29Add tests for the fill functions of the Isaac64, Pcg, Sfc64, and Xoroshiro128...Matthew Borkowski
2021-03-29Fix typo in Pcg.zig's fill functionMatthew Borkowski
2021-03-28Merge remote-tracking branch 'origin/master' into zir-memory-layoutAndrew Kelley
2021-03-28Merge pull request #8305 from jedisct1/base64Andrew Kelley
2021-03-28Add a test & fix for std.fmt.fmtDurationJonathan Knezek
2021-03-28Remove the base64 unsafe decoderFrank Denis
2021-03-28Add more variantsFrank Denis
2021-03-28std/base64: cleanups & support url-safe and other non-padded variantsFrank Denis
2021-03-28array_hash_map: decrement entries slice len after popping from entries in pop...lithdew
2021-03-25os/linux: handle ECONNRESET for recvlithdew
2021-03-25boot_services: implement locateDevicePathSreehari S
2021-03-25stage2: implement inline whileAndrew Kelley
2021-03-24stage2: make zir.Inst.Ref a non-exhaustive enumIsaac Freund
2021-03-24std.build: make Builder.install_prefix non optionalIsaac Freund
2021-03-22astgen: implement array typesIsaac Freund
2021-03-22Fixed typo in user32Carlos Zúñiga
2021-03-21Specify type in autoHash error messageJoris Hartog
2021-03-20std: Add reset to TokenIteratorNuno Leiria
2021-03-19astgen: support blocksAndrew Kelley
2021-03-19std: Add syscall7 stub for Linux/MIPSLemonBoy
2021-03-18Merge remote-tracking branch 'origin/master' into zir-memory-layoutAndrew Kelley
2021-03-18Add some enum utilitiesMartin Wickham
2021-03-18Merge pull request #8282 from kubkon/zldJakub Konka
2021-03-18std: Fix std.fs.path.joinZroot
2021-03-17stage2: Module and Sema are compiling againAndrew Kelley
2021-03-18zld: use zld when linking aarch64 by default and cross-compJakub Konka
2021-03-17zld: fix GOT loads and indirection on x86_64Jakub Konka
2021-03-17zld: start bringing x64 up to speedJakub Konka
2021-03-17zld: merge and sort sectionsJakub Konka
2021-03-17Merge pull request #8281 from kubkon/macho-got-refactorJakub Konka
2021-03-17std/crypto/chacha20: add round-reduced versions & cleanup internalsFrank Denis
2021-03-17Merge pull request #8273 from jedisct1/pbkdf2-checkAndrew Kelley
2021-03-17macho: offset table part of GOTJakub Konka
2021-03-17pbkdf2: use std.math.divCeil()Frank Denis
2021-03-17translate-c: fix __builtin_object_sizeEvan Haas