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
*
Fix #714
gingerBill
2020-08-27
1
-1
/
+1
*
Revert accidental removal of `#const` for procedure variable parameters #718
gingerBill
2020-08-26
1
-0
/
+11
*
Remove some dead code
gingerBill
2020-07-14
1
-3
/
+0
*
Fix LLVM code gen bug
gingerBill
2020-06-22
1
-2
/
+1
*
Add `"pure"` procedure types
gingerBill
2020-05-23
1
-1
/
+4
*
Relative pointers
gingerBill
2020-05-15
1
-2
/
+42
*
Enforce explicit context definition for procedure calls
gingerBill
2020-05-14
1
-0
/
+2
*
Implement Explicit context creation #639
gingerBill
2020-05-14
1
-8
/
+14
*
Add experimental atom op tables for llvm-backend
gingerBill
2020-05-02
1
-1
/
+14
*
`#optional_ok` tag for procedures
gingerBill
2020-04-19
1
-0
/
+17
*
Basic polymorphic named procedure parameters for procedures and records
gingerBill
2020-04-13
1
-6
/
+16
*
Add `byval`
gingerBill
2020-03-12
1
-0
/
+7
*
`x if cond else y` and `x when cond else y` expressions
gingerBill
2020-03-05
1
-0
/
+20
*
Add `proc(#const x: Type)` to enforce a constant parameter (but not polymorph...
gingerBill
2020-02-26
1
-1
/
+4
*
Improve error message on `using` with procedure parameters #568
gingerBill
2020-02-23
1
-2
/
+2
*
Add `union #maybe`
gingerBill
2020-02-01
1
-0
/
+6
*
Make "none" calling convention ignore return_by_pointer flag
gingerBill
2020-01-04
1
-0
/
+3
*
Fix enumerated array contiguous error
gingerBill
2019-12-28
1
-12
/
+10
*
Add #partial tag for enumerated arrays to prevent common errors using non-con...
gingerBill
2019-12-27
1
-1
/
+22
*
Fix array lengths with enum value counts.
gingerBill
2019-12-27
1
-1
/
+1
*
Enumerated arrays `[Enum_Type]Elem_Type`
gingerBill
2019-12-27
1
-1
/
+35
*
Fix using on array in struct
gingerBill
2019-12-21
1
-0
/
+4
*
Replace `#vector[N]T` with `#simd[N]T` to reduce confusion #498
gingerBill
2019-12-15
1
-2
/
+2
*
Remove addressing mode `Addressing_Immutable`
gingerBill
2019-12-01
1
-2
/
+2
*
Make the `string` type elements "immutable", akin to `char const *` in C
gingerBill
2019-12-01
1
-1
/
+6
*
#soa[dynamic]Type (Experimental)
gingerBill
2019-11-21
1
-99
/
+253
*
Fix SOA entity usage error on `-vet`
gingerBill
2019-11-21
1
-0
/
+2
*
`#soa[]Type` (Experimental)
gingerBill
2019-11-21
1
-2
/
+117
*
Prepare SOA Struct code for slices and dynamic arrays *to be implemented*
gingerBill
2019-11-19
1
-2
/
+2
*
Add new #soa and #vector syntax
gingerBill
2019-11-17
1
-1
/
+105
*
Fix Slice passed incorrectly in LLVM IR to procedure called via procedure poi...
gingerBill
2019-11-05
1
-0
/
+13
*
Fix "Polymorphic parameter declared in return type doesn't compile #464" by g...
gingerBill
2019-11-05
1
-0
/
+10
*
Fix polymorphic record parameter determination bug caused by polymorphic cons...
gingerBill
2019-10-31
1
-0
/
+4
*
Fix stack overflow bug caused by polymorphic record with polymorphic constant...
gingerBill
2019-10-31
1
-7
/
+11
*
Fix double calling of lhs of logical binary expressions
gingerBill
2019-10-31
1
-10
/
+19
*
Delay determination of procedure abi types until as late as possible to preve...
gingerBill
2019-10-31
1
-8
/
+12
*
Fix procedure group "best fit" algorithm for polymorphic procedures
gingerBill
2019-10-27
1
-3
/
+4
*
Change `error` to `syntax_error` in parser
gingerBill
2019-10-13
1
-1
/
+0
*
Fix System V for certain structs
gingerBill
2019-10-13
1
-5
/
+18
*
`#panic`; Minor change to demo.odin; Fix `#assert` bug at file scope
gingerBill
2019-10-13
1
-7
/
+30
*
Minor fix to Odin types with System V ABI
gingerBill
2019-10-10
1
-11
/
+8
*
Update System V ABI to for more Odin types
gingerBill
2019-10-10
1
-112
/
+136
*
Minor fix to systemv_distribute_struct_fields
gingerBill
2019-10-10
1
-8
/
+6
*
Add Odin types for System V ABI
gingerBill
2019-10-10
1
-0
/
+48
*
Fix typo in System V ABI determination
gingerBill
2019-10-10
1
-1
/
+1
*
Fix general IR parameter case
gingerBill
2019-10-10
1
-7
/
+9
*
Correct (experimental) System V AMD64 ABI support
gingerBill
2019-10-10
1
-1
/
+173
*
Fix typos and make demo work with -vet
gingerBill
2019-10-08
1
-2
/
+4
*
Change ODIN_OS string for osx from "osx" to "darwin" to allow for other platf...
gingerBill
2019-10-01
1
-1
/
+1
*
Update demo.odin
gingerBill
2019-09-08
1
-2
/
+2
[next]