aboutsummaryrefslogtreecommitdiff
path: root/lib/std/std.zig
AgeCommit message (Expand)Author
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
2023-07-21std.json: Unify stringify and writeStream (#16405)Josh Wolfe
2023-03-17add BoundedArrayAligned (#14580)Motiejus Jakštys
2023-03-14Move std.crypto.config options to std.options (#14906)Frank Denis
2023-03-09std.http: rework connection pool into its own typeNameless
2023-03-03std.process.Child: remove pid and handle, add idAndrew Kelley
2023-02-21std.RingBuffer: add (non-concurrent) RingBuffer implementationdweiller
2023-02-18use std_options for keep_sigpipe and existence of SIG.PIPE to check for supportJonathan Marler
2023-02-01fmt: Make default_max_depth configurableominitay
2023-01-31std.Build: add deprecated declarationsAndrew Kelley
2023-01-31rename std.Build.LibExeObjStep to std.Build.CompileStepAndrew Kelley
2023-01-31combine std.build and std.build.Builder into std.BuildAndrew Kelley
2023-01-11add std.tar for tar file unpackingAndrew Kelley
2023-01-06Renames Url.zig to Uri.zigFelix "xq" Queißner
2023-01-05std: collect all options under one namespaceVeikka Tuominen
2023-01-02add url parsing to the std libAndrew Kelley
2023-01-02remove the experimental std.x namespaceAndrew Kelley
2022-12-18Make std.tz namespace accessibleEvin Yulo
2022-12-11std.build: extract steps to separate filesAndrew Kelley