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
/
check_type.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use global arena for AstNode allocations
gingerBill
2018-06-09
1
-7
/
+3
*
Entity aliasing clean up
gingerBill
2018-06-09
1
-3
/
+3
*
Split up `init_preload` into specific parts
gingerBill
2018-06-03
1
-3
/
+3
*
Use const & for Array<AstNode *> parameters
gingerBill
2018-06-03
1
-1
/
+1
*
Remove dead code from checker
gingerBill
2018-06-02
1
-31
/
+16
*
Refactor: use CheckerContext rather than Checker in type checking part
gingerBill
2018-05-28
1
-193
/
+189
*
Remove `tmp_allocator` from `Checker`
gingerBill
2018-05-28
1
-15
/
+6
*
Reorganize `runtime` package
gingerBill
2018-05-27
1
-1
/
+1
*
Remove code relating to default struct values
gingerBill
2018-05-20
1
-95
/
+1
*
Fix #219 and #220
gingerBill
2018-05-14
1
-1
/
+2
*
Fix issues with exact integer bounds and remove dead code
gingerBill
2018-05-13
1
-2
/
+1
*
Improve minimal dependency system
gingerBill
2018-05-12
1
-0
/
+4
*
Move cycle checking to much earlier on in the semantic stage
gingerBill
2018-03-23
1
-38
/
+48
*
Remove allocator parameter to `types.cpp` functions
gingerBill
2018-03-23
1
-44
/
+46
*
Fix type cycle bug
gingerBill
2018-03-23
1
-13
/
+22
*
Remove dead code; fix referencing of a type assertion in a selector expression
gingerBill
2018-03-04
1
-48
/
+13
*
Fix `using` determination order
gingerBill
2018-03-03
1
-19
/
+10
*
More code tidying with `Array`
gingerBill
2018-02-25
1
-17
/
+14
*
`array_make`
gingerBill
2018-02-25
1
-57
/
+11
*
Fix issue regarding nullptr Type *
gingerBill
2018-02-18
1
-1
/
+2
*
#complete switch; Removal of dyncall
gingerBill
2018-02-17
1
-3
/
+2
*
Fix #187
gingerBill
2018-02-14
1
-4
/
+36
*
Fix zero value initialization in IR
gingerBill
2018-02-11
1
-5
/
+11
*
`distinct` keyword for type declarations
gingerBill
2018-02-05
1
-3
/
+3
*
Fix typos `#type_alias`
gingerBill
2018-02-04
1
-1
/
+1
*
Extra check for `type_info` cycle checking
gingerBill
2018-01-28
1
-0
/
+4
*
`enum #export`
gingerBill
2018-01-21
1
-0
/
+15
*
Named return value act as variables; Code reorganization
gingerBill
2018-01-17
1
-0
/
+12
*
Remove `u128` and `i128`
gingerBill
2018-01-13
1
-5
/
+5
*
"Fix" LLVM boolean bug (more like a bodge)
gingerBill
2017-12-22
1
-0
/
+4
*
Revert `map` to be a value type and not a reference type
gingerBill
2017-12-21
1
-2
/
+16
*
`map` is internally backed by a pointer (i.e. a "reference type")
gingerBill
2017-12-17
1
-1
/
+2
*
Remove `struct #ordered`
gingerBill
2017-12-17
1
-10
/
+4
*
using x in bar;
gingerBill
2017-12-17
1
-0
/
+1
*
Disable struct field reordering (for the time being)
gingerBill
2017-12-12
1
-202
/
+12
*
Merge branch 'master' into explicit-overloading
gingerBill
2017-12-11
1
-6
/
+0
|
\
|
*
Fix issue #162 regarding empty unions
gingerBill
2017-12-11
1
-6
/
+0
*
|
Fix proc groups from import names
gingerBill
2017-12-10
1
-2
/
+1
|
/
*
Remove `vector` type (will be replaced by something else in the future)
gingerBill
2017-11-30
1
-27
/
+0
*
Remove `using` in arrays; Remove `_` non-exported struct fields
gingerBill
2017-11-28
1
-54
/
+8
*
Update ABI for basic types
gingerBill
2017-11-27
1
-2
/
+4
*
Change proc ABI for Odin specific types
gingerBill
2017-11-27
1
-13
/
+10
*
Remove `#const`; Minor fixes
gingerBill
2017-11-12
1
-43
/
+4
*
In error messages, remove ` with '; Fix error messages for `switch`
gingerBill
2017-11-12
1
-47
/
+47
*
Allow for default arguments after a variadic parameter
gingerBill
2017-11-12
1
-13
/
+32
*
#const value procedure parameters; $N for polymorphic array lengths
gingerBill
2017-11-05
1
-32
/
+93
*
Foreign context cleanup
gingerBill
2017-11-03
1
-3
/
+3
*
Add string_set.cpp; Code clean up
gingerBill
2017-10-30
1
-8
/
+4
*
`@(default_calling_convention = ...)` for `foreign` blocks
gingerBill
2017-10-29
1
-4
/
+13
*
#alias type declarations; core library additions; `_global` import name for t...
gingerBill
2017-10-29
1
-0
/
+6
[next]