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
*
Make structs with the same fields but different tags different types
gingerBill
2022-11-21
1
-0
/
+3
*
Fix #2188
gingerBill
2022-11-21
1
-6
/
+0
*
Merge branch 'master' into map-dev
gingerBill
2022-11-11
1
-0
/
+3
|
\
|
*
check for nullptr when evaluating untypedness
Jasper Geer
2022-11-04
1
-0
/
+3
*
|
Begin work on map static set
gingerBill
2022-11-11
1
-0
/
+1
*
|
Allow for `-use-static-map-calls` which generates a get procedure per `map`; ...
gingerBill
2022-11-08
1
-0
/
+1
*
|
Change `__dynamic_map_get` signature
gingerBill
2022-11-08
1
-1
/
+2
*
|
Make `Map_Info` store pointers to cell info rather than inline
gingerBill
2022-11-08
1
-0
/
+2
*
|
Disallow zero sized map keys
gingerBill
2022-11-08
1
-1
/
+1
*
|
Remove the need for `type->Map.internal_type` and replace with the definition...
gingerBill
2022-11-08
1
-1
/
+1
*
|
Begin work on implementing the new `map` internals
gingerBill
2022-11-07
1
-14
/
+8
|
/
*
Fix #2160 (deep subtyping through `using` of `_`)
gingerBill
2022-11-01
1
-0
/
+38
*
Correct parapoly determination of generated internal type of a `map`
gingerBill
2022-09-22
1
-1
/
+0
*
Split header table data and the map pointer
gingerBill
2022-09-21
1
-0
/
+1
*
Improve parapoly support for `^T` to `[^]$V` and vice versa
gingerBill
2022-09-20
1
-0
/
+40
*
Replace `#optional_second` with `#optional_allocator_error`
gingerBill
2022-09-12
1
-0
/
+1
*
Correct max alignment handling throughout the llvm backend
gingerBill
2022-08-24
1
-1
/
+1
*
Add extra max alignment parameter for metrics (specifically for SIMD)
gingerBill
2022-08-24
1
-15
/
+2
*
Fix #1966
gingerBill
2022-08-24
1
-2
/
+14
*
Merge pull request #1944 from odin-lang/load-improvements
gingerBill
2022-08-15
1
-0
/
+51
|
\
|
*
`#load(path, type)`
gingerBill
2022-08-11
1
-0
/
+51
*
|
Fix `lb_emit_ptr_offset`
gingerBill
2022-08-12
1
-1
/
+6
|
/
*
Add `#soa` pointer type to aid with refactoring to `#soa` data types
gingerBill
2022-08-08
1
-5
/
+51
*
Improve error message with suggestion for #1866
gingerBill
2022-06-28
1
-5
/
+6
*
Add arithmetic operator support for simd vectors; Add `intrinsics.simd_and_not`
gingerBill
2022-05-26
1
-0
/
+3
*
Add `simd_reverse`
gingerBill
2022-05-26
1
-0
/
+2
*
Add simd.{sqrt, ceil, floor, trunc, nearest}
gingerBill
2022-05-26
1
-0
/
+3
*
Allow booleans for #simd
gingerBill
2022-05-25
1
-0
/
+3
*
Correct parapoly for #simd
gingerBill
2022-05-25
1
-1
/
+8
*
Mock out simd intrinsics
gingerBill
2022-05-25
1
-1
/
+1
*
Make `#simd` an opaque type
gingerBill
2022-05-25
1
-1
/
+1
*
Merge functionality of `#maybe` with the standard 'union' functionality
gingerBill
2022-05-23
1
-12
/
+7
*
`intrinsics.atomic_type_is_lock_free`
gingerBill
2022-04-02
1
-0
/
+11
*
Change `intrinsics.Atomic_Memory_Order` fields to use `Ada_Case` rather than ...
gingerBill
2022-03-31
1
-6
/
+6
*
Enforce success failure pairings of `compare_exchange_*_explicit` at compile ...
gingerBill
2022-03-31
1
-2
/
+11
*
Replace the atomic intrinsics
gingerBill
2022-03-31
1
-0
/
+13
*
`union #shared_nil`
gingerBill
2022-03-24
1
-10
/
+12
*
Improve procedure group selection based on the minimum number of arguments
gingerBill
2022-03-18
1
-1
/
+0
*
Improve error message when there is "no field" found for a large anonymous st...
gingerBill
2022-03-01
1
-14
/
+23
*
Improve `union_tag_size`
gingerBill
2022-02-22
1
-0
/
+11
*
Add `#subtype` struct field prefix, required to have a COM interface hierarchy
gingerBill
2022-02-16
1
-6
/
+6
*
Add more objc attributes
gingerBill
2022-02-11
1
-0
/
+62
*
Add `intrinsics.type_is_subtype_of`; `intrinsics.objc_selector_name`
gingerBill
2022-02-08
1
-0
/
+44
*
Begin work on support objc intrinsics
gingerBill
2022-02-08
1
-0
/
+10
*
Support rank-2 arrays (matrix-like) for `transpose`
gingerBill
2022-02-06
1
-0
/
+19
*
Rename `#partial[Enum]Type` to `#sparse[Enum]Type` for non-contiguous enum fi...
gingerBill
2022-02-05
1
-0
/
+4
*
Unify `are_types_identical_unique_tuples`
gingerBill
2022-01-19
1
-2
/
+12
*
Correct tuple name checking for doc writing
gingerBill
2022-01-19
1
-2
/
+7
*
Improve docs_writer.cpp
gingerBill
2022-01-17
1
-9
/
+5
*
Correct `abs` type behaviour for quaternions
gingerBill
2021-12-31
1
-0
/
+7
[next]