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
/
checker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Begin reording of struct members by default.
Ginger Bill
2016-09-09
1
-14
/
+40
*
Remove duplicates in type info data.
Ginger Bill
2016-09-09
1
-9
/
+91
*
Fix missing `type_info` with manual linear search
Ginger Bill
2016-09-08
1
-1
/
+2
*
Remove AstNode linked lists and replace with arrays
Ginger Bill
2016-09-07
1
-14
/
+16
*
`any` type
Ginger Bill
2016-09-07
1
-17
/
+29
*
Begin Type_Info
Ginger Bill
2016-09-07
1
-14
/
+41
*
Type match statement for tagged unions
Ginger Bill
2016-09-04
1
-12
/
+15
*
Typesafe variadic procedures
Ginger Bill
2016-09-03
1
-0
/
+2
*
Runtime assert
Ginger Bill
2016-09-02
1
-2
/
+2
*
min, max, abs
Ginger Bill
2016-09-02
1
-0
/
+8
*
Match statements; Type System change (Type_Record for all sum and product types)
Ginger Bill
2016-09-01
1
-16
/
+93
*
Better `using`; foreign system libraries; optional semicolons
Ginger Bill
2016-08-30
1
-2
/
+8
*
Begin "Everything's a namespace"
Ginger Bill
2016-08-30
1
-15
/
+34
*
new, new_slice, delete
Ginger Bill
2016-08-28
1
-25
/
+32
*
Pointer arithmetic builtin procedures
Ginger Bill
2016-08-27
1
-0
/
+10
*
Save before Demo 001
Ginger Bill
2016-08-25
1
-0
/
+39
*
Change rune literals to #rune "C"
Ginger Bill
2016-08-25
1
-5
/
+5
*
Untagged (unsafe) unions and unambiguous in|postfix notation.
Ginger Bill
2016-08-24
1
-2
/
+2
*
Fix procedure's scope
gingerBill
2016-08-23
1
-11
/
+25
*
File Library and TypeDecl syntax change
gingerBill
2016-08-22
1
-0
/
+4
*
Implicit Context and #thread_local
gingerBill
2016-08-19
1
-1
/
+2
*
Remove print(ln) and fix swizzle
gingerBill
2016-08-19
1
-6
/
+0
*
print_(f32|f64)
Ginger Bill
2016-08-18
1
-3
/
+3
*
Remove scalar*vector; swizzle; broadcast
gingerBill
2016-08-17
1
-0
/
+5
*
Fix Scoping of proc type decls
gingerBill
2016-08-17
1
-8
/
+0
*
Win32 Demo: OpenGL Context
gingerBill
2016-08-16
1
-8
/
+0
*
defer statements
gingerBill
2016-08-16
1
-1
/
+1
*
Win32 Window Test
gingerBill
2016-08-16
1
-2
/
+7
*
string comparisons
gingerBill
2016-08-15
1
-9
/
+9
*
Code generation for procedure literals
gingerBill
2016-08-11
1
-1
/
+1
*
copy(...)
gingerBill
2016-08-10
1
-0
/
+8
*
Strings galore!
gingerBill
2016-08-05
1
-5
/
+9
*
Minor refactor and basic library
gingerBill
2016-08-05
1
-35
/
+39
*
String support
gingerBill
2016-08-05
1
-20
/
+17
*
Basic call expression and fix to assignment count checking
gingerBill
2016-08-03
1
-3
/
+2
*
Slice creation for SliceExpr
gingerBill
2016-08-03
1
-5
/
+5
*
ret, unreachable, param, deref
gingerBill
2016-08-02
1
-2
/
+10
*
Massive Refactor and If statements
gingerBill
2016-08-02
1
-32
/
+30
*
Big Refactor to type less :P
gingerBill
2016-08-01
1
-57
/
+56
*
Restart LLVM IR SSA generation
gingerBill
2016-07-30
1
-79
/
+69
*
`alias` and unified parameters lists for procedures and structures.
gingerBill
2016-07-25
1
-6
/
+14
*
Compound literals and Warnings
gingerBill
2016-07-23
1
-46
/
+26
*
Procedure Literal
gingerBill
2016-07-22
1
-9
/
+13
*
Support import files as modules (i.e. import only once)
gingerBill
2016-07-21
1
-173
/
+161
*
Random Order File Scope Declaration
gingerBill
2016-07-12
1
-52
/
+299
*
Tags, enclosed proc results and better error handling
gingerBill
2016-07-11
1
-34
/
+30
*
Initial release version
gingerBill
2016-07-09
1
-58
/
+60
*
Slices and slice expressions
gingerBill
2016-07-08
1
-0
/
+6
*
Initial Commit
gingerBill
2016-07-07
1
-0
/
+457
[prev]