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
/
checker
/
type.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code reorganization - Separate files and slice refactoring
Ginger Bill
2016-10-26
1
-1425
/
+0
*
Fix Type_Info bug overwriting type_info data.
Ginger Bill
2016-10-23
1
-25
/
+56
*
Separate ssa_struct_gep and ssa_array_gep procedures
Ginger Bill
2016-10-23
1
-2
/
+4
*
Update ImplicitValue "architecture"
Ginger Bill
2016-10-15
1
-6
/
+10
*
Add Pointer Arithmetic
Ginger Bill
2016-10-12
1
-21
/
+25
*
Implicit Values: `context`; Fix lvalue selector assignments; Fix offset_of* f...
Ginger Bill
2016-10-10
1
-7
/
+30
*
Very Basic Profiling
Ginger Bill
2016-10-09
1
-2
/
+6
*
Change from gbArray(T) to Array<T>
Ginger Bill
2016-10-08
1
-13
/
+12
*
Maybe types; value, ok := maybe_value(x)
Ginger Bill
2016-10-06
1
-11
/
+51
*
Untyped `nil`
Ginger Bill
2016-10-06
1
-10
/
+47
*
using on indexable field; Auto deref for (Index|Slice)Expr
Ginger Bill
2016-09-29
1
-0
/
+9
*
Fix minimal dependency for nested entities
Ginger Bill
2016-09-27
1
-1
/
+3
*
Minimal Dependency Map: Only build what is needed
Ginger Bill
2016-09-27
1
-79
/
+100
*
Unicode file loading; push_allocator & push_context
Ginger Bill
2016-09-23
1
-13
/
+17
*
Fix type info generation
Ginger Bill
2016-09-22
1
-1
/
+2
*
Fix enum type comparison; Start demo 003 code
Ginger Bill
2016-09-21
1
-6
/
+2
*
fmt improvement; Minor refactoring
Ginger Bill
2016-09-19
1
-58
/
+39
*
enum_to_string fix; enum count, min_value, max_value
Ginger Bill
2016-09-19
1
-15
/
+44
*
enum_to_string
Ginger Bill
2016-09-19
1
-10
/
+8
*
Better name mangler for SSA generation
Ginger Bill
2016-09-18
1
-8
/
+11
*
#file #line directives
Ginger Bill
2016-09-15
1
-1
/
+1
*
Remove len(), cap() and replace with selectors; fix defer in match
Ginger Bill
2016-09-13
1
-3
/
+81
*
Some global init cleanup; `volatile` types
Ginger Bill
2016-09-12
1
-5
/
+0
*
Default struct member reordering for minimal size
Ginger Bill
2016-09-10
1
-2
/
+4
*
Begin reording of struct members by default.
Ginger Bill
2016-09-09
1
-0
/
+1
*
Remove duplicates in type info data.
Ginger Bill
2016-09-09
1
-18
/
+21
*
Fix match statements for the new AstNodeArray type
Ginger Bill
2016-09-08
1
-10
/
+15
*
Fix missing `type_info` with manual linear search
Ginger Bill
2016-09-08
1
-0
/
+1
*
Basic variadic `print` procedure
Ginger Bill
2016-09-07
1
-1
/
+1
*
`any` type
Ginger Bill
2016-09-07
1
-1
/
+62
*
Tagged unions memory layout change; begin demo 002
Ginger Bill
2016-09-04
1
-3
/
+3
*
Start implementing Tagged Unions
Ginger Bill
2016-09-03
1
-16
/
+74
*
Typesafe variadic procedures
Ginger Bill
2016-09-03
1
-5
/
+20
*
Match statements; Type System change (Type_Record for all sum and product types)
Ginger Bill
2016-09-01
1
-165
/
+193
*
`down_cast`
Ginger Bill
2016-08-31
1
-1
/
+117
*
Subtyping Polymorphic arguments; `using` procedure parameters
Ginger Bill
2016-08-30
1
-4
/
+4
*
Better `using`; foreign system libraries; optional semicolons
Ginger Bill
2016-08-30
1
-1
/
+5
*
Begin "Everything's a namespace"
Ginger Bill
2016-08-30
1
-0
/
+3
*
Save before Demo 001
Ginger Bill
2016-08-25
1
-1
/
+7
*
`using` on struct/union fields
Ginger Bill
2016-08-24
1
-0
/
+2
*
Untagged (unsafe) unions and unambiguous in|postfix notation.
Ginger Bill
2016-08-24
1
-128
/
+173
*
Integer Enumerations
gingerBill
2016-08-22
1
-0
/
+35
*
File Library and TypeDecl syntax change
gingerBill
2016-08-22
1
-1
/
+19
*
Implicit Context and #thread_local
gingerBill
2016-08-19
1
-28
/
+39
*
Remove scalar*vector; swizzle; broadcast
gingerBill
2016-08-17
1
-36
/
+2
*
Win32 Demo: OpenGL Context
gingerBill
2016-08-16
1
-4
/
+9
*
#foreign "custom_name"; <N x i1> bugs (see test.ll and test2.ll)
gingerBill
2016-08-14
1
-1
/
+1
*
append :: proc(s: ^[]T, i: T) -> bool
gingerBill
2016-08-14
1
-0
/
+5
*
expr as type; {N}bool is still causing problems
gingerBill
2016-08-14
1
-15
/
+21
*
Code generation for procedure literals
gingerBill
2016-08-11
1
-9
/
+5
[next]