aboutsummaryrefslogtreecommitdiff
path: root/lib
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-11docs: make docs work with recent tar changesIgor Anić
2024-03-11resinator: Fix auto-detected includes only being used during preprocessingRyan Liptak
2024-03-11Fix progress when multiple zig rc child processes are building resinatorRyan Liptak
2024-03-11ErrorBundle: Fix potential writes to stale/freed memoryRyan Liptak
2024-03-11Report the progress of lazily building zig rcRyan Liptak
2024-03-11ErrorBundle: Add support for reference traces in addOtherSourceLocationRyan Liptak
2024-03-11Integrate resinator errors with Zig using std.zig.Server and ErrorBundleRyan Liptak
2024-03-11Lazily compile the `zig rc` subcommand and use it during `zig build-exe`Ryan 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-10update autodocs web application to latestAndrew Kelley
2024-03-10std.Thread.WaitGroup: add spawnManagedAndrew Kelley
2024-03-10-femit-docs: creating sources.tarAndrew Kelley
2024-03-10slightly better error name when wasm compilation failsAndrew Kelley
2024-03-10zig std: implement tar formatAndrew Kelley
2024-03-10zig std: implement sources.tar endpointAndrew Kelley
2024-03-10std.io.Writer: add writeFile methodAndrew Kelley
2024-03-10zig std: use threads for the http serverAndrew Kelley
2024-03-10zig std: implement serving the wasm binaryAndrew Kelley
2024-03-10add skeleton of `zig std` command implAndrew Kelley
2024-03-10upstream new autodocs implementationAndrew Kelley
2024-03-10noAndrew 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