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
*
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
*
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
|
\
[next]