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
...
*
On `x: [?]T = {...}`, minimize errors by using the `[?]T` expression as a kin...
gingerBill
2024-03-19
1
-9
/
+38
*
Unify "Did you mean" strings
gingerBill
2024-03-18
1
-41
/
+41
*
Add list of C identifier suggestions (types and keywords)
gingerBill
2024-03-18
1
-14
/
+54
*
Add loads of checks for common mistakes for C programmer
gingerBill
2024-03-18
1
-0
/
+18
*
Add error message for C programmers which do `Foo{.x = 123}` rather than `Foo...
gingerBill
2024-03-18
1
-10
/
+18
*
Fix `for x in y` where `y` is an "optional ok" value, but ignores `#optional_...
gingerBill
2024-03-18
1
-8
/
+14
*
Fix #3284
gingerBill
2024-03-16
1
-0
/
+2
*
Fix variable used to index polymorphic parameter.
rick-masters
2024-03-12
1
-1
/
+1
*
Fix check for too many arguments to a polymorphic record type.
rick-masters
2024-03-12
1
-1
/
+1
*
Support swizzle selector syntax `.xyzw` for `#simd` vectors
gingerBill
2024-03-12
1
-4
/
+9
*
Improve error handling with assignments to `bit_field` using constants
gingerBill
2024-02-22
1
-13
/
+35
*
Support compound literals for `bit_field`
gingerBill
2024-02-22
1
-5
/
+44
*
Allow casting between a `bit_field` and its backing type
gingerBill
2024-02-22
1
-0
/
+7
*
Add doc-format support for `bit_field`
gingerBill
2024-02-22
1
-1
/
+0
*
Add general support for `bit_field`s
gingerBill
2024-02-22
1
-11
/
+75
*
Minor changes to futex implementation on Linux
gingerBill
2024-02-22
1
-2
/
+4
*
Add `#load_directory(path: string) > []runtime.Load_Directory_File`
gingerBill
2024-02-09
1
-2
/
+3
*
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
[prev]
[next]