aboutsummaryrefslogtreecommitdiff
path: root/lib/std/std.zig
AgeCommit message (Expand)Author
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
2022-05-11std: add http definitions for Method and Status (#10661)Meghan
2022-04-20std: bring back SegmentedListAndrew Kelley
2022-04-15treap: initial implementationkprotty
2022-03-27std: SIMD utility functionstecanec
2021-12-31tz parsing reader interface, test thicc files, and exclude tzifJens Goldberg
2021-12-30Actually expose the tz fileJens Goldberg
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24BoundedArray: a simple way to represent small data whose max size is known (#...Frank Denis
2021-04-25x, x/os/Socket: initial work on new Socket abstractionlithdew
2021-04-08stage2: blaze the trail for std lib integrationAndrew Kelley
2021-04-02Merge pull request #7792 from zanderxyz/zanderxyz/priority-dequeueAndrew Kelley
2021-03-18Add some enum utilitiesMartin Wickham
2021-03-01Add some bit set variantsMartin Wickham
2021-02-11Merge remote-tracking branch 'origin/master' into ast-memory-layoutAndrew Kelley
2021-02-01Define wasm constantsLuuk de Gram
2021-01-30add std.MultiArrayListAndrew Kelley
2021-01-22std: Update `test ""` to `test` where it makes senseLemonBoy
2021-01-16std: Add Priority DequeueZander Khan
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley
2021-01-06std.SpinLock: flatten and remove init/deinitAndrew Kelley
2021-01-04std: skip more tests on Windows to save CI memoryAndrew Kelley
2020-12-31Year++Frank Denis
2020-12-24Merge pull request #7531 from Vexu/orphanageVeikka Tuominen
2020-12-23rework std.ResetEvent, improve std lib Darwin integrationAndrew Kelley
2020-12-23move ArrayListSentineled to std lib orphanageVeikka Tuominen
2020-12-20std.Progress: make the API thread-safeAndrew Kelley
2020-11-30move std.SegmentedList to the std-lib-orphanageAndrew Kelley
2020-11-16Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876)tgschultz
2020-11-06std: Introduce SemanticVersion data structureJay Petacat
2020-10-15std: move std.meta.refAllDecls to std.testingTadeo Kondrak
2020-10-11AutoResetEventkprotty
2020-09-30Merge pull request #6250 from ziglang/stage2-zig-ccAndrew Kelley