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_decl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minimize mutex usage when in single threaded mode.
gingerBill
2025-09-10
1
-1
/
+1
*
Minor mutex rearrangement
gingerBill
2025-09-10
1
-2
/
+2
*
Use macro instead of a C++ iterator - for speed
gingerBill
2025-09-10
1
-1
/
+1
*
Minimize more thread contention
gingerBill
2025-09-10
1
-2
/
+2
*
Add `@(raddbg_type_view=<optional-string>)`
gingerBill
2025-08-21
1
-0
/
+7
*
Add `#+feature global-context`
gingerBill
2025-08-10
1
-1
/
+6
*
Disallow `proc "odin"` procedures to be called in the global scope in variabl...
gingerBill
2025-08-08
1
-0
/
+6
*
Add `string16` and `cstring16` (UTF-16 based strings)
gingerBill
2025-08-02
1
-0
/
+6
*
Remove the semantics of `#no_copy`, keep the grammar
gingerBill
2025-07-30
1
-7
/
+0
*
Allow objective-c procedures to have their `@objc_name` attribute inferred.
Harold Brenes
2025-07-16
1
-94
/
+102
*
Forbid nested declaration of instrumentation procedures
Feoramund
2025-06-23
1
-0
/
+6
*
Fix spurious failure to compile procedures marked `@instrumentation_enter`
Feoramund
2025-06-23
1
-0
/
+1
*
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
-36
/
+177
|
\
|
*
Resolve other TODOs
Harold Brenes
2025-05-03
1
-87
/
+86
|
*
Remove some TODO. Leave important note
Harold Brenes
2025-05-03
1
-0
/
+4
|
*
Move unconditionally exporting Objective-C methods to the right location
Harold Brenes
2025-05-03
1
-1
/
+13
|
*
Fix checker errors.
Harold Brenes
2025-05-03
1
-15
/
+15
|
*
Prevent multiple uses of the same Objective-C class name
Harold Brenes
2025-05-03
1
-0
/
+9
|
*
Implement all checker specification for Objective-C class implementations and...
Harold Brenes
2025-05-03
1
-9
/
+33
|
*
Cleanup ivar generation for selector expressions.
Harold Brenes
2025-04-30
1
-1
/
+1
|
*
Better Objective-C object superclass cycle check
Harold Brenes
2025-04-30
1
-36
/
+34
|
*
Fix indentations
Harold Brenes
2025-04-27
1
-87
/
+87
|
*
Add support for Objective-C method implementation with Odin calling convention.
Harold Brenes
2025-04-23
1
-22
/
+44
|
*
Add initial support for Objective-C class implementation
Harold Brenes
2025-04-20
1
-0
/
+73
*
|
Add attribute @(no_sanitize_address)
Lucas Perlind
2025-05-01
1
-0
/
+1
|
/
*
fix not resolving to alias in a recursive declaration
Laytan
2025-04-16
1
-1
/
+5
*
Fix #4975
dev-2025-04
gingerBill
2025-04-03
1
-0
/
+4
*
Use `TypeSet` for DeclInfo deps
gingerBill
2025-02-18
1
-2
/
+2
*
Work on making name mangling deterministic
gingerBill
2025-02-17
1
-0
/
+6
*
Remove debug code
gingerBill
2025-02-05
1
-1
/
+1
*
`@(export) foreign import` to be package scope level
gingerBill
2025-01-30
1
-1
/
+2
*
fix grammar in error message
jason
2025-01-21
1
-1
/
+1
*
Merge pull request #4608 from zen3ger/assignment-of-non-specialized-parapoly
gingerBill
2025-01-01
1
-4
/
+6
|
\
|
*
Fix crash on assignment of parapoly proc to variable
Roland Kovacs
2024-12-22
1
-4
/
+6
*
|
Support multiple paths for wasm in `foreign import`
gingerBill
2025-01-01
1
-46
/
+42
|
/
*
Fix #4390 by assigning invalid entity type
Misomosi
2024-10-20
1
-3
/
+4
*
Fix #4330
gingerBill
2024-10-02
1
-0
/
+4
*
make c vararg with any vs concrete type similar enough
Laytan
2024-09-04
1
-0
/
+24
*
fix `open` bindings
Laytan Laats
2024-08-16
1
-0
/
+15
*
Merge pull request #4012 from laytan/posix
gingerBill
2024-08-14
1
-2
/
+18
|
\
|
*
posix: add package
Laytan Laats
2024-08-14
1
-2
/
+18
*
|
Allow `@(require_results)` on `foreign` blocks
gingerBill
2024-08-14
1
-1
/
+3
|
/
*
Fix alias handling of procedures
Roland Kovacs
2024-08-12
1
-1
/
+3
*
Remove use of mutex in single threaded code
gingerBill
2024-07-15
1
-2
/
+1
*
Calculate size and alignment, and reuse memory for all variadic calls within ...
gingerBill
2024-07-14
1
-0
/
+9
*
remove misleading `@(optimization_mode)` values and make "none" inhibit optim...
Laytan Laats
2024-07-08
1
-1
/
+0
*
Restrict a bit more
gingerBill
2024-07-04
1
-41
/
+44
*
Remove import name cases
gingerBill
2024-07-04
1
-2
/
+0
*
Allow `x :: y when cond else proc(...){...}`
gingerBill
2024-07-04
1
-78
/
+156
[next]