aboutsummaryrefslogtreecommitdiff
path: root/core/flags/internal_assignment.odin
Commit message (Collapse)AuthorAgeFilesLines
* flags: Rename `varg` to `overflow`, let it be renamed with configFeoramund2025-06-091-2/+2
|
* flags: Rename `variadic` to `manifold` (breaking change)Feoramund2025-06-091-2/+2
|
* Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-141-1/+1
| | | | file tag syntax.
* Change `Bit_Array.max_index` to `length`Feoramund2024-09-031-3/+3
| | | | This will allow correct iteration of empty `bit_array`s.
* fix `@(optimization_mode)` usage in builtin collectionsLaytan Laats2024-07-081-5/+5
|
* Keep `-vet` happyFeoramund2024-06-151-5/+5
|
* Add package `core:flags`Feoramund2024-06-071-0/+262