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_stmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add `#partial [Enum]Type{...}` support to check for missing enumerated array ...
gingerBill
2022-02-05
1
-88
/
+2
*
Add `#no_type_assert` and `#type_assert` to disable implicit type assertions ...
gingerBill
2022-01-27
1
-0
/
+8
*
Add mutex guards for signature scopes
gingerBill
2022-01-10
1
-1
/
+1
*
Revert fix #1344
gingerBill
2022-01-03
1
-32
/
+0
*
Fix #1344
gingerBill
2022-01-03
1
-0
/
+32
*
Disallow `@(static)` and `@(thread_local)` within `defer` statements
gingerBill
2021-12-17
1
-0
/
+7
*
Remove `scope` field from `Ast`
gingerBill
2021-11-14
1
-8
/
+6
*
Begin minimizing `Ast` size
gingerBill
2021-11-14
1
-1
/
+1
*
Move more things to `PtrMap`
gingerBill
2021-11-05
1
-5
/
+4
*
Correct ternary if expression type determination
gingerBill
2021-10-22
1
-2
/
+0
*
Correct update propagation of type for ternary if expressions
gingerBill
2021-10-22
1
-0
/
+2
*
`ERROR_BLOCK()` any usages of "Did you mean?" like behaviour whilst iterating...
gingerBill
2021-08-27
1
-0
/
+4
*
Correct race condition and incorrect usage of `condition_signal` outside of a...
gingerBill
2021-08-26
1
-0
/
+1
*
Correct procedure checking flag handling, and correct the (bodge) handle of u...
gingerBill
2021-08-23
1
-0
/
+3
*
Fix bug in `check_is_terminating`
gingerBill
2021-08-23
1
-0
/
+3
*
Add suggestions when trying to take the address the a value from a `for`/`swi...
gingerBill
2021-08-23
1
-4
/
+7
*
Fix deadlock caused by typo
gingerBill
2021-08-19
1
-1
/
+1
*
Improve parsing for `or_return`; allow `#force_inline foo() or_return;`
gingerBill
2021-08-16
1
-15
/
+0
*
Correct `or_return` logic for debug printing and expression is not used checking
gingerBill
2021-08-16
1
-4
/
+21
*
Reduce superfluous error messages for return statements expecting not-1 retur...
gingerBill
2021-08-07
1
-1
/
+15
*
Temporarily disable `-threaded-checker`; Restructure the untyped-expr-info sy...
gingerBill
2021-07-13
1
-2
/
+2
*
Add experimental support for a threaded semantic checker to `-threaded-checker`
gingerBill
2021-07-10
1
-3
/
+3
*
Improve CheckerContext usage
gingerBill
2021-07-10
1
-5
/
+5
*
Allow `x in ptr_to_map_or_bit_set`
gingerBill
2021-07-10
1
-1
/
+2
*
[Experimental] Add 'try' and `or_else' built-in procedures
gingerBill
2021-07-04
1
-1
/
+1
*
Improve logic for diverging procedures by checking if it terminates
gingerBill
2021-06-16
1
-5
/
+18
*
Add unreachable detection for deferred statements in a scope which contains a...
gingerBill
2021-06-16
1
-0
/
+44
*
Allow trivial optimizations for switch statements of `typeid`
gingerBill
2021-06-09
1
-2
/
+2
*
Experimental support for inline swizzling for array types of len <= 4 e.g. `v...
gingerBill
2021-06-05
1
-0
/
+3
*
Be a little more correct with the temporary Ast node
gingerBill
2021-05-19
1
-3
/
+3
*
Add range-based error messages to `-verbose-errors`
gingerBill
2021-05-19
1
-1
/
+1
*
Add suggestion for unused expression on `x == y`
gingerBill
2021-05-19
1
-0
/
+22
*
Improve untyped to typed logic for aiding the backend
gingerBill
2021-05-16
1
-1
/
+5
*
Allow `..=` alongside `..` as a "full range" operator; Update `core:odin/pars...
gingerBill
2021-05-16
1
-0
/
+1
*
Remove old dead code
gingerBill
2021-05-15
1
-47
/
+0
*
Fix #814
gingerBill
2021-05-13
1
-3
/
+38
*
Remove `use_llvm_api` related checks and other related things
gingerBill
2021-04-25
1
-3
/
+0
*
Move out some intrinsics into separate procedures in llvm_backend.cpp; Rename...
gingerBill
2021-04-24
1
-4
/
+4
*
Add new intrinsics: debug_trap, trap, read_cycle_counter, expect
gingerBill
2021-04-22
1
-1
/
+13
*
Allow casting of `#optional_ok` call expressions
gingerBill
2021-04-19
1
-3
/
+3
*
Add support for soa slice reference iteration
gingerBill
2021-03-24
1
-0
/
+1
*
Support `using` on intermediate soa field value from a for-in statement
gingerBill
2021-03-24
1
-1
/
+4
*
Support #soa array iteration in a `for in` loop for `-llvm-api` backend only
gingerBill
2021-03-24
1
-1
/
+12
*
Make `for in` logic a bit more generic
gingerBill
2021-03-24
1
-30
/
+28
*
Make the parser support as many identifiers on the LHS in `for in` loops to i...
gingerBill
2021-03-24
1
-9
/
+18
*
Fix `is_diverging_stmt` for invalid statements
gingerBill
2021-03-13
1
-4
/
+4
*
Minimize TokenPos size by using `i32` for line/column/offset and file_id inst...
gingerBill
2021-03-04
1
-23
/
+18
*
Deprecate `inline for` in favour of `#unroll for`
gingerBill
2021-02-23
1
-5
/
+5
*
Remove `"pure"` and `"pure_none"` calling conventions
gingerBill
2021-02-23
1
-11
/
+0
*
Remove `bit_field` type from Odin (keyword and dead runtime code still exists)
gingerBill
2021-02-19
1
-11
/
+0
[prev]
[next]