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
...
*
Support `#reverse` on `#soa` arrays
gingerBill
2023-05-29
1
-4
/
+0
*
Basic support for `#reverse for in` on normal arrays
gingerBill
2023-05-29
1
-0
/
+21
*
Restrict `---` to variable declarations only
gingerBill
2023-05-22
1
-1
/
+1
*
Fix #2526
gingerBill
2023-05-18
1
-0
/
+6
*
Add `struct #no_copy`
gingerBill
2023-04-15
1
-1
/
+3
*
Allow `case nil` within a type switch statement (experimental idea)
gingerBill
2023-03-12
1
-2
/
+26
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2023-02-22
1
-1
/
+0
|
\
|
*
Remove debug print
Tetralux
2023-02-22
1
-1
/
+0
*
|
Improve error bounds for `check_comparison`
gingerBill
2023-02-22
1
-4
/
+4
|
/
*
Fix bug with for in statements and pointer intervals
gingerBill
2023-02-21
1
-2
/
+2
*
Improve error message for accidentally using a type as an expression statement
gingerBill
2023-02-21
1
-1
/
+1
*
Separate `check_stmt` code into separate procedures
gingerBill
2023-02-01
1
-271
/
+288
*
Correct `arena_temp_end` usage when no allocation ever happens for that arena
gingerBill
2023-01-28
1
-490
/
+499
*
Add extra `add_type_info_type` calls
gingerBill
2023-01-23
1
-2
/
+2
*
Minimize `StringMap` structure usage
gingerBill
2023-01-14
1
-2
/
+2
*
Add `ArenaTemp` to the compiler
gingerBill
2023-01-12
1
-0
/
+7
*
Improve the `PtrSet` to be as simple and small as possible
gingerBill
2023-01-04
1
-0
/
+1
*
Minimize `add_type_info_type` usage
gingerBill
2023-01-03
1
-3
/
+5
*
Use `RwMutex` for the `Scope`
gingerBill
2023-01-03
1
-1
/
+4
*
More `for_array(i, y)` to `for (x : y)` translations
gingerBill
2023-01-03
1
-48
/
+25
*
Make all maps use heap allocator implicitly
gingerBill
2023-01-03
1
-1
/
+0
*
Use heap_allocator for all hash set types
gingerBill
2023-01-03
1
-1
/
+0
*
Revert "Change `tav` to be a pointer internally"
gingerBill
2022-12-22
1
-5
/
+5
*
Change `tav` to be a pointer internally
gingerBill
2022-12-22
1
-5
/
+5
*
Use `*_set_update` where possible
gingerBill
2022-12-20
1
-2
/
+1
*
Remove dead code in the compiler
gingerBill
2022-12-18
1
-6
/
+0
*
Add `gb_internal` to checker
gingerBill
2022-12-18
1
-23
/
+23
*
Add extra check
gingerBill
2022-12-09
1
-0
/
+2
*
Replace compiler for loops for the hash-table types to simplify code usage
gingerBill
2022-12-09
1
-7
/
+7
*
Naïve optimization of named _split_ multiple return valued when `defer` is n...
gingerBill
2022-11-25
1
-0
/
+3
*
Improve error messages with 'using _'
Lucas Perlind
2022-10-15
1
-1
/
+5
*
Disable buggy escape analysis
gingerBill
2022-09-08
1
-0
/
+2
*
Improve basic escape analysis
gingerBill
2022-09-02
1
-7
/
+4
*
Fix #1977
gingerBill
2022-08-26
1
-0
/
+6
*
Check for `using` variables
gingerBill
2022-08-26
1
-1
/
+1
*
Correct `check_expr_is_stack_variable`
gingerBill
2022-08-24
1
-1
/
+2
*
Add very basic escape analysis on `return` values
gingerBill
2022-08-24
1
-0
/
+39
*
Make `unreachable()` a built-in compiler-level procedure
gingerBill
2022-08-05
1
-5
/
+8
*
Improve error message with suggestion for #1866
gingerBill
2022-06-28
1
-1
/
+20
*
Improve missing handled results for built in procedures
gingerBill
2022-05-30
1
-10
/
+36
*
Correct `@(require_results)` on parapoly procedures
gingerBill
2022-05-30
1
-5
/
+5
*
Disallow `@(thread_local)` on wasm targets
gingerBill
2022-02-28
1
-1
/
+4
*
Improve printing for unhandled cases by adding a new line before the cases
gingerBill
2022-02-05
1
-1
/
+1
*
Minor clean up
gingerBill
2022-02-05
1
-1
/
+1
*
Correct `add_to_seen_map` logic
gingerBill
2022-02-05
1
-3
/
+3
*
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
[prev]
[next]