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_expr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add require to 128-bit and f16 casts
gingerBill
2024-02-05
1
-9
/
+10
*
Add require flags to 128-bit integer procedures
gingerBill
2024-02-05
1
-6
/
+9
*
Minimize extra dependencies if u128/i128 and f16 are not used
gingerBill
2024-02-02
1
-5
/
+48
*
Merge branch 'master' into base-work
gingerBill
2024-01-28
1
-1
/
+5
|
\
|
*
Fix semantics for casting between polymorphic specialized procedures
gingerBill
2024-01-28
1
-1
/
+5
*
|
Move matrix compiler `builtin`s to `intrinsics`; alias within core_builtin_ma...
gingerBill
2024-01-28
1
-1
/
+2
|
/
*
Fix #3122
gingerBill
2024-01-26
1
-1
/
+3
*
Clarify #location error message when not a call.
Jeroen van Rijn
2024-01-20
1
-1
/
+1
*
Clean up error block usage
gingerBill
2024-01-05
1
-29
/
+39
*
Add `@(entry_point_only)` for procedures
gingerBill
2024-01-05
1
-0
/
+8
*
Remove code that skipped checking blank params
jakubtomsu
2023-11-23
1
-3
/
+0
*
Fix `&x[i]` of `^#soa` types
gingerBill
2023-11-23
1
-2
/
+2
*
checker: suggest ..[]T when passing a slice to variadic arg ..T
Laytan Laats
2023-11-14
1
-0
/
+8
*
Fix #2913
gingerBill
2023-11-04
1
-0
/
+5
*
Add warning for things like `1.0 / some_int`
gingerBill
2023-11-04
1
-0
/
+24
*
Remove `-vet-extra`
gingerBill
2023-09-30
1
-23
/
+0
*
Add `or_break` and `or_continue` constructs
gingerBill
2023-09-30
1
-0
/
+121
*
Merge branch 'master' into llvm-17
gingerBill
2023-09-27
1
-3
/
+13
|
\
|
*
Add `cstring` specific comparison procedures to fix comparisons like `cstring...
gingerBill
2023-09-26
1
-3
/
+13
*
|
Fix build times for `-o:<string>` in LLVM-17
gingerBill
2023-09-21
1
-11
/
+0
|
/
*
Fix bug: Disallow non-specialized polymorphic in typeid assignment
gingerBill
2023-09-06
1
-4
/
+14
*
fix #2779 ternary with a union of enum
Laytan Laats
2023-08-31
1
-1
/
+1
*
Fix variadic parapoly bug
gingerBill
2023-08-21
1
-5
/
+5
*
Fix `add_constant_switch_case`
gingerBill
2023-08-08
1
-15
/
+6
*
Remove #relative slices; Replace with #relative multi-pointers
gingerBill
2023-08-05
1
-20
/
+23
*
Fix #2690
gingerBill
2023-08-05
1
-5
/
+5
*
Merge branch 'master' into tilde
gingerBill
2023-08-03
1
-34
/
+14
|
\
|
*
Merge pull request #2669 from laytan/check-disabled-when-generating-parapoly
dev-2023-08
gingerBill
2023-08-01
1
-0
/
+4
|
|
\
|
|
*
Fix #2666 by checking for disabled when generating parapoly procs
Laytan Laats
2023-07-19
1
-0
/
+4
|
*
|
Go through loads of `TODO`s
gingerBill
2023-08-01
1
-27
/
+3
|
*
|
Replace a lot of warnings with errors; remove deprecated stuff
gingerBill
2023-08-01
1
-1
/
+1
|
*
|
Add `-vet-style` and `-vet-semicolon`
gingerBill
2023-08-01
1
-2
/
+2
|
*
|
Improve `//+vet`; remove `using` in many places; add `//+vet !using-stmt` whe...
gingerBill
2023-07-31
1
-3
/
+3
|
*
|
Add separate `-vet` flags; `-vet-using-*` flags; `//+vet` file flags
gingerBill
2023-07-31
1
-3
/
+3
|
|
/
*
|
BODGE for finding procedure symbols
gingerBill
2023-07-28
1
-21
/
+25
*
|
Fix dependency issue; Allow polymorphic procedures in tilde
gingerBill
2023-07-25
1
-1
/
+2
|
/
*
Improve type inference for procedure group stuff
gingerBill
2023-07-17
1
-6
/
+2
*
Improve scoring for polymorphic procedures
gingerBill
2023-07-17
1
-6
/
+8
*
Fix to allow procedure groups on objective-c types
gingerBill
2023-07-17
1
-61
/
+109
*
Fix #2593
gingerBill
2023-07-07
1
-1
/
+4
*
Fix #2624
gingerBill
2023-07-07
1
-1
/
+1
*
Fix #2630
gingerBill
2023-07-07
1
-8
/
+22
*
Add missing `-strict-style` check
gingerBill
2023-06-26
1
-0
/
+4
*
Improve internal names for parapoly records
gingerBill
2023-06-26
1
-3
/
+46
*
Allow `switch &v in ...` work to be consistent with `for &e in ...`
gingerBill
2023-06-26
1
-1
/
+33
*
`for &e, i in array` and `for k, &v in map` (alternative to passing the itera...
gingerBill
2023-06-26
1
-1
/
+9
*
Fix nullptr entity case
gingerBill
2023-06-21
1
-8
/
+8
*
Remove `new_and_improved` in the name
gingerBill
2023-06-21
1
-9
/
+9
*
Remove in order requirement for named parameters
gingerBill
2023-06-21
1
-107
/
+0
*
Minor code reshuffle
gingerBill
2023-06-21
1
-20
/
+20
[prev]
[next]