| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 builtin `map_upsert` | gingerBill | 2024-03-11 | 1 | -7/+9 | |
| | | ||||||
| * | Merge pull request #3199 from JamesDSource/soa | gingerBill | 2024-03-09 | 1 | -1/+94 | |
| |\ | | | | | Add into_dynamic_soa, unordered_remove_soa, and ordered_remove_soa | |||||
| | * | Fix syntax mistake again | James Duran | 2024-02-16 | 1 | -1/+1 | |
| | | | | | | | | | Sorry for being blind | |||||
| | * | Fix Syntax Mistake | James Duran | 2024-02-16 | 1 | -1/+1 | |
| | | | ||||||
| | * | Make into_dynamic_soa more concise and remove builtin tag from it | James Duran | 2024-02-16 | 1 | -8/+4 | |
| | | | ||||||
| | * | Added into_dynamic_soa, unordered_remove_soa, and ordered_remove_soa | James Duran | 2024-02-14 | 1 | -1/+98 | |
| | | | ||||||
| * | | Incorrect write syscall on Darwin - fixes stderr output. | Ralph Caraveo | 2024-03-08 | 1 | -1/+1 | |
| | | | | | | | | | | | On macos, Odin was previously swallowing errors that would be reported via stderr. I've confirmed with @laytan on Discord that this fixes the issue. | |||||
| * | | Merge branch 'odin-lang:master' into haiku | avanspector | 2024-02-29 | 1 | -2/+2 | |
| |\ \ | ||||||
| | * | | Change type info table to be initializable constantly | gingerBill | 2024-02-27 | 1 | -2/+2 | |
| | | | | | | | | | | | | | []Type_Info -> []^Type_Info | |||||
| * | | | Update entry_unix.odin | avanspector | 2024-02-25 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | fix runtime and libc | avanspector | 2024-02-25 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Update os_specific_haiku.odin | avanspector | 2024-02-25 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | fix core and libc | avanspector | 2024-02-25 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | add haiku to base:runtime and core:c/libc | avanspector | 2024-02-25 | 1 | -0/+21 | |
| |/ / | ||||||
| * | | Add field tags to `bit_field` | gingerBill | 2024-02-22 | 1 | -0/+1 | |
| | | | ||||||
| * | | Add general support for `bit_field`s | gingerBill | 2024-02-22 | 1 | -0/+22 | |
| | | | ||||||
| * | | Begin work adding `bit_field` | gingerBill | 2024-02-22 | 2 | -0/+23 | |
| |/ | ||||||
| * | Add `#load_directory(path: string) > []runtime.Load_Directory_File` | gingerBill | 2024-02-09 | 1 | -0/+8 | |
| | | ||||||
| * | Remove invalid allocator assignment to slice | Zac Nowicki | 2024-02-08 | 1 | -1/+0 | |
| | | | | | `T` is `#soa[]$E`, which does not carry an allocator. | |||||
| * | Add `runtime.map_insert_and_check_for_previous` | gingerBill | 2024-02-06 | 2 | -0/+65 | |
| | | ||||||
| * | Merge pull request #3161 from laytan/fix-no-crt-darwin | gingerBill | 2024-02-03 | 1 | -17/+6 | |
| |\ | | | | | fix -no-crt on Darwin | |||||
| | * | fix -no-crt on Darwin | Laytan Laats | 2024-02-02 | 1 | -17/+6 | |
| | | | ||||||
| * | | `RUNTIME_REQUIRE :: false` | gingerBill | 2024-02-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add `contextless` where missing | gingerBill | 2024-02-02 | 3 | -7/+8 | |
| |/ | ||||||
| * | Fix dummy code | gingerBill | 2024-01-31 | 1 | -2/+2 | |
| | | ||||||
| * | Rename `runtime.os_write` to `runtime.stderr_write` | gingerBill | 2024-01-29 | 9 | -16/+16 | |
| | | ||||||
| * | Fix #3150 | gingerBill | 2024-01-29 | 2 | -0/+2 | |
| | | ||||||
| * | Remove `incl` and `excl` | gingerBill | 2024-01-29 | 1 | -33/+0 | |
| | | ||||||
| * | Add matrix related intrinsics to dummy file | gingerBill | 2024-01-29 | 1 | -0/+6 | |
| | | ||||||
| * | Move core:(builtin|intrinsics) to base: | gingerBill | 2024-01-29 | 2 | -0/+444 | |
| | | ||||||
| * | Improve foreign variable fuzzy type checking | gingerBill | 2024-01-28 | 2 | -1/+3 | |
| | | ||||||
| * | Fix typo | gingerBill | 2024-01-28 | 1 | -0/+2 | |
| | | ||||||
| * | Fix typo of `_heap_resize` | gingerBill | 2024-01-28 | 1 | -5/+5 | |
| | | ||||||
| * | Remove `core:os` dependency completely from `base:runtime` | gingerBill | 2024-01-28 | 2 | -18/+21 | |
| | | ||||||
| * | Alias heap calls from `base:runtime` is `core:os` | gingerBill | 2024-01-28 | 5 | -87/+44 | |
| | | ||||||
| * | Remove `core:os` dependency for `base:runtime` | gingerBill | 2024-01-28 | 10 | -108/+190 | |
| | | ||||||
| * | Make //+private | gingerBill | 2024-01-28 | 1 | -0/+1 | |
| | | ||||||
| * | `-default-to-panic-allocator` | gingerBill | 2024-01-28 | 1 | -0/+5 | |
| | | ||||||
| * | Remove `core:os` dependency for `runtime.os_write` on linux | gingerBill | 2024-01-28 | 2 | -0/+23 | |
| | | ||||||
| * | Remove `core:os` dependency from `base:runtime`; change to `base:intrinsics` | gingerBill | 2024-01-28 | 16 | -15/+32 | |
| | | ||||||
| * | Move matrix related procedures to the different `linalg` packages | gingerBill | 2024-01-28 | 1 | -283/+0 | |
| | | ||||||
| * | Move matrix compiler `builtin`s to `intrinsics`; alias within ↵ | gingerBill | 2024-01-28 | 1 | -0/+9 | |
| | | | | | core_builtin_matrix.odin | |||||
| * | Move `core:runtime` to `base:runtime`; keep alias around | gingerBill | 2024-01-28 | 38 | -0/+6774 | |