aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2023-06-10process: add more missing constJacob Young
2023-06-10lib: add const to avoid regressionJacob Young
2023-06-10math.big.int: fix ctz of zeroJacob Young
2023-06-10std.hash: add xxhash to benchmark and fix its APIAndrew Kelley
2023-06-10Sema: fix vector comparison and interning of -0Jacob Young
2023-06-10InternPool: port most of value tagsJacob Young
2023-06-10remove the kludges from std.builtinAndrew Kelley
2023-06-10stage2: move function types to InternPoolAndrew Kelley
2023-06-10stage2: move enum tag values into the InternPoolAndrew Kelley
2023-06-10add std.hash.uint32Andrew Kelley
2023-06-10std.builtin.AddressSpace: allocate one more bit to this enumAndrew Kelley
2023-06-10std.mem.alignForwardGeneric: manually inline the assertionsAndrew Kelley
2023-06-10std.builtin: give some enums integer typesAndrew Kelley
2023-06-10os/plan9: fix order of register setting in syscall1Jacob G-W
2023-06-10Merge pull request #15980 from squeek502/walker-fixesVeikka Tuominen
2023-06-10std.hash_map: fetchRemove increment availablesentientwaffle
2023-06-08Allow recovering from Walker.next errors without continually hitting the same...Ryan Liptak
2023-06-08Directory iteration: handle `EACCES` returned from `getdents64`Ryan Liptak
2023-06-08Use `iterateAssumeFirstIteration` in `Walker.next` to avoid unnecessary lseek...Ryan Liptak
2023-06-07reimplement wyhash v4.1 (#15969)Marc Tiehuis
2023-06-07std: fix parseInt for single-digit signed minInt (#15966)Josh Wolfe
2023-06-06crypto.bcrypt: allow very large passwords to be pre-hashed (#15955)Frank Denis
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-06-03std.c: fix return type of recv/recvfrom on windowsdweiller
2023-06-03Build: fix producesPdbFile logic (#15756)xEgoist
2023-06-03std.io.reader.Reader: add `streamUntilDelimiter`Eric Joldasov
2023-06-03Merge pull request #15927 from truemedian/http-bugsAndrew Kelley
2023-06-02Fix std.hash benchmarks (#15917)Frank Denis
2023-06-01std.http.Server: collapse BufferedConnection into ConnectionNameless
2023-06-01std.http: add TlsAlert descriptions so that they can at least be viewed in er...Nameless
2023-06-01std.http.Client: collapse BufferedConnection into ConnectionNameless
2023-06-01Use the word 'base' consistently instead of 'radix'Evin Yulo
2023-05-30Merge pull request #15905 from jacobly0/x86_64-hotfixJakub Konka
2023-05-30RSA: remove usage of allocators (#15901)Frank Denis
2023-05-30cache: handle 0-length prefix paths in findPrefixResolvedkcbanner
2023-05-29Merge pull request #15891 from mlugg/fix/dont-emit-fn-called-at-comptimeAndrew Kelley
2023-05-29Revert "Revert "Windows: Support UNC, rooted, drive relative, and namespaced/...Jacob Young
2023-05-29std.debug: disable sporadically failing testAndrew Kelley
2023-05-29Prevent analysis of functions only referenced at comptimemlugg
2023-05-29Revert "Windows: Support UNC, rooted, drive relative, and namespaced/device p...Andrew Kelley
2023-05-29std.os: fix uname usage.David CARLIER
2023-05-29std.dwarf: handle DWARF 5 compile unit DW_AT_ranges correctlymlugg
2023-05-29Windows: Support UNC, rooted, drive relative, and namespaced/device pathsRyan Liptak
2023-05-29std.math.big.int: Fix typoMizuochi Keita
2023-05-29std.math.big.int: Add SqrtMizuochi Keita
2023-05-29std.io.Writer: add support for non-power-of-two int sizesCortex
2023-05-27poly1305: properly cast the mask from u1 to u64 (#15869)Frank Denis
2023-05-26std.Target adjustmentsVeikka Tuominen
2023-05-27Merge pull request #15803 from linusg/std-snek-case-enumsVeikka Tuominen
2023-05-25std.Thread: refining stack size from platform minimum, changes more targetted...David CARLIER