| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace `core:*` to `base:*` where appropriate | gingerBill | 2024-01-28 | 1 | -2/+2 |
| * | Remove `core:mem` dependency from `core:reflect` | gingerBill | 2024-01-28 | 1 | -3/+1 |
| * | Change return values from `Struct_Tag` to `string` | gingerBill | 2024-01-28 | 1 | -5/+5 |
| * | Remove #relative slices; Replace with #relative multi-pointers | gingerBill | 2023-08-05 | 1 | -60/+59 |
| * | Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`fo... | gingerBill | 2023-06-26 | 1 | -2/+2 |
| * | Rename `ODIN_DISALLOW_RTTI` to `ODIN_NO_RTTI`; Remove dead command line flags | gingerBill | 2023-06-12 | 1 | -1/+1 |
| * | Add `reflect.struct_field_value` | gingerBill | 2023-03-17 | 1 | -1/+8 |
| * | Rename to `Type_Info_Parameters` | gingerBill | 2023-02-08 | 1 | -3/+4 |
| * | Remove `@(require_results)` from one procedure | gingerBill | 2023-01-30 | 1 | -1/+0 |
| * | Add `@(require_results)` to `package reflect` | gingerBill | 2023-01-29 | 1 | -0/+51 |
| * | Fix #2304 | gingerBill | 2023-01-16 | 1 | -3/+4 |
| * | Aliasing some procs to avoid code repetition | André (counter) | 2022-12-09 | 1 | -36/+7 |
| * | Begin work on implementing the new `map` internals | gingerBill | 2022-11-07 | 1 | -2/+2 |
| * | Keep -vet happy | gingerBill | 2022-09-08 | 1 | -0/+1 |
| * | Add `intrinsics.type_convert_variants_to_pointers` and `reflect.get_union_as_... | gingerBill | 2022-09-08 | 1 | -0/+10 |
| * | Remove direct `core:mem` dependency in `core:reflect` | gingerBill | 2022-08-26 | 1 | -24/+23 |
| * | Add `reflect.get_union_variant` | gingerBill | 2022-08-26 | 1 | -0/+11 |
| * | Add `#soa` pointer type to aid with refactoring to `#soa` data types | gingerBill | 2022-08-08 | 1 | -0/+5 |
| * | Merge functionality of `#maybe` with the standard 'union' functionality | gingerBill | 2022-05-23 | 1 | -1/+1 |
| * | Fix some core:encoding/hxa stuff (error handling, header, max -> min) | gitlost | 2022-03-16 | 1 | -0/+2 |
| * | Add `reflect.deref` | gingerBill | 2022-03-03 | 1 | -1/+13 |
| * | Fix logic in `is_nil` procedure: a non_nil slice means there is data to check. | Andrea Piseri | 2022-02-02 | 1 | -1/+1 |
| * | Begin work on matrix type | gingerBill | 2021-10-18 | 1 | -1/+5 |
| * | Add `reflect.set_union_value`dev-2021-10 | gingerBill | 2021-09-30 | 1 | -0/+39 |
| * | Add `reflect.any_base` `reflect.any_core` | gingerBill | 2021-09-25 | 1 | -0/+15 |
| * | Merge branch 'master' into optional-semicolons | gingerBill | 2021-09-06 | 1 | -40/+134 |
| |\ |
|
| | * | Allow comparisons of `any` if `reflect.equal` if `including_indirect_array_re... | gingerBill | 2021-09-03 | 1 | -2/+7 |
| | * | Update reflect.equal to support more types | gingerBill | 2021-09-03 | 1 | -10/+43 |
| | * | Add `including_indirect_array_recursion` argument to `reflect.equal` | gingerBill | 2021-09-03 | 1 | -7/+62 |
| | * | Add `reflect.equal` and `reflect.not_equal` | gingerBill | 2021-09-03 | 1 | -2/+3 |
| * | | Strip even more semicolons if followed by a `}` or `)` on the same line | gingerBill | 2021-08-31 | 1 | -22/+22 |
| * | | Remove unneeded semicolons from the core library | gingerBill | 2021-08-31 | 1 | -589/+589 |
| |/ |
|
| * | Add multi pointers to core | gingerBill | 2021-08-21 | 1 | -0/+11 |
| * | Enforce `core:builtin` and `core:intrinsics` for imports | gingerBill | 2021-08-21 | 1 | -1/+1 |
| * | Add `struct_fields_zipped` and `enum_fields_zipped` (allowing for iteration t... | gingerBill | 2021-06-14 | 1 | -21/+63 |
| * | Minimize unneeded casts | gingerBill | 2021-03-03 | 1 | -42/+42 |
| * | Replace usage of `inline proc` with `#force_inline proc` in the core library | gingerBill | 2021-02-23 | 1 | -1/+1 |
| * | Remove `#opaque` types | gingerBill | 2021-02-23 | 1 | -5/+0 |
| * | Remove `bit_field` in type info, runtime, and general core library | gingerBill | 2021-02-19 | 1 | -3/+0 |
| * | Update package reflect | gingerBill | 2021-01-27 | 1 | -28/+52 |
| * | Fix logic for comparisons of struct #raw_union types | gingerBill | 2020-11-23 | 1 | -1/+2 |
| * | Add `equal` procedure field to `runtime.Type_Info_Struct` | gingerBill | 2020-11-23 | 1 | -0/+78 |
| * | Fix typo in reflect.set_union_variant_type_info | gingerBill | 2020-09-27 | 1 | -3/+3 |
| * | Add more to package reflect (as_string, as_pointer, as_raw_data, relative_poi... | gingerBill | 2020-09-27 | 1 | -0/+116 |
| * | Update `package reflect` | gingerBill | 2020-09-26 | 1 | -4/+179 |
| * | Remove usage of `do` in core library | gingerBill | 2020-09-23 | 1 | -21/+35 |
| * | Fix `reflect.as_i64` and `reflect.as_u64` | gingerBill | 2020-06-10 | 1 | -62/+68 |
| * | Rename `reflect.to_*` to `reflect.as_*` | gingerBill | 2020-06-05 | 1 | -10/+10 |
| * | Add `reflect.{to_int, to_uint, to_i64, to_u64, to_f64}` | gingerBill | 2020-06-05 | 1 | -19/+335 |
| * | Relative pointers | gingerBill | 2020-05-15 | 1 | -0/+6 |