| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Minor optimization to `map_probe_distance` | gingerBill | 12 days | 1 | -1/+3 |
| | | |||||
| * | Change Odin's LICENSE to zlib from BSD 3-clause | gingerBill | 2025-10-28 | 1 | -2/+0 |
| | | | | | This change was made in order to allow things produced with Odin and using Odin's core library, to not require the LICENSE to also be distributed alongside the binary form. | ||||
| * | More improvements to minimize code gen size | gingerBill | 2025-09-18 | 1 | -0/+3 |
| | | |||||
| * | Change hashing rules for float-like types to make `0 == -0` | gingerBill | 2025-04-16 | 1 | -0/+29 |
| | | |||||
| * | fix map_entry sometimes giving wrong key pointer | Laytan Laats | 2025-01-18 | 1 | -10/+27 |
| | | | | | | | | `map_desired_position` does not return the actual position, probing must be done afterwards to figure out the real position. `map_entry` did not do this for the returned key pointer so it could point to the wrong key if probing was done. | ||||
| * | Merge pull request #4533 from laytan/map-entry | gingerBill | 2025-01-06 | 1 | -0/+23 |
| |\ | | | | | add `map_entry` procedure | ||||
| | * | add `map_entry` procedure | Laytan Laats | 2024-11-28 | 1 | -0/+23 |
| | | | |||||
| * | | fix N=1 and cleanup tests | fleandro | 2025-01-03 | 1 | -6/+6 |
| | | | |||||
| * | | runtime: map_cell_index_static produced wrong results when the number of ↵ | fleandro | 2025-01-03 | 1 | -5/+5 |
| |/ | | | | elements per cell was a power of 2 | ||||
| * | Add `#force_no_inline` | gingerBill | 2024-07-14 | 1 | -6/+6 |
| | | |||||
| * | Make `map_total_allocation_size` public; Add ↵ | gingerBill | 2024-04-08 | 1 | -1/+7 |
| | | | | | `map_total_allocation_size_from_value` | ||||
| * | Change `return` to `panic` | gingerBill | 2024-03-13 | 1 | -1/+1 |
| | | |||||
| * | Fix typo due to deletion | gingerBill | 2024-03-13 | 1 | -1/+1 |
| | | |||||
| * | Add infinite loop check and early out in `map_insert_hash_dynamic` | gingerBill | 2024-03-13 | 1 | -3/+13 |
| | | |||||
| * | Add `runtime.map_insert_and_check_for_previous` | gingerBill | 2024-02-06 | 1 | -0/+51 |
| | | |||||
| * | Remove `core:os` dependency from `base:runtime`; change to `base:intrinsics` | gingerBill | 2024-01-28 | 1 | -1/+1 |
| | | |||||
| * | Move `core:runtime` to `base:runtime`; keep alias around | gingerBill | 2024-01-28 | 1 | -0/+924 |