aboutsummaryrefslogtreecommitdiff
path: root/lib/std/bit_set.zig
AgeCommit message (Expand)Author
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