aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-03-17Merge pull request #19325 from Vexu/dynlibAndrew Kelley
2024-03-18Implementing structs and better enums in build optionsReokodoku
2024-03-17Ast: fix comptime destructureJacob Young
2024-03-17std: define error set of `toPosixPath`Veikka Tuominen
2024-03-17Revert "back out the build_runner.zig moving change"Jacob Young
2024-03-17AstGen: disallow alignment on function typesJacob Young
2024-03-16std.fmt: fix incorrect rounding on 0 precision of a decimalLeo Emar-Kar
2024-03-17std: adjust DynLib APIVeikka Tuominen
2024-03-16std: introduce pointer stability locks to hash maps (#17719)Andrew Kelley
2024-03-16std: use expectError in dynamic_library testsJari Vetoniemi
2024-03-16std: do not use inferred errors in dynamic_libraryJari Vetoniemi
2024-03-16Windows: make FILE_INFO_BY_HANDLE_CLASS a tagged enumStephen Gregoratto
2024-03-16Windows: Add wrappers for `GetCurrent(Process|Thread)` via NT_TIBStephen Gregoratto
2024-03-16Windows: Replace CreatePipe with ntdll implementationStephen Gregoratto
2024-03-15io_uring: ring mapped buffers (#17806)Igor Anić
2024-03-15Merge pull request #19312 from mikdusan/bsd-debitrotAndrew Kelley
2024-03-15build runner: add --summary newLoris Cro
2024-03-15Fix stuttering stderr in Zig test logNguyễn Gia Phong
2024-03-15std.mem: use destructurable tuple for indexOfMinMax return typegarrisonhh
2024-03-15make `math.degreesToRadians` and `math.radiansToDegrees` infer type from argu...expikr
2024-03-15fix(math): eval isPowerOfTwo at comptime in rotl/rotrpaoda
2024-03-15bsd: debitrot std.cMichael Dusan
2024-03-15bsd: debitrot AtomicOrder renamesMichael Dusan
2024-03-15dragonfly: debitrot std.cMichael Dusan
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