aboutsummaryrefslogtreecommitdiff
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Add `runtime.Typeid_Bit_Field`gingerBill2024-05-101-8/+8
* Add intrinsics `type_bit_set_elem_type` & `type_bit_set_underlying_type`gingerBill2024-05-091-9/+12
* Merge pull request #3526 from laytan/target-featuresgingerBill2024-05-051-2/+8
|\
| * compiler: improve target features supportLaytan Laats2024-05-021-2/+8
* | Fix #3459gingerBill2024-04-301-4/+4
|/
* Improve codegen for `bit_field [N]T` compound literalsgingerBill2024-04-241-6/+4
* Do not print column of a runtime.Source_Code_Location if the `column == 0`gingerBill2024-04-191-4/+8
* Add `ODIN_NO_BOUNDS_CHECK`gingerBill2024-04-181-1/+13
* Add `@(optimization_mode="size")` to `runtime.print_type`gingerBill2024-04-181-0/+2
* Add `#force_no_inline` to many of the runtime print proceduresgingerBill2024-04-181-12/+12
* Correct `copy_from_string` docsChris2024-04-161-2/+2
* Remove `#optional_ok` from docsgingerBill2024-04-111-3/+3
* Merge pull request #3406 from laytan/bit-field-core-parserJeroen van Rijn2024-04-101-2/+3
|\
| * add bit_field parsing to `core:odin/parser`Laytan Laats2024-04-101-2/+3
* | Make `map_total_allocation_size` public; Add `map_total_allocation_size_from_...gingerBill2024-04-081-1/+7
|/
* enable the required target feature `atomics` when using them in wasmLaytan Laats2024-04-081-0/+2
* Fix `resize` bug caused by typogingerBill2024-03-241-1/+1
* Fix `resize` zeroing behaviourgingerBill2024-03-241-0/+3
* fix wasm with `-target-features:"simd128"`Laytan Laats2024-03-222-11/+27
* Add `#no_broadcast` procedure parameter to disallow automatic array programmi...gingerBill2024-03-211-6/+6
* Add `#row_major matrix[R, C]T`gingerBill2024-03-191-0/+4
* Change `return` to `panic`gingerBill2024-03-131-1/+1
* Fix typo due to deletiongingerBill2024-03-131-1/+1
* Add infinite loop check and early out in `map_insert_hash_dynamic`gingerBill2024-03-131-3/+13
* Add builtin `map_upsert`gingerBill2024-03-111-7/+9
* Merge pull request #3199 from JamesDSource/soagingerBill2024-03-091-1/+94
|\
| * Fix syntax mistake againJames Duran2024-02-161-1/+1
| * Fix Syntax MistakeJames Duran2024-02-161-1/+1
| * Make into_dynamic_soa more concise and remove builtin tag from itJames Duran2024-02-161-8/+4
| * Added into_dynamic_soa, unordered_remove_soa, and ordered_remove_soaJames Duran2024-02-141-1/+98
* | Incorrect write syscall on Darwin - fixes stderr output.Ralph Caraveo2024-03-081-1/+1
* | Merge branch 'odin-lang:master' into haikuavanspector2024-02-291-2/+2
|\ \
| * | Change type info table to be initializable constantlygingerBill2024-02-271-2/+2
* | | Update entry_unix.odinavanspector2024-02-251-1/+1
* | | fix runtime and libcavanspector2024-02-251-2/+2
* | | Update os_specific_haiku.odinavanspector2024-02-251-1/+1
* | | fix core and libcavanspector2024-02-251-1/+1
* | | add haiku to base:runtime and core:c/libcavanspector2024-02-251-0/+21
|/ /
* | Add field tags to `bit_field`gingerBill2024-02-221-0/+1
* | Add general support for `bit_field`sgingerBill2024-02-221-0/+22
* | Begin work adding `bit_field`gingerBill2024-02-222-0/+23
|/
* Add `#load_directory(path: string) > []runtime.Load_Directory_File`gingerBill2024-02-091-0/+8
* Remove invalid allocator assignment to sliceZac Nowicki2024-02-081-1/+0
* Add `runtime.map_insert_and_check_for_previous`gingerBill2024-02-062-0/+65
* Merge pull request #3161 from laytan/fix-no-crt-darwingingerBill2024-02-031-17/+6
|\
| * fix -no-crt on DarwinLaytan Laats2024-02-021-17/+6
* | `RUNTIME_REQUIRE :: false`gingerBill2024-02-021-1/+1
* | Add `contextless` where missinggingerBill2024-02-023-7/+8
|/
* Fix dummy codegingerBill2024-01-311-2/+2
* Rename `runtime.os_write` to `runtime.stderr_write`gingerBill2024-01-299-16/+16