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
*
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
|
*
Fix more styling and minor issues
Harold Brenes
2025-04-27
1
-1
/
+1
|
*
Fix indentations
Harold Brenes
2025-04-27
1
-75
/
+75
|
*
Add support for Objective-C method implementation with Odin calling convention.
Harold Brenes
2025-04-23
1
-0
/
+64
|
*
Add initial support for Objective-C class implementation
Harold Brenes
2025-04-20
1
-2
/
+75
*
|
Add attribute @(no_sanitize_address)
Lucas Perlind
2025-05-01
1
-0
/
+6
*
|
Warn if someone imports the same case-folded path twice
Jeroen van Rijn
2025-04-27
1
-0
/
+13
|
/
*
Remove warning on struct field parameters being too big for the stack
gingerBill
2025-04-09
1
-1
/
+1
*
Very very rudimentary support for `-target:linux_arm64 -subtarget:android`
gingerBill
2025-03-26
1
-0
/
+1
*
Fix #4914
gingerBill
2025-03-06
1
-0
/
+8
*
Move temporary array out of `CheckerInfo`
gingerBill
2025-02-22
1
-14
/
+16
*
Change `typeid` definition to be based around the canonical type hash
gingerBill
2025-02-20
1
-16
/
+29
*
Use `PtrMap` temporarily
gingerBill
2025-02-20
1
-3
/
+3
*
Number fields within procedures with a depth-first numbering system
gingerBill
2025-02-19
1
-0
/
+4
*
Use `TypeSet` for DeclInfo deps
gingerBill
2025-02-18
1
-5
/
+5
*
Minor code clean up
gingerBill
2025-02-18
1
-47
/
+15
*
Fix typos
gingerBill
2025-02-18
1
-1
/
+1
*
Simplify type info table construction
gingerBill
2025-02-17
1
-61
/
+101
*
Begin work on `TypeSet`
gingerBill
2025-02-17
1
-15
/
+6
*
Begin work on hash types
gingerBill
2025-02-17
1
-2
/
+42
*
Work on making name mangling deterministic
gingerBill
2025-02-17
1
-0
/
+1
*
Fix #4763
gingerBill
2025-01-31
1
-0
/
+4
*
Add `@(export) foreign import`
gingerBill
2025-01-31
1
-3
/
+13
*
Add `@(ignore_duplicates)` for `foreign import` declarations
gingerBill
2025-01-28
1
-0
/
+9
*
Do not warn about stack overflow in range loops 'by reference'
flysand7
2025-01-16
1
-3
/
+9
*
Make `-no-dynamic-literals` the default now
gingerBill
2025-01-05
1
-1
/
+17
*
Support multiple paths for wasm in `foreign import`
gingerBill
2025-01-01
1
-0
/
+34
*
Remove `#relative` types from the compiler
gingerBill
2024-11-14
1
-24
/
+0
*
Ignore `package runtime` with using `-vet-unused-packages`
gingerBill
2024-10-02
1
-0
/
+3
*
print proc types in same order as procs
Beau McCartney
2024-09-29
1
-3
/
+3
*
fix deferred procedure errors
Beau McCartney
2024-09-29
1
-5
/
+5
*
Add `-vet-unused-procedures`
gingerBill
2024-09-17
1
-7
/
+48
*
Add `-vet-packages:<comma-separated-string-array>`
gingerBill
2024-09-17
1
-12
/
+4
*
remove comma
Laytan Laats
2024-08-31
1
-1
/
+1
*
fix some issues with the "bad import name" errors
Laytan Laats
2024-08-31
1
-3
/
+9
*
Fix #4166
gingerBill
2024-08-30
1
-1
/
+8
*
Set a flag for delayed checking
avanspector
2024-08-30
1
-2
/
+1
*
Add missing checker delaying
avanspector
2024-08-29
1
-3
/
+3
*
checker: delay foreign block checking
avanspector
2024-08-26
1
-8
/
+20
[next]