COMMITS
/ lib/std/bit_set.zig June 30, 2025
A
std.bit_set: Disable IntegerBitSet decltest on RISC-V with vector support
Alex Rønne Petersen committed
March 24, 2025
M
std: add bit_set.findLastSet() (#22411)
Meghan Denny committed
September 20, 2024
J
std.DynamicBitSet: remove wrong and useless comments (#21418)
Juan Julián Merelo Guervós committed
August 28, 2024
M
March 13, 2024
A
std: promote tests to doctests
Andrew Kelley committed
November 4, 2023
A
Merge pull request #17852 from ziglang/zig-reduce
Andrew Kelley committed
J
x86_64: fix std test failures
Jacob Young committed
A
std.BitSet: add setAll and unsetAll methods
Andrew Kelley committed
October 21, 2023
J
x86_64: implement enough to pass unicode tests
Jacob Young committed
J
Fix simple doc mistakes. (#17624)
JustinWayland committed
October 22, 2023
J
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young committed
A
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley committed
J
Merge pull request #17637 from jacobly0/x86_64-test-std
Jacob Young committed
October 20, 2023
J
x86_64: disable failing tests, enable test-std testing
Jacob Young committed
October 19, 2023
J
x86_64: fix bugs and disable erroring tests
Jacob Young committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
June 15, 2023
E
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov committed
April 27, 2023
A
std: update to use `@memcpy` directly
Andrew Kelley committed
April 26, 2023
A
update codebase to use `@memset` and `@memcpy`
Andrew Kelley committed
April 23, 2023
Z
Improvements to docs and text
zooster committed
April 19, 2023
J
cbe: enable CI for std tests
Jacob Young committed
February 18, 2023
A
update std lib and compiler sources to new for loop syntax
Andrew Kelley committed
December 11, 2022
R
std: implement subsetOf and supersetOf for DynamicBitSet
Ronald Chen committed
December 10, 2022
J
fix doc comments in bitset types
Josh committed
December 5, 2022
P
std: added eql to DynamicBitSet and DynamicBitSetUnmanaged
Pyrolistical committed
December 4, 2022
P
std: added pure functions to StaticBitSet
Pyrolistical committed
October 5, 2022
R
fix(text): hyphenate "runtime" adjectives
r00ster91 committed
September 14, 2022
A
std: re-enable test case for fixed bug
Andrew Kelley committed
August 21, 2022
V
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen committed
June 17, 2022
V
stage2: check that struct is a tuple when value tags differ in eql
Veikka Tuominen committed
June 11, 2022
V
std: disable failing tests, add zig2 build test-std to CI
Veikka Tuominen committed
December 24, 2021
S
std: make IntegerBitSet and ArrayBitSet have defined memory layout
Silver committed
February 1, 2022
J
deprecated TypeInfo in favor of Type
Jonathan Marler committed
December 23, 2021
A
std.bit_set: add setRangeValue(Range, bool)
Arnavion committed
December 1, 2021
J
9944: make allocator the first argument (excl. self)
Jakub Dupak committed
October 28, 2021
L
allocgate: std Allocator interface refactor
Lee Cannon committed
October 2, 2021
A
std: disable ArrayBitSet test on aarch64
Andrew Kelley committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
August 4, 2021
C
Make DynamicBitSet.iterator take self as const
Chris Gregory committed
June 20, 2021
J
fix code broken from previous commit
Jacob G-W committed
May 20, 2021
I
Run `zig fmt` on src/ and lib/std/
Isaac Freund committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen committed
March 7, 2021
M
Add some enum utilities
Martin Wickham committed
March 2, 2021
A
zig fmt the std lib
Andrew Kelley committed
February 5, 2021
M
Add some bit set variants
Martin Wickham committed