aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2023-09-19skip regressed LLVM 17 std lib test on powerpcAndrew Kelley
2023-09-19compiler_rt: fix arm hard-float f16 abiJacob Young
2023-09-19start: workaround for LLVM 17 regressionJacob Young
2023-09-19LLVM 17 std lib updates and fixesAndrew Kelley
2023-09-19update CPU features to LLVM 17Andrew Kelley
2023-09-19update for LLVM 17 new target dataAndrew Kelley
2023-09-19write function types consistently with a space before `fn` keywordr00ster91
2023-09-18std: math.absInt: update docs to use fabs for floatsMeghan Denny
2023-09-18Return error.WouldBlock when connect returns .WSAEWOULDBLOCKDaniel Guzman
2023-09-18std.zig.c_translation.zig: fix L suffix with sized intsBanacial
2023-09-18wasi: update `sock_recv` and `sock_send` according to preview1nikneym
2023-09-17Make `std.os.getenv` always a compile error on WindowsRyan Liptak
2023-09-17Merge pull request #16929 from truemedian/more-httpAndrew Kelley
2023-09-16std: correct getcontext for Android bionic libcStephen Gutekanst
2023-09-15Merge pull request #17156 from mlugg/destructureAndrew Kelley
2023-09-15package manager: write deps in a flat format, eliminating the FQN conceptmlugg
2023-09-15compiler: implement destructuring syntaxmlugg
2023-09-15bpf: remove unhelpful "comptime" and fix union orderbfredl
2023-09-14std.math.log_int: implement integer logarithm without using float mathFederico Stra
2023-09-14ComptimeStringMap: Add version that takes an equality functionRyan Liptak
2023-09-14std: add compile error when using `std.os.getenv` on the wasi targetRafael Fernández López
2023-09-14fs tests: Skip UNC path types in Dir.rename testsRyan Liptak
2023-09-13std.json: add fmt function (#17055)Jonathan Marler
2023-09-13Merge pull request #17046 from tiehuis/improve-hash-testsAndrew Kelley
2023-09-13mem: explicit Allocator.Error on concat and joinPascal S. de Kloe
2023-09-13Disable flaky part of Dir.rename directories test on WindowsRyan Liptak
2023-09-12std.math.cbrt: fixed -0.0 evaluating to 0.0Lucas Culverhouse
2023-09-12std.math.asinh: changed unsigned int to hexadecimalRuben Dimas
2023-09-12std.math.asinh: fixed -0.0 evaluating to 0.0Ruben Dimas
2023-09-11json: respect max_value_len when parsing std.json.Value (#17107)Techatrix
2023-09-08std: clean up top-level namespaces documentationWooster
2023-09-08std.tar: add support for file path in pax attributesnone
2023-09-08remove outdated error message in std.fsxdBronch
2023-09-08std.c.linux: Add getpw{nam,uid}()Linus Groh
2023-09-07mem: explicit dupe and dupeZ error on AllocatorPascal S. de Kloe
2023-09-06std: enable FailingAllocator to fail on resizeGregory Anders
2023-09-06std.net: Fix IPv6 address parsing for single digitLuis Cáceres
2023-09-04Merge pull request #16977 from kcbanner/lib_getauxval_fixupJakub Konka
2023-09-04Make a Couple Syscall Comments Consistent (#17066)Jim Calabro
2023-09-03std.fs: Fix typo in accessAbsoluteWAmbareesh "Amby" Balaji
2023-09-03std.os+windows: isAtLeast(.win10_rs5) in renameatW(), DeleteFile() for posix ...Jan Philipp Hafer
2023-09-02std.ArrayHashMap.reIndex also recomputes hashes (#17054)Josh Wolfe
2023-09-02std/hash: perform iterative + smhasher tests at comptimeMarc Tiehuis
2023-09-02std/hash: add generic tests for idempotency/iterative apiMarc Tiehuis
2023-09-02std/hash: add smhasher verification testsMarc Tiehuis
2023-09-02std.coff: Fixed compile error.Michal Ziulek
2023-08-31Temporarily disable Dir.statFile test when linking glibcRyan Liptak
2023-08-31Fix `Dir.statFile` for WASI when linking libcRyan Liptak
2023-08-30std.http: allow for arbitrary http methodsNameless
2023-08-29std.http.Server: responses to HEAD not allowed to have a payloadNameless