index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
bit_set.zig
Age
Commit message (
Expand
)
Author
2023-11-04
Merge pull request #17852 from ziglang/zig-reduce
Andrew Kelley
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-11-03
std.BitSet: add setAll and unsetAll methods
Andrew Kelley
2023-10-23
x86_64: implement enough to pass unicode tests
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-22
Merge pull request #17637 from jacobly0/x86_64-test-std
Jacob Young
2023-10-21
Fix simple doc mistakes. (#17624)
JustinWayland
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-04-28
std: update to use `@memcpy` directly
Andrew Kelley
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-23
Improvements to docs and text
zooster
2023-04-21
cbe: enable CI for std tests
Jacob Young
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-12-12
std: implement subsetOf and supersetOf for DynamicBitSet
Ronald Chen
2022-12-10
fix doc comments in bitset types
Josh
2022-12-06
std: added eql to DynamicBitSet and DynamicBitSetUnmanaged
Pyrolistical
2022-12-05
std: added pure functions to StaticBitSet
Pyrolistical
2022-10-05
fix(text): hyphenate "runtime" adjectives
r00ster91
2022-09-13
std: re-enable test case for fixed bug
Andrew Kelley
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-06-17
stage2: check that struct is a tuple when value tags differ in eql
Veikka Tuominen
2022-06-12
std: disable failing tests, add zig2 build test-std to CI
Veikka Tuominen
2022-05-10
std: make IntegerBitSet and ArrayBitSet have defined memory layout
Silver
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
2022-02-07
std.bit_set: add setRangeValue(Range, bool)
Arnavion
2021-12-03
9944: make allocator the first argument (excl. self)
Jakub Dupak
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-10-01
std: disable ArrayBitSet test on aarch64
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-06
Make DynamicBitSet.iterator take self as const
Chris Gregory
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-05-20
Run `zig fmt` on src/ and lib/std/
Isaac Freund
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-03-18
Add some enum utilities
Martin Wickham
2021-03-01
zig fmt the std lib
Andrew Kelley
2021-03-01
Add some bit set variants
Martin Wickham