aboutsummaryrefslogtreecommitdiff
path: root/lib/std/std.zig
AgeCommit message (Expand)Author
2025-10-29std.Io.Threaded: install and cleanup signal handlersAndrew Kelley
2025-10-29std: remove awareness of POLL signalAndrew Kelley
2025-10-29std: make signal numbers into an enumAndrew Kelley
2025-10-29WIP land the std.Io interfaceAndrew Kelley
2025-10-29Io: implement sleep and fix cancel bugsJacob Young
2025-09-30std: allow disabling stack tracingmlugg
2025-09-19std: delete SegmentedList againAndrew Kelley
2025-09-10Merge pull request #24968 from ifreund/dequeAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-25std: add a Deque data structureIsaac Freund
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-07remove std.fifoAndrew Kelley
2025-08-05std: delete RingBufferAndrew Kelley
2025-08-05std: remove BoundedArrayAndrew Kelley
2025-07-11std: rename `io` to `Io` in preparationAndrew Kelley
2025-05-18start: Don't artificially limit some posixCallMainAndExit() logic to Linux.Alex Rønne Petersen
2025-04-03de-genericify DoublyLinkedListAndrew Kelley
2025-04-03de-genericify SinglyLinkedListAndrew Kelley
2025-02-06adjust runtime page size APIsAndrew Kelley
2025-02-06runtime page size detectionArchbirdplus
2025-02-03compiler,std: implement ZON supportMason Remaley
2024-11-07std.crypto.tls: improve debuggability of encrypted connectionsJacob Young
2024-10-12Remove packed_int_array.zig from stdKrzysztof Wolicki
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-06-02remove std.IniVeikka Tuominen
2024-05-26std: restructure child process namespaceAndrew Kelley
2024-05-03add std.zip and support zip files in build.zig.zonJonathan Marler
2024-04-22ComptimeStringMap: return a regular struct and optimizeTravis Staloch
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-10improve documentation in stdAndrew Kelley
2024-02-26rearrange std.zigAndrew Kelley
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2024-02-09Merge pull request #18867 from e4m2/randomAndrew Kelley
2024-02-09Merge pull request #18712 from Vexu/std.optionsAndrew Kelley
2024-02-08std.rand: Move to std.Randome4m2
2024-02-05std: add gpu namespaceAli Chraghi
2024-02-01remove std.eventVeikka Tuominen
2024-02-01std: change return type of `wasiCwd`Veikka Tuominen
2024-02-01std: make options a struct instance instead of a namespaceVeikka Tuominen
2024-01-27std: remove meta.globalOptionVeikka Tuominen
2024-01-01std.Target: flattenAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-10-21std.http: use loadDefaultProxies in compilerNameless
2023-10-21std.http.Client: add option to disable httpsNameless
2023-10-10std.cstr: remove deprecated namespaceEric Joldasov
2023-09-14ComptimeStringMap: Add version that takes an equality functionRyan Liptak
2023-09-08std: clean up top-level namespaces documentationWooster
2023-08-28std: Move `TailQueue` alias to correct namespaceJay Petacat
2023-08-27std: Rename `TailQueue` to `DoublyLinkedList`Jay Petacat
2023-08-06autodoc: new layout (#16715)Loris Cro