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.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `RecursiveMutex` to fix a race condition with parapoly records
gingerBill
2025-09-26
1
-1
/
+1
*
`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
-2
/
+2
*
Use a `RwMutex` instead of `BlockingMutex`
gingerBill
2025-09-10
1
-1
/
+1
*
More thread contention removal
gingerBill
2025-09-10
1
-1
/
+1
*
Remove global `PtrMap<Type *, GenTypesData *>` and store on the `TypeNamed` d...
gingerBill
2025-09-10
1
-2
/
+0
*
Minimize more thread contention
gingerBill
2025-09-10
1
-7
/
+8
*
Multithread min dep set by removing the set itself
gingerBill
2025-09-10
1
-4
/
+3
*
Split type and inline cycles into separate loops
gingerBill
2025-09-10
1
-0
/
+3
*
skip errors on polymorphic procs when in a proc group with other options
A1029384756
2025-08-28
1
-0
/
+1
*
Add `@(raddbg_type_view=<optional-string>)`
gingerBill
2025-08-21
1
-0
/
+11
*
Add `@(no_sanitize_memory)` proc attribute with MSan additions to `base:sanit...
Feoramund
2025-06-05
1
-0
/
+1
*
Merge pull request #5064 from harold-b/hb/objc-classes
gingerBill
2025-05-08
1
-2
/
+22
|
\
|
*
Prevent multiple uses of the same Objective-C class name
Harold Brenes
2025-05-03
1
-1
/
+3
|
*
Implement all checker specification for Objective-C class implementations and...
Harold Brenes
2025-05-03
1
-1
/
+2
|
*
Fix more styling and minor issues
Harold Brenes
2025-04-27
1
-2
/
+2
|
*
Fix indentations
Harold Brenes
2025-04-27
1
-9
/
+9
|
*
Add support for Objective-C method implementation with Odin calling convention.
Harold Brenes
2025-04-23
1
-0
/
+2
|
*
Add initial support for Objective-C class implementation
Harold Brenes
2025-04-20
1
-1
/
+16
*
|
Add attribute @(no_sanitize_address)
Lucas Perlind
2025-05-01
1
-1
/
+2
|
/
*
Move temporary array out of `CheckerInfo`
gingerBill
2025-02-22
1
-3
/
+2
*
Change `typeid` definition to be based around the canonical type hash
gingerBill
2025-02-20
1
-0
/
+1
*
Use `PtrMap` temporarily
gingerBill
2025-02-20
1
-1
/
+1
*
Number fields within procedures with a depth-first numbering system
gingerBill
2025-02-19
1
-0
/
+4
*
Add `TypeWriter` stream to allow for in-place hashing and string generation
gingerBill
2025-02-18
1
-55
/
+1
*
Use `TypeSet` for DeclInfo deps
gingerBill
2025-02-18
1
-23
/
+57
*
Simplify type info table construction
gingerBill
2025-02-17
1
-7
/
+10
*
Begin work on `TypeSet`
gingerBill
2025-02-17
1
-2
/
+19
*
Begin work on hash types
gingerBill
2025-02-17
1
-1
/
+6
*
Work on making name mangling deterministic
gingerBill
2025-02-17
1
-0
/
+2
*
Add `@(ignore_duplicates)` for `foreign import` declarations
gingerBill
2025-01-28
1
-0
/
+1
*
Merge pull request #4607 from zen3ger/parapoly-proc-fixes
gingerBill
2025-01-01
1
-0
/
+1
|
\
|
*
Fix crash when proc return type is undeclared parapoly variable
Roland Kovacs
2024-12-22
1
-0
/
+1
*
|
Support multiple paths for wasm in `foreign import`
gingerBill
2025-01-01
1
-0
/
+1
|
/
*
Allow `@(require_results)` on `foreign` blocks
gingerBill
2024-08-14
1
-0
/
+4
*
Calculate size and alignment, and reuse memory for all variadic calls within ...
gingerBill
2024-07-14
1
-1
/
+3
*
Mock out `#no_capture` for future use
gingerBill
2024-07-14
1
-2
/
+2
*
Add `#no_capture args: ..T` to reuse the backing array stack memory
gingerBill
2024-07-14
1
-0
/
+7
*
Merge pull request #3137 from laytan/show-defineable
gingerBill
2024-06-20
1
-0
/
+14
|
\
|
*
collect and show docs of defineables
Laytan Laats
2024-06-07
1
-3
/
+4
|
*
check if -define is actually used
Laytan Laats
2024-06-06
1
-0
/
+1
|
*
-show-defineables and -export-defineables
Laytan Laats
2024-06-06
1
-0
/
+12
*
|
Add `intrinsics.procedure_of`
gingerBill
2024-06-10
1
-0
/
+6
|
/
*
Add `@(rodata)`
gingerBill
2024-06-06
1
-0
/
+1
*
implement `#exists(path)`
Laytan Laats
2024-06-04
1
-0
/
+9
*
Add `@(link_suffix=<string>)`
gingerBill
2024-05-30
1
-1
/
+4
*
Delay checking foreign import paths until after global scope is checked
gingerBill
2024-05-28
1
-0
/
+3
*
Fix #3427
gingerBill
2024-04-16
1
-1
/
+4
*
Fix another #soa race condition bug
gingerBill
2024-03-26
1
-0
/
+1
*
Potentially fix a race condition with parapoly types (related to #3328)
gingerBill
2024-03-25
1
-3
/
+6
[next]