aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2024-03-11Merge pull request #19239 from jedisct1/ml-kemAndrew Kelley
2024-03-11Merge pull request #19229 from tiehuis/ryu-128Andrew Kelley
2024-03-11Merge pull request #19174 from squeek502/lazy-resinatorAndrew Kelley
2024-03-11Merge pull request #19155 from ianic/tar_max_file_sizeAndrew Kelley
2024-03-11math.big.int: fix incorrect `bitAnd` behaviortinusgraglin
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
2024-03-11std.builtin: make global linkage fields lowercaseTristan Ross
2024-03-11std.builtin: make float mode fields lowercaseTristan Ross
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-03-11std.builtin: make container layout fields lowercaseTristan Ross
2024-03-11ErrorBundle: Fix potential writes to stale/freed memoryRyan Liptak
2024-03-11ErrorBundle: Add support for reference traces in addOtherSourceLocationRyan Liptak
2024-03-11std.tar: fix broken public interfaceIgor Anić
2024-03-11std.tar: use doctestIgor Anić
2024-03-11std.tar: fix test hanging on windowsIgor Anić
2024-03-11disable test which is hanging on windows in ciIgor Anić
2024-03-11std.tar: fix path testing on windowsIgor Anić
2024-03-11std.tar: fix build on 32 bit platformIgor Anić
2024-03-11std.tar: document iterator interface with exampleIgor Anić
2024-03-11std.tar make iterator interface more ergonomicIgor Anić
2024-03-11std.tar: don't return in iterator initIgor Anić
2024-03-11std.tar: remove redundant test name prefixesIgor Anić
2024-03-11std.tar: test buffers provided to the iteratorIgor Anić
2024-03-11std.tar: add tests for file and symlink createIgor Anić
2024-03-11Merge pull request #19208 from ziglang/rework-autodocAndrew Kelley
2024-03-11std.crypto.pcurves fixes (#19245)Frank Denis
2024-03-10improve documentation in stdAndrew Kelley
2024-03-10std.Thread.WaitGroup: add spawnManagedAndrew Kelley
2024-03-10-femit-docs: creating sources.tarAndrew Kelley
2024-03-10std.io.Writer: add writeFile methodAndrew Kelley
2024-03-10std: expose Config struct of GeneralPurposeAllocatorTechatrix
2024-03-10Fix typo in an old comment, and avoid useless hashFrank Denis
2024-03-10std.crypto: add support for ML-KEMFrank Denis
2024-03-09std.fmt: fix std-cases and perform round-trip check in ryu unit testsMarc Tiehuis
2024-03-09std.json: update tests to match new floating point formattingMarc Tiehuis
2024-03-09std.fmt: add ryu upstream unit testsMarc Tiehuis
2024-03-09std.fmt: add ryu floating-point formattingMarc Tiehuis
2024-03-08std.os.linux: rework io_uring supportmlugg
2024-03-08std.os.windows: eliminate usage of `usingnamespace`mlugg
2024-03-08std.c: remove unnecessary use of `usingnamespace`mlugg
2024-03-08std.c.openbsd: remove nop `usingnamespace`mlugg
2024-03-08std.c: do not use `usingnamespace` to define getcontextmlugg
2024-03-08std.enums: remove IndexedMap, IndexedArray, IndexedSetmlugg
2024-03-08std.os.linux: do not use `usingnamespace` to define getauxvalmlugg
2024-03-08std.os.linux: remove unnecessary use of `usingnamespace`mlugg
2024-03-07Merge pull request #19163 from ianic/zlib_no_lookaheadAndrew Kelley
2024-03-07Merge pull request #19190 from mlugg/struct-equivalenceAndrew Kelley
2024-03-06feat: add support for --enable-new-dtags and --disable-new-dtagsDillen Meijboom
2024-03-06grammar: remove gratuitous ambiguityJacob Young
2024-03-06compiler: treat decl_val/decl_ref of potentially generic decls as capturesmlugg