aboutsummaryrefslogtreecommitdiff
path: root/core/slice/map.odin
Commit message (Expand)AuthorAgeFilesLines
* Return Allocator_Error in map_entry_infosAntonino Simone Di Stefano2024-09-221-1/+1
* Remove address operator, which lead to a type errorAntonino Simone Di Stefano2024-09-221-2/+2
* Use package qualifier for type_info_base and Type_Info_mapAntonino Simone Di Stefano2024-09-211-1/+1
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-2/+2
* Fix typo err: runtime.Allocator to Allocator_ErrorAndré (counter)2022-12-091-1/+1
* Correct reflection usage of mapsgingerBill2022-11-081-26/+22
* Remove `strings` dependency from `core:sys/windows`gingerBill2022-06-021-3/+1
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-37/+37
* Enforce `core:builtin` and `core:intrinsics` for importsgingerBill2021-08-211-1/+1
* Change uses for parapoly records to use `$` alwaysgingerBill2021-06-141-2/+2
* Add slice.map_keys, slice.map_values, slice.map_entries, slice.map_entry_infosgingerBill2021-01-061-0/+81