| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add `reflect.set_union_value`dev-2021-10 | gingerBill | 2021-09-30 | 1 | -0/+39 |
| * | Add an extra optional `^int` parameter to most io read/write calls allowing f... | gingerBill | 2021-09-29 | 1 | -127/+124 |
| * | Deprecate `strings.write_quoted_*` in favour of `io.write_quoted_*`; make `re... | gingerBill | 2021-09-29 | 1 | -122/+132 |
| * | 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 | 2 | -68/+68 |
| * | | Remove unneeded semicolons from the core library | gingerBill | 2021-08-31 | 3 | -855/+855 |
| |/ |
|
| * | Add multi pointers to core | gingerBill | 2021-08-21 | 2 | -32/+39 |
| * | Enforce `core:builtin` and `core:intrinsics` for imports | gingerBill | 2021-08-21 | 1 | -1/+1 |
| * | Change uses for parapoly records to use `$` always | gingerBill | 2021-06-14 | 1 | -1/+1 |
| * | Add `struct_fields_zipped` and `enum_fields_zipped` (allowing for iteration t... | gingerBill | 2021-06-14 | 1 | -21/+63 |
| * | Remove `intrinsics.x86_mmx` type | gingerBill | 2021-04-22 | 1 | -8/+4 |
| * | 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 | 2 | -19/+0 |
| * | Remove `bit_field` in type info, runtime, and general core library | gingerBill | 2021-02-19 | 2 | -35/+0 |
| * | Update package reflect | gingerBill | 2021-01-27 | 1 | -28/+52 |
| * | Add slice.map_keys, slice.map_values, slice.map_entries, slice.map_entry_infos | gingerBill | 2021-01-06 | 1 | -4/+5 |
| * | Deprecate `opaque` in favour of `#opaque` in the core library | gingerBill | 2020-12-04 | 1 | -1/+1 |
| * | Clean up `fmt` usage with `io.Writer` and `strings.Builder` | gingerBill | 2020-12-04 | 1 | -129/+134 |
| * | Integrate `package io` into core library | gingerBill | 2020-12-03 | 1 | -131/+147 |
| * | 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 |
| * | Add %s support for arrays and slices of bytes | gingerBill | 2020-11-20 | 1 | -0/+8 |
| * | 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 | 2 | -89/+107 |
| * | Force used of imports in `reflect/map.odin` | gingerBill | 2020-09-15 | 1 | -0/+2 |
| * | Add `relfect.map_entry_info_slice` | gingerBill | 2020-09-15 | 1 | -0/+39 |
| * | 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 | 2 | -0/+39 |
| * | Add reflect.enum_from_name | Tetralux | 2020-05-09 | 1 | -0/+28 |
| * | Fix `reflect.capacity` and `reflect.index` | gingerBill | 2020-04-15 | 1 | -13/+25 |
| * | Fix `reflect.length` | gingerBill | 2020-04-15 | 1 | -8/+12 |
| * | Endian specific floating point types (e.g. f32be) | gingerBill | 2020-04-11 | 1 | -0/+5 |
| * | Add more helpers to `package reflect` | gingerBill | 2020-03-27 | 2 | -163/+325 |
| * | `x if cond else y` and `x when cond else y` expressions | gingerBill | 2020-03-05 | 1 | -1/+1 |
| * | Enumerated arrays `[Enum_Type]Elem_Type` | gingerBill | 2019-12-27 | 2 | -0/+16 |
| * | Implement `#complete switch` by default, replace with `#partial switch` #511 | gingerBill | 2019-12-22 | 2 | -3/+15 |
| * | Replace `#vector[N]T` with `#simd[N]T` to reduce confusion #498 | gingerBill | 2019-12-15 | 1 | -1/+1 |
| * | Prepare SOA Struct code for slices and dynamic arrays *to be implemented* | gingerBill | 2019-11-19 | 1 | -3/+19 |
| * | Add new #soa and #vector syntax | gingerBill | 2019-11-17 | 1 | -3/+9 |
| * | strings.split; strings.index; eprint* over print*_err; | gingerBill | 2019-10-06 | 1 | -4/+2 |