aboutsummaryrefslogtreecommitdiff
path: root/core/container/bit_array
Commit message (Expand)AuthorAgeFilesLines
* Update `core` to `-strict-style`gingerBill2024-06-291-2/+5
* Even more style fixesgingerBill2024-06-291-2/+2
* Update numerous package declaration namesgingerBill2024-04-182-2/+2
* Fix the format of some `doc.odin` files of the `core` library which did not m...Maurizio M. Gavioli2024-04-141-38/+37
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* added set overload, made make explicitJon Lipstate2023-05-021-24/+17
* update docs, add unsafe_get/set, add round up to createJon Lipstate2023-04-301-61/+127
* unset functionJungerBoyo2022-06-031-0/+27
* [bit_array] Really fix the leak.Jeroen van Rijn2022-03-062-17/+22
* Fix leak in `core:container/bit_array`Andrea Piseri2022-03-061-1/+2
* replace a branch with `max` in `core:container/bit_array.set`ap296002022-02-051-1/+1
* rename iterator proceduresAndrea Piseri2022-02-051-3/+3
* Update interface to allow more modes of iterationAndrea Piseri2022-02-051-21/+90
* rename `iterator` proc to `next`, add named return valuesap296002022-02-041-1/+1
* add `iterator` to `core:container/bit_array`Andrea Piseri2022-02-041-1/+42
* bit_array: Fix initial size.Jeroen van Rijn2022-01-251-1/+1
* [core:container/bit_vector] Create new package.Jeroen van Rijn2021-12-282-0/+176