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
/
src
/
types.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct matrix builtins for `#row_major`
gingerBill
2024-03-19
1
-1
/
+1
*
Add `#row_major matrix[R, C]T`
gingerBill
2024-03-19
1
-4
/
+15
*
Support swizzle selector syntax `.xyzw` for `#simd` vectors
gingerBill
2024-03-12
1
-25
/
+46
*
Add `bit_field` option to `core_type` in the compiler
gingerBill
2024-03-07
1
-0
/
+3
*
Update `are_types_identical` for `bit_field`
gingerBill
2024-03-04
1
-0
/
+23
*
Correct `is_type_comparable` for `bit_field`
gingerBill
2024-03-04
1
-0
/
+3
*
Merge pull request #3220 from laytan/promote-types-in-c-varargs
gingerBill
2024-02-28
1
-0
/
+51
|
\
|
*
Also convert and promote bit_set types for #c_varargs
Laytan Laats
2024-02-22
1
-0
/
+5
|
*
Promote types in `#c_varargs` according to C rules
Laytan Laats
2024-02-21
1
-0
/
+46
*
|
Change type info table to be initializable constantly
gingerBill
2024-02-27
1
-0
/
+3
*
|
Add field tags to `bit_field`
gingerBill
2024-02-22
1
-0
/
+1
*
|
Simplify usage code
gingerBill
2024-02-22
1
-66
/
+64
*
|
Support `using` of a `bit_field` within a `struct`
gingerBill
2024-02-22
1
-2
/
+69
*
|
Add general support for `bit_field`s
gingerBill
2024-02-22
1
-0
/
+34
*
|
Begin work adding `bit_field`
gingerBill
2024-02-22
1
-0
/
+24
*
|
Add `bit_field` as a keyword
gingerBill
2024-02-22
1
-2
/
+4
|
/
*
Fix race condition with #soa
gingerBill
2024-02-13
1
-11
/
+6
*
Add metadata type to `map`s debug information to aid debuggers knowing what i...
gingerBill
2024-02-12
1
-0
/
+1
*
Add `#load_directory(path: string) > []runtime.Load_Directory_File`
gingerBill
2024-02-09
1
-0
/
+4
*
Allow polymorphic checking with `intrinsics.type_is_subtype_of(Derived_Type, ...
gingerBill
2024-02-08
1
-2
/
+17
*
Add `#field_align(N)`
gingerBill
2024-01-28
1
-4
/
+10
*
Fix `type_ptr_set_update`
gingerBill
2024-01-26
1
-1
/
+3
*
Fix field count in enumerated array type info
jakubtomsu
2023-10-01
1
-2
/
+6
*
Fix #2819
gingerBill
2023-09-26
1
-4
/
+8
*
Potentially fix race condition #2463 #2814
gingerBill
2023-09-26
1
-7
/
+23
*
Remove #relative slices; Replace with #relative multi-pointers
gingerBill
2023-08-05
1
-27
/
+28
*
Fix #2697
gingerBill
2023-08-04
1
-1
/
+1
*
Merge branch 'master' into tilde
gingerBill
2023-08-03
1
-10
/
+14
|
\
|
*
Merge pull request #2686 from ryuukk/patch-8
gingerBill
2023-08-01
1
-1
/
+1
|
|
\
|
|
*
Assign element to Slice not Array when alloc a Type_Slice
ryuukk
2023-07-27
1
-1
/
+1
|
*
|
Go through loads of `TODO`s
gingerBill
2023-08-01
1
-9
/
+13
|
|
/
*
|
Fix dependency issue; Allow polymorphic procedures in tilde
gingerBill
2023-07-25
1
-10
/
+20
*
|
Begin work on builtin procedures
gingerBill
2023-07-22
1
-0
/
+1
*
|
Begin working on global constants
gingerBill
2023-07-20
1
-3
/
+10
*
|
Merge branch 'master' into tilde
gingerBill
2023-07-17
1
-1
/
+1
|
\
|
|
*
Fix to allow procedure groups on objective-c types
gingerBill
2023-07-17
1
-1
/
+1
*
|
Mock out more of the `ep` procedures
gingerBill
2023-07-17
1
-22
/
+55
*
|
Mock out `cg_emit_conv`
gingerBill
2023-07-16
1
-0
/
+1
|
/
*
Correct `check_call_arguments_new_and_improved` logic
gingerBill
2023-06-20
1
-2
/
+0
*
Try to get make everything work with parapoly
gingerBill
2023-06-20
1
-6
/
+10
*
Fix line error printing for error messages
gingerBill
2023-06-19
1
-0
/
+6
*
Merge branch 'master' into separate-int-word-sizes
gingerBill
2023-06-06
1
-12
/
+19
|
\
|
*
Minor change to handling of propagation of errors with `---` as a value
gingerBill
2023-05-22
1
-11
/
+8
|
*
Fix #2536
gingerBill
2023-05-18
1
-1
/
+11
*
|
Rename `word_size` to `ptr_size` internally to make it clearer
gingerBill
2023-04-20
1
-22
/
+22
*
|
Begin work on separating int and word sizes (i.e. `size_of(int)` might not eq...
gingerBill
2023-04-20
1
-21
/
+28
|
/
*
Add `struct #no_copy`
gingerBill
2023-04-15
1
-0
/
+7
*
Fix type comparison not accounting for parapoly params
Lucas Perlind
2023-04-03
1
-1
/
+1
*
Allow compound literals to access fields through `using`
gingerBill
2023-02-26
1
-1
/
+0
*
Allow comparisons between empty `struct{}` and `union{}`
gingerBill
2023-02-17
1
-6
/
+0
[next]