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
*
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
*
Refactor call argument checking to a single procedure
gingerBill
2023-06-21
1
-152
/
+97
*
Correct purely named argument handling
gingerBill
2023-06-21
1
-84
/
+97
*
Fix scoring for untyped ternary expressions
gingerBill
2023-06-20
1
-16
/
+30
*
Correct procedure group handling
gingerBill
2023-06-20
1
-4
/
+20
*
Allow for positional and named arguments in procedure calls
gingerBill
2023-06-20
1
-1187
/
+215
*
Correct `check_call_arguments_new_and_improved` logic
gingerBill
2023-06-20
1
-32
/
+107
*
Start work on parapoly args for new and improved
gingerBill
2023-06-20
1
-14
/
+4
*
Try to get make everything work with parapoly
gingerBill
2023-06-20
1
-154
/
+32
*
Begin to handle split arguments correctly
gingerBill
2023-06-19
1
-275
/
+273
*
Improve proc group selection with named arguments
gingerBill
2023-06-19
1
-29
/
+38
*
Fix line error printing for error messages
gingerBill
2023-06-19
1
-55
/
+695
*
Begin work in procedure calls
gingerBill
2023-06-19
1
-106
/
+227
*
Basic support for new procedure code (non-polymorphic, non-proc-group)
gingerBill
2023-06-15
1
-15
/
+373
*
Begin work allowing mixture of named and unnamed
gingerBill
2023-06-14
1
-28
/
+45
*
Separate out logic for checking mixture of named and unnamed parameters
gingerBill
2023-06-14
1
-29
/
+38
[next]