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
...
*
Patch issue with minimum dependency system and how it interacts with para pol...
gingerBill
2021-02-26
1
-0
/
+19
*
Remove `#opaque` types
gingerBill
2021-02-23
1
-7
/
+0
*
Remove `bit_field` keyword and parsing logic
gingerBill
2021-02-23
1
-6
/
+0
*
Remove `"pure"` and `"pure_none"` calling conventions
gingerBill
2021-02-23
1
-9
/
+3
*
Remove `bit_field` type from Odin (keyword and dead runtime code still exists)
gingerBill
2021-02-19
1
-101
/
+3
*
Make 16 simple hasher cases for small types
gingerBill
2020-11-29
1
-24
/
+18
*
Support any comparable type for map keys
gingerBill
2020-11-29
1
-10
/
+32
*
Sanity check for map key
gingerBill
2020-11-29
1
-1
/
+3
*
Support map keys for simple compare types
gingerBill
2020-11-29
1
-1
/
+4
*
Simplify hashing approach `map`
gingerBill
2020-11-29
1
-3
/
+3
*
Add `intrinsics.type_hasher_proc`; Make `map` work with generic hasher procedure
gingerBill
2020-11-29
1
-6
/
+26
*
Simplify internals of `map[K]V`
gingerBill
2020-11-29
1
-2
/
+2
*
Change internal layout of `map[K]V`
gingerBill
2020-11-23
1
-6
/
+8
*
map type internal reorganization
gingerBill
2020-11-23
1
-9
/
+8
*
Modify llvm_abi.cpp to work correctly for win64 abi of `i128` types. (it's a ...
gingerBill
2020-11-22
1
-1
/
+5
*
Minimize memory usage for AST nodes by using Slice<T> rather than Array<T> wh...
gingerBill
2020-11-16
1
-5
/
+5
*
Add SCOPED_TEMPORARY_BLOCK for temporary allocations within a block
gingerBill
2020-11-15
1
-24
/
+21
*
Make `set_procedure_abi_types` use the permanent_allocator
gingerBill
2020-11-15
1
-4
/
+6
*
Fix default parameters on record types
gingerBill
2020-11-09
1
-33
/
+86
*
Remove debug code causing bug
gingerBill
2020-11-09
1
-4
/
+0
*
Fix LLVM-API type cycle for procedures of named procedures
gingerBill
2020-11-09
1
-3
/
+21
*
Inline asm expression (-llvm-api)
gingerBill
2020-10-24
1
-2
/
+7
*
Improve multiple return value copy-elision
gingerBill
2020-10-20
1
-9
/
+0
*
Merge pull request #740 from bttelle/issue-697
gingerBill
2020-09-26
1
-0
/
+2
|
\
|
*
Fix issue #697
Joseph Battelle
2020-09-16
1
-0
/
+2
*
|
Fix and clean up default procedure parameter code for non-constant types
gingerBill
2020-09-22
1
-0
/
+1
|
/
*
Fix issue #515
Joseph Battelle
2020-09-13
1
-1
/
+7
*
Update math and math/linalg; add "pure_none" calling convention
gingerBill
2020-09-10
1
-3
/
+3
*
[REFLECTION BREAKING] Modify the internals of the `map` type to increase perf...
gingerBill
2020-09-07
1
-0
/
+2
*
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
[prev]
[next]