aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-03-14coff: only store PDB basenameElaine Gibson
2024-03-14bsd: add missing os.IFNAMESIZEMichael Dusan
2024-03-14Merge pull request #19273 from mlugg/incremental-some-moreMatthew Lugg
2024-03-14chore: Fix some typosAhmed
2024-03-14remove std.io.PeekStreamAndrew Kelley
2024-03-14std: make std.dwarf.FixedBufferReader publicLuuk de Gram
2024-03-14compiler: detect duplicate test names in AstGenmlugg
2024-03-13Merge pull request #19258 from castholm/enums-eval-branch-quotaAndrew Kelley
2024-03-13std.os.windows: handle OBJECT_NAME_INVALID in OpenFile (#19288)Jonathan Marler
2024-03-13autodoc: Use `code` for keyboard eventsCarl Åstholm
2024-03-13remove `math.lerp` bounds for tpancelor
2024-03-13Merge pull request #19289 from ianic/issue_19052Andrew Kelley
2024-03-13Fix emscripten exportsAdrià Arrufat
2024-03-13compress.xz: remove unnecessary variableIgor Anić
2024-03-13compress.xz: make reader loop little more readableIgor Anić
2024-03-13compress.xz: remove copyForwards from tight loopIgor Anić
2024-03-12{aegis,aes_gcm}: fix overflow with large inputs on 32-bit systems (#19270)Frank Denis
2024-03-12ml_kem.zig: inLen -> in_len (#19269)Frank Denis
2024-03-11Merge pull request #19238 from dweiller/ring-bufferAndrew Kelley
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-12Avoid comptime concatenation in `EnumFieldStruct`Carl Åstholm
2024-03-12Move big enum tests to a standalone test caseCarl Åstholm
2024-03-11math.big.int: fix incorrect `bitAnd` behaviortinusgraglin
2024-03-12std.enums: Increase eval branch quotasCarl Åstholm
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ć