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
*
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
*
Rename to `Type_Info_Parameters`
gingerBill
2023-02-08
1
-2
/
+2
*
General optimizations
gingerBill
2023-01-11
1
-2
/
+52
*
Remove possible race condition in `type_size_of`/`type_align_of`
gingerBill
2023-01-11
1
-38
/
+36
*
Initialize `TypePath` constructor like to keep the `Futex` constructor happy
gingerBill
2023-01-04
1
-2
/
+2
*
Add extra mutex to TypePth just in case
gingerBill
2023-01-03
1
-2
/
+14
*
General improves to `alloc_ast_node` and other unnecessary checks
gingerBill
2023-01-03
1
-2
/
+2
*
Allow all set entry types to be implicitly cast to their key/value type to al...
gingerBill
2023-01-03
1
-2
/
+1
*
Comment out many mutex guards in `type_(size|align)_of_internal`
gingerBill
2023-01-02
1
-11
/
+11
*
Narrow `g_type_mutex` usage
gingerBill
2023-01-02
1
-37
/
+39
*
Remove the synchronization primitive init/destroy calls
gingerBill
2023-01-01
1
-4
/
+0
*
Merge branch 'master' into compiler-improvements-2022-12
gingerBill
2023-01-01
1
-2
/
+2
|
\
|
*
fixup are_types_identical for comparing procs and checking if parameter names...
Phil
2022-12-29
1
-2
/
+2
*
|
Correct `type_ptr_set_update` and `type_ptr_set_exists`
gingerBill
2022-12-20
1
-0
/
+8
*
|
Use `*_set_update` where possible
gingerBill
2022-12-20
1
-1
/
+1
*
|
Remove dead code in the compiler
gingerBill
2022-12-18
1
-75
/
+0
*
|
Add `gb_internal` to checker
gingerBill
2022-12-18
1
-2
/
+1
*
|
Even more `gb_internal` everywhere
gingerBill
2022-12-18
1
-214
/
+214
*
|
`gb_internal` a lot
gingerBill
2022-12-18
1
-146
/
+95
*
|
Replace compiler for loops for the hash-table types to simplify code usage
gingerBill
2022-12-09
1
-2
/
+2
|
/
*
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
|
/
[next]