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 `Suggested Example` for using an inline procedure which enables a target ...
gingerBill
2024-09-12
1
-0
/
+3
*
fix reuse of slice for varargs with poly types
Laytan Laats
2024-09-12
1
-16
/
+17
*
Allow `transmute(Bit_Set)~T(0)`
gingerBill
2024-09-11
1
-1
/
+2
*
Fix #4229 for edge case `os.Error`/`os.Errno` legacy bodge
gingerBill
2024-09-11
1
-1
/
+1
*
Allow ExactValue_Invalid in assert.
fix-4225
Jeroen van Rijn
2024-09-10
1
-1
/
+1
*
Remove extra format item at end of `context` error message
Feoramund
2024-09-01
1
-1
/
+1
*
Fix `new(sync.Mutex)`
gingerBill
2024-08-31
1
-1
/
+1
*
Fix #4156
gingerBill
2024-08-31
1
-1
/
+1
*
Make `~some_bit_set` work on only the possible bits by doing a mask with the ...
gingerBill
2024-08-30
1
-1
/
+85
*
Fix #4079
gingerBill
2024-08-24
1
-4
/
+5
*
Merge pull request #4130 from fusion32/fix-ambiguous-generic-type-names
gingerBill
2024-08-24
1
-3
/
+5
|
\
|
*
fix wrong exact value kind comparison
fusion32
2024-08-23
1
-1
/
+1
|
*
fix ambiguous generic type names
fusion32
2024-08-23
1
-3
/
+5
*
|
#4115 Add `Suggestion: 'typeid_of(T)'`
gingerBill
2024-08-24
1
-0
/
+4
*
|
#4119 Add error when doing `{.A | .B}` instead of `{.A, .B}` with a suggestio...
gingerBill
2024-08-24
1
-0
/
+16
*
|
Fix #4126
gingerBill
2024-08-24
1
-2
/
+2
|
/
*
,
Jeroen van Rijn
2024-08-21
1
-2
/
+2
*
dash
Jeroen van Rijn
2024-08-21
1
-2
/
+2
*
Add table-driven (in)definite article to some errors.
Jeroen van Rijn
2024-08-20
1
-7
/
+15
*
Add suggestion for `~uint(0)` if `cast(uint)-1` is done
gingerBill
2024-08-18
1
-5
/
+15
*
implement lshrti3 on wasm
Laytan Laats
2024-08-18
1
-46
/
+54
*
Fix #4024
gingerBill
2024-08-18
1
-1
/
+8
*
Fix #4064
gingerBill
2024-08-18
1
-1
/
+3
*
fix type hint propogation for shift
Laytan Laats
2024-08-12
1
-1
/
+1
*
add clarity for diverging mismatch error
Laytan Laats
2024-08-10
1
-0
/
+18
*
Fix crash if referencing import "aliased" in other file.
Jeroen van Rijn
2024-08-05
1
-0
/
+8
*
Disallow `err != 0` with `os.Error` when `-strict-style` is enabled
gingerBill
2024-08-04
1
-1
/
+2
*
Hack: Convert `0` to `nil`
gingerBill
2024-08-04
1
-1
/
+4
*
`os.Errno` -> `os.Error`
gingerBill
2024-08-04
1
-0
/
+1
*
Use `union #shared_nil` for `os.Error`
gingerBill
2024-08-04
1
-19
/
+16
*
Begin converting `os.Errno` to be a `nil`-able type as a transition period
gingerBill
2024-08-04
1
-0
/
+21
*
Begin work for `bit_set[...; [N]T]` (not working)
gingerBill
2024-07-15
1
-1
/
+5
*
Disable the need for mutexes in single threaded checker stage
gingerBill
2024-07-15
1
-1
/
+3
*
Improve error message
gingerBill
2024-07-14
1
-1
/
+1
*
Disallow global use of target specific procedure calls
gingerBill
2024-07-14
1
-6
/
+9
*
Mock out `#no_capture` for future use
gingerBill
2024-07-14
1
-7
/
+6
*
Add `#no_capture args: ..T` to reuse the backing array stack memory
gingerBill
2024-07-14
1
-0
/
+17
*
Merge pull request #3898 from laytan/fix-enable-target-features-for-poly-procs
gingerBill
2024-07-10
1
-7
/
+9
|
\
|
*
fix require/enable target feature attribute on poly procs
Laytan Laats
2024-07-09
1
-7
/
+9
*
|
fix optimization mode, cold, and disabled not being applied to poly procs
Laytan Laats
2024-07-09
1
-0
/
+10
|
/
*
Forbid `$T=` parameter from crashing compiler
Feoramund
2024-07-06
1
-1
/
+11
*
Remove `when` check in `check_entity_from_ident_or_selector`
gingerBill
2024-07-04
1
-2
/
+2
*
Allow `x :: y when cond else proc(...){...}`
gingerBill
2024-07-04
1
-1
/
+21
*
Sanity check for a `nullptr`
gingerBill
2024-07-01
1
-1
/
+3
*
Fix #3515
gingerBill
2024-07-01
1
-7
/
+16
*
Fix showing error when not meant to
gingerBill
2024-07-01
1
-1
/
+3
*
Add support for `make(#soa[]T)` etc
gingerBill
2024-07-01
1
-2
/
+77
*
Merge pull request #3842 from karl-zylinski/fix-poly-bitset-size
Jeroen van Rijn
2024-06-30
1
-0
/
+10
|
\
|
*
Make types like bit_set[$T] have their upper and lower bits overwritten by up...
Karl Zylinski
2024-06-30
1
-0
/
+10
*
|
Add another `-vet-cast` check
gingerBill
2024-06-29
1
-11
/
+11
[prev]
[next]