index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
reflect
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Built-in Quaternions (Not just an April Fool's Joke any more)
gingerBill
2019-08-26
1
-0
/
+2
*
Add reflect/types.odin
gingerBill
2019-08-13
1
-0
/
+492
*
Add new stuff to package reflect; fix -vet for odin_parser
gingerBill
2019-08-13
1
-200
/
+97
*
Remove `package types` and merge with `package reflect`
gingerBill
2019-08-13
1
-0
/
+212
*
Keep -vet happy
gingerBill
2019-08-13
1
-18
/
+18
*
`package reflect`; fix substring type bug; fix scoping rules for `using` on p...
gingerBill
2019-08-11
1
-0
/
+285
[prev]