COMMITS
March 25, 2026
G
Add suggestion when trying to slice an enumerated array
gingerBill committed
G
Fix slicing logic of a FCD array to check if it can be sliced or not
gingerBill committed
G
Fix indexing logic of FCD arrays
gingerBill committed
G
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill committed
G
Allow addressing of an index expression of an soa slice/dynamic array
gingerBill committed
G
Merge pull request #6413 from Znarf64/master
gingerBill committed
G
Remove deprecated `append_*` procedures in `core:strconv`
gingerBill committed
G
Remove deprecated procedures in `core:container/queue`
gingerBill committed
G
Remove deprecated procedure
gingerBill committed
G
Add `contextless` to appropriate procedures in `core:math/fixed`
gingerBill committed
G
Improve error message when trying to pass a parapoly type to value parameter
gingerBill committed
G
Add missing generic `#soa` pointers to parapoly handling system
gingerBill committed
G
Merge pull request #6466 from jakubtomsu/bit-field-intrin
gingerBill committed
G
Merge pull request #6470 from harold-b/hb.allow-offset-zero-subtype-ptr-proc-param
gingerBill committed
March 24, 2026
H
Use `odin test` for `test_pr_6470.odin` on windows
Harold Brenes committed
H
Rename temp test name given PR number
Harold Brenes committed
H
Add test case for implicit cast pointer to offset zero subtype field proc param
Harold Brenes committed
J
Merge pull request #6469 from odin-lang/revert-6467-master
Jeroen van Rijn committed
J
Revert "added get_page_size() to `core:mem/virtual`"
Jeroen van Rijn committed
J
Merge pull request #6467 from Carlyle-Foster/master
Jeroen van Rijn committed
H
Ensure checking for proc property equality before checking param assignability
Harold Brenes committed
H
Allow pointers to types which have subtype fields at offset 0
Harold Brenes committed
March 23, 2026
L
json: fix user unmarshaller example (#6468)
Laytan committed
C
added get_page_size() to `core:mem/virtual`
Carlyle committed
J
remove type_bit_field_size accident
jakubtomsu committed
J
make offset_of(Bit_Field, ...) an error, typo fix
jakubtomsu committed
J
add type_field_bit_offset/size intrinsics
jakubtomsu committed
G
Merge pull request #6460 from jakubtomsu/add-wasapi
gingerBill committed
March 21, 2026
J
move WASAPI to vendor:windows/wasapi
Jakub Tomsu committed
J
add core WASAPI bindings
Jakub Tomsu committed