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
/
checker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #5967 (Incorrect stack overflow warning for by ref switches over unions)
Franz
2025-11-28
1
-1
/
+3
*
skip collision panic when package names aren't unique
Laytan
2025-11-16
1
-3
/
+9
*
For test runner, try to look for `os.exit` or `os2.exit`
gingerBill
2025-10-30
1
-0
/
+16
*
Fix #5785
Jeroen van Rijn
2025-10-11
1
-13
/
+9
*
Fix Objective-C block symbols naming conflict across modules.
Harold Brenes
2025-10-05
1
-1
/
+4
*
Include objc runtime type dependencies only on darwin
Harold Brenes
2025-09-29
1
-2
/
+4
*
Automatically emit objc_msgSend calls when calling imported or implemented Ob...
Harold Brenes
2025-09-29
1
-0
/
+8
*
`Entity *` to `std::atomic<Entity *>` to remove the need for a PtrMap+Mutex
gingerBill
2025-09-19
1
-1
/
+1
*
Minimize mutex usage when in single threaded mode.
gingerBill
2025-09-10
1
-14
/
+25
*
Remove global `PtrMap<Type *, GenTypesData *>` and store on the `TypeNamed` d...
gingerBill
2025-09-10
1
-5
/
+0
*
Removal of some old checks
gingerBill
2025-09-10
1
-35
/
+48
*
Use macro instead of a C++ iterator - for speed
gingerBill
2025-09-10
1
-22
/
+14
*
Inline some ptr set iterators
gingerBill
2025-09-10
1
-4
/
+13
*
Move more from `heap_allocator()` to `temporary_allocator()`
gingerBill
2025-09-10
1
-32
/
+29
*
Multithread "check all scope usages"
gingerBill
2025-09-10
1
-10
/
+33
*
Minimize more thread contention
gingerBill
2025-09-10
1
-27
/
+31
*
Minor clean up of permanent/temporary arena usage
gingerBill
2025-09-10
1
-3
/
+3
*
Use arena in `calculate_global_init_order`
gingerBill
2025-09-10
1
-53
/
+79
*
Multithread min dep set by removing the set itself
gingerBill
2025-09-10
1
-94
/
+99
*
Multithread some of the min dep system
gingerBill
2025-09-10
1
-15
/
+96
*
Split type and inline cycles into separate loops
gingerBill
2025-09-10
1
-15
/
+26
*
Multithread `check_update_dependency_tree_for_procedures`
gingerBill
2025-09-10
1
-0
/
+39
*
formatting
smoke-y
2025-09-05
1
-1
/
+3
*
fix empty parentheses seg fault
smoke-y
2025-09-05
1
-0
/
+1
*
Fix parentheses for raddbg expression
gingerBill
2025-08-22
1
-4
/
+4
*
Remove debug print
gingerBill
2025-08-22
1
-2
/
+0
*
Improve the raddbg type views generated from `fmt`-based struct field tags
gingerBill
2025-08-22
1
-146
/
+269
*
Add `@(raddbg_type_view=<optional-string>)`
gingerBill
2025-08-21
1
-0
/
+170
*
Allow `#+feature global-context` for `@(init)` and `@(fini)` procedures as an...
gingerBill
2025-08-12
1
-4
/
+34
*
Require `@(init)` and `@(fini)` to be `proc "contextless" ()`
gingerBill
2025-08-08
1
-0
/
+9
*
Implementes the block ABI.2010.3.16 natively via the `objc_block` intrinsic a...
Harold Brenes
2025-08-06
1
-0
/
+4
*
Change `is_utf16` field to `encoding` and use an enum
gingerBill
2025-08-05
1
-0
/
+3
*
Merge branch 'master' into bill/utf16-strings
gingerBill
2025-08-05
1
-1
/
+5
|
\
|
*
Fix possible race condition with struct offsets
gingerBill
2025-08-05
1
-1
/
+5
*
|
Add `string16` and `cstring16` (UTF-16 based strings)
gingerBill
2025-08-02
1
-7
/
+9
|
/
*
fix check
Laytan
2025-08-01
1
-1
/
+1
*
Rename `iOS` subtarget to `iPhone` for consistency.
Harold Brenes
2025-07-14
1
-1
/
+1
*
Updated iOS/iPhoneSimulator build support
Harold Brenes
2025-07-13
1
-3
/
+4
*
Merge pull request #5286 from Feoramund/no-san-mem
gingerBill
2025-06-09
1
-0
/
+6
|
\
|
*
Add `@(no_sanitize_memory)` proc attribute with MSan additions to `base:sanit...
Feoramund
2025-06-05
1
-0
/
+6
*
|
Guard against untyped `nil` in type cycle and type info sections
Feoramund
2025-06-08
1
-2
/
+2
*
|
Add `nullptr` check in `add_type_info_type_internal`
Feoramund
2025-06-06
1
-1
/
+1
|
/
*
Add comments to `builtin.odin`, documenting ODIN_* constants. (#5218)
Jeroen van Rijn
2025-05-26
1
-6
/
+25
*
Do not call disabled deferred procedures
Feoramund
2025-05-19
1
-0
/
+6
*
@(init), @(fini) and @(export) procedures are classified as used.
Jeroen van Rijn
2025-05-17
1
-2
/
+7
*
Merge pull request #5064 from harold-b/hb/objc-classes
gingerBill
2025-05-08
1
-0
/
+122
|
\
|
*
Move unconditionally exporting Objective-C methods to the right location
Harold Brenes
2025-05-03
1
-17
/
+0
|
*
Fix checker errors.
Harold Brenes
2025-05-03
1
-1
/
+1
|
*
Prevent multiple uses of the same Objective-C class name
Harold Brenes
2025-05-03
1
-0
/
+1
|
*
Implement all checker specification for Objective-C class implementations and...
Harold Brenes
2025-05-03
1
-29
/
+30
[next]