aboutsummaryrefslogtreecommitdiff
path: root/lib/std/bit_set.zig
AgeCommit message (Expand)Author
2024-09-19std.DynamicBitSet: remove wrong and useless comments (#21418)Juan Julián Merelo Guervós
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-03-21std: promote tests to doctestsAndrew Kelley
2023-11-04Merge pull request #17852 from ziglang/zig-reduceAndrew Kelley
2023-11-03x86_64: fix std test failuresJacob Young
2023-11-03std.BitSet: add setAll and unsetAll methodsAndrew Kelley
2023-10-23x86_64: implement enough to pass unicode testsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-22Merge pull request #17637 from jacobly0/x86_64-test-stdJacob Young
2023-10-21Fix simple doc mistakes. (#17624)JustinWayland
2023-10-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-04-28std: update to use `@memcpy` directlyAndrew Kelley
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-23Improvements to docs and textzooster
2023-04-21cbe: enable CI for std testsJacob Young
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-12-12std: implement subsetOf and supersetOf for DynamicBitSetRonald Chen
2022-12-10fix doc comments in bitset typesJosh
2022-12-06std: added eql to DynamicBitSet and DynamicBitSetUnmanagedPyrolistical
2022-12-05std: added pure functions to StaticBitSetPyrolistical
2022-10-05fix(text): hyphenate "runtime" adjectivesr00ster91
2022-09-13std: re-enable test case for fixed bugAndrew Kelley
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-06-17stage2: check that struct is a tuple when value tags differ in eqlVeikka Tuominen
2022-06-12std: disable failing tests, add zig2 build test-std to CIVeikka Tuominen
2022-05-10std: make IntegerBitSet and ArrayBitSet have defined memory layoutSilver
2022-03-08deprecated TypeInfo in favor of TypeJonathan Marler
2022-02-07std.bit_set: add setRangeValue(Range, bool)Arnavion
2021-12-039944: make allocator the first argument (excl. self)Jakub Dupak
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-10-01std: disable ArrayBitSet test on aarch64Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-06Make DynamicBitSet.iterator take self as constChris Gregory
2021-06-21fix code broken from previous commitJacob G-W
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-03-18Add some enum utilitiesMartin Wickham
2021-03-01zig fmt the std libAndrew Kelley
2021-03-01Add some bit set variantsMartin Wickham