COMMITS
/ lib/std/std.zig December 31, 2021
J
tz parsing reader interface, test thicc files, and exclude tzif
Jens Goldberg committed
December 30, 2021
J
Actually expose the tz file
Jens Goldberg committed
October 5, 2021
A
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
F
BoundedArray: a simple way to represent small data whose max size is known (#9134)
Frank Denis committed
April 21, 2021
L
x, x/os/Socket: initial work on new Socket abstraction
lithdew committed
April 9, 2021
A
stage2: blaze the trail for std lib integration
Andrew Kelley committed
April 2, 2021
A
Merge pull request #7792 from zanderxyz/zanderxyz/priority-dequeue
Andrew Kelley committed
March 7, 2021
M
Add some enum utilities
Martin Wickham committed
February 5, 2021
M
Add some bit set variants
Martin Wickham committed
February 12, 2021
A
Merge remote-tracking branch 'origin/master' into ast-memory-layout
Andrew Kelley committed
January 24, 2021
L
Define wasm constants
Luuk de Gram committed
January 31, 2021
A
add std.MultiArrayList
Andrew Kelley committed
January 22, 2021
L
std: Update `test ""` to `test` where it makes sense
LemonBoy committed
January 16, 2021
Z
std: Add Priority Dequeue
Zander Khan committed
January 15, 2021
A
organize std lib concurrency primitives and add RwLock
Andrew Kelley committed
January 7, 2021
A
std.SpinLock: flatten and remove init/deinit
Andrew Kelley committed
January 5, 2021
A
std: skip more tests on Windows to save CI memory
Andrew Kelley committed
December 24, 2020
V
Merge pull request #7531 from Vexu/orphanage
Veikka Tuominen committed
A
rework std.ResetEvent, improve std lib Darwin integration
Andrew Kelley committed
December 23, 2020
V
move ArrayListSentineled to std lib orphanage
Veikka Tuominen committed
December 19, 2020
A
std.Progress: make the API thread-safe
Andrew Kelley committed
November 30, 2020
A
move std.SegmentedList to the std-lib-orphanage
Andrew Kelley committed
November 16, 2020
T
Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876)
tgschultz committed
October 7, 2020
J
std: Introduce SemanticVersion data structure
Jay Petacat committed
September 28, 2020
T
std: move std.meta.refAllDecls to std.testing
Tadeo Kondrak committed
October 11, 2020
K
AutoResetEvent
kprotty committed
September 30, 2020
A
Merge pull request #6250 from ziglang/stage2-zig-cc
Andrew Kelley committed
A
move std.http to the standard library orphanage
Andrew Kelley committed
A
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
Andrew Kelley committed
September 29, 2020
A
move std.BloomFilter to the standard library orphanage
Andrew Kelley committed
A
move std.rb to the standard library orphanage
Andrew Kelley committed
September 14, 2020
A
move std.cache_hash from std to stage2
Andrew Kelley committed
September 7, 2020
L
std: Add DEFLATE and zlib decompressors
LemonBoy committed
August 2, 2020
S
hash_map: rename to ArrayHashMap and add new HashMap implementation
Sahnvour committed
August 20, 2020
A
add license header to all std lib files
Andrew Kelley committed
August 8, 2020
A
improvements & fixes for general purpose allocator integration
Andrew Kelley committed
July 12, 2020
D
std: add StringHashMapUnmanaged
daurnimator committed
July 6, 2020
A
std: expose unmanaged hash maps
Andrew Kelley committed
May 15, 2020
I
Introduce std.log
Isaac Freund committed
May 27, 2020
R
Add std.ComptimeStringMap
Ryan Liptak committed
March 5, 2020
L
Partially implement cache hash API in zig
LeRoyce Pearson committed
May 10, 2020
A
rework self-hosted compiler for incremental builds
Andrew Kelley committed
April 21, 2020
H
Remove std.lazyInit
Haze Booth committed
April 18, 2020
L
std: Introduce the Once synchronization primitive
LemonBoy committed
April 1, 2020
A
(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)
Andrew Kelley committed
March 10, 2020
A
(breaking) improve and simplify fixed buffer streams API
Andrew Kelley committed
December 12, 2019
A
un-special-case startup code in the std lib
Andrew Kelley committed
C
allow custom OS entrypoint
Christine Dodrill committed