aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2025-01-31std.zig.target: Fix glibc runtime triple for x86-linux-gnu.Alex Rønne Petersen
2025-01-29delete std.heap.WasmPageAllocatorAndrew Kelley
2025-01-30std: fix comptime SemanticVersion expr regressionMichael Dusan
2025-01-30std.c: define more fields for darwin.AIMeghan Denny
2025-01-29std.zig.target: Remove some library names from isLibCLibName() for MinGW.Alex Rønne Petersen
2025-01-29std.c: android bionic compatibility fixes (getrandom & getaddressinfo) (#22143)Bing Sun
2025-01-29Sema: explain why we tried to call an `extern fn` at comptimemlugg
2025-01-29Merge pull request #22634 from nektro/patch-6Alex Rønne Petersen
2025-01-29std: mkdir(2) mode uses mode_tMeghan Denny
2025-01-29std.c: add `msghdr` and `msghdr_const` definitions for macosDavid Rubin
2025-01-29std.zig.system.darwin: Add driverkit handling in getSdk().Alex Rønne Petersen
2025-01-29std.testing.expectEqual: {any} in print and move testsThisPC
2025-01-29std: add optional times pointer for futimes, futimens, utimes, utimensatthejohnny5
2025-01-29std.c: was missing darwin.kevent64_sMeghan Denny
2025-01-27std.c: was missing darwin.@"close$NOCANCEL"Meghan Denny
2025-01-27std.c: was missing darwin.host_tMeghan Denny
2025-01-27std.c: was missing darwin.natural_tMeghan Denny
2025-01-28Merge pull request #22573 from sorairolake/fix-invisible-doccommentsAlex Rønne Petersen
2025-01-28std.heap.memory_pool: make preheat() usable after init()John Benediktsson
2025-01-27Revert "std.http.Server: add Request.getHeader() function (#21625)"Andrew Kelley
2025-01-27std.http.Server: add Request.getHeader() function (#21625)dbubel
2025-01-27main: classify empty environment variables as unsetCarter Snook
2025-01-26Revert d714cf33405486d9aa707e9aee8f103a011d06e9 (#21273)Alex Rønne Petersen
2025-01-27std.zip: Include the last paragraph in top-level doc commentsShun Sakai
2025-01-26std.c.darwin: Fix EXC.MASK compile error (#21273)injuly
2025-01-26std.meta: handle `comptime` fields in `hasUniqueRepresentation` (#22132)Fri3dNstuff
2025-01-26std.Build: add more explicit error sets to some functionsEric Joldasov
2025-01-26std: check max depth for vector type in formatTypethejohnny5
2025-01-26std.os.linux: Adding sigdelset (#22406)Enrique Miguel Mora Meza
2025-01-26std.net.listen: no REUSEPORT with unix socketPierre Tachoire
2025-01-26stf: do not call xcode-select or xcrun by absolute path in darwin sdk detectionMeghan Denny
2025-01-26Update LDR_DATA_TABLE_ENTRY structziggoon
2025-01-26Merge pull request #22602 from mlugg/incr-embedfileMatthew Lugg
2025-01-25std.Build: Make ofmt part of standardTargetOptions().Alex Rønne Petersen
2025-01-25Merge pull request #22581 from jacobly0/x86_64-rewriteAndrew Kelley
2025-01-25std: add `fs.path.fmtJoin`mlugg
2025-01-24x86_64: rewrite scalar and vector int `@min` and `@max`Jacob Young
2025-01-24x86_64: rewrite float vector `@abs` and equality comparisonsJacob Young
2025-01-24std: remove old declarations now a zig1 update has happenedmlugg
2025-01-24all: update for `panic.unwrapError` and `panic.call` signature changesmlugg
2025-01-24compiler: yet more panic handler changesmlugg
2025-01-23std.debug: Fall back to .eh_frame/.debug_frame if .eh_frame_hdr is incomplete.Alex Rønne Petersen
2025-01-23Merge pull request #22098 from alexrp/wasm-generic-baselineAlex Rønne Petersen
2025-01-23std.posix.setsockopt: EOPNOTSUPP can be returnedPierre Tachoire
2025-01-23adding std.c.TCP.NODELAY for macos (#22404)John Benediktsson
2025-01-22wasm: Add a nontrapping_bulk_memory_len0 feature.Alex Rønne Petersen
2025-01-22Merge pull request #22572 from jacobly0/new-error-traceMatthew Lugg
2025-01-22Merge pull request #22571 from mlugg/various-fixes-againMatthew Lugg
2025-01-22std.zip: Replace invisible doc comments with top-level doc commentsShun Sakai
2025-01-22std.compress.flate.Lookup: Replace invisible doc comments with top-level doc ...Shun Sakai