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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
CHECK 1 done
bogwi
2025-05-05
3
-3
/
+26
*
|
|
|
Merge pull request #5064 from harold-b/hb/objc-classes
gingerBill
2025-05-08
13
-79
/
+1160
|
\
\
\
\
|
*
|
|
|
Fix `lb_get_objc_type_encoding` missing matrix and simdvec encodings and mino...
Harold Brenes
2025-05-05
1
-11
/
+23
|
*
|
|
|
Resolve other TODOs
Harold Brenes
2025-05-03
2
-89
/
+91
|
*
|
|
|
Remove some TODO. Leave important note
Harold Brenes
2025-05-03
2
-2
/
+4
|
*
|
|
|
Move unconditionally exporting Objective-C methods to the right location
Harold Brenes
2025-05-03
2
-18
/
+13
|
*
|
|
|
Fix checker errors.
Harold Brenes
2025-05-03
2
-16
/
+16
|
*
|
|
|
Register all classes unconditionally
Harold Brenes
2025-05-03
1
-2
/
+8
|
*
|
|
|
Prevent multiple uses of the same Objective-C class name
Harold Brenes
2025-05-03
4
-3
/
+15
|
*
|
|
|
Implement all checker specification for Objective-C class implementations and...
Harold Brenes
2025-05-03
5
-64
/
+70
|
*
|
|
|
Minor fixes in data type usage and style.
Harold Brenes
2025-04-30
1
-7
/
+7
|
*
|
|
|
Change ivar offsets from u32 to (odin base type) int/native pointer size.
Harold Brenes
2025-04-30
2
-9
/
+9
|
*
|
|
|
Use correct alignment value for `class_addIvar`.
Harold Brenes
2025-04-30
1
-3
/
+3
|
*
|
|
|
Go back to `objc_ivar_get` instead of `ivar_get`.
Harold Brenes
2025-04-30
1
-1
/
+1
|
*
|
|
|
Cleanup ivar generation for selector expressions.
Harold Brenes
2025-04-30
2
-20
/
+6
|
*
|
|
|
Use basic name instead of raw_name for type encoding complex and quats.
Harold Brenes
2025-04-30
1
-6
/
+6
|
*
|
|
|
Complete lb_get_objc_type_encoding() implementation
Harold Brenes
2025-04-30
1
-33
/
+33
|
*
|
|
|
Better Objective-C object superclass cycle check
Harold Brenes
2025-04-30
1
-36
/
+34
|
*
|
|
|
Name fixes
Harold Brenes
2025-04-30
2
-4
/
+4
|
*
|
|
|
Fix more styling and minor issues
Harold Brenes
2025-04-27
3
-11
/
+11
|
*
|
|
|
Fix indentations
Harold Brenes
2025-04-27
11
-808
/
+822
|
*
|
|
|
Fix styling issues
Harold Brenes
2025-04-27
1
-5
/
+4
|
*
|
|
|
Allow the class's ivar to be used as a context provider receiver as well.
Harold Brenes
2025-04-23
1
-15
/
+25
|
*
|
|
|
Add support for Objective-C method implementation with Odin calling convention.
Harold Brenes
2025-04-23
6
-26
/
+173
|
*
|
|
|
Fix bug in @encode implementation.
Harold Brenes
2025-04-23
1
-2
/
+2
|
*
|
|
|
Fixes to Ivar pseudo fields.
Harold Brenes
2025-04-23
1
-1
/
+7
|
*
|
|
|
Include the ivar in the Objective-C class unconditionally of it being used or...
Harold Brenes
2025-04-22
4
-24
/
+53
|
*
|
|
|
Fix ivar in multi-module mode.
Harold Brenes
2025-04-21
2
-29
/
+54
|
*
|
|
|
Add initial support for Objective-C class implementation
Harold Brenes
2025-04-20
12
-45
/
+877
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
fix disposing builder when not created
Laytan Laats
2025-05-07
3
-4
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #5122 from Lperlind/asan-allocators
gingerBill
2025-05-07
4
-11
/
+34
|
\
\
\
|
*
|
|
Cleanup
Lucas Perlind
2025-05-07
1
-12
/
+8
|
*
|
|
Add asan support for various allocators
Lucas Perlind
2025-05-06
4
-11
/
+38
*
|
|
|
Merge pull request #5108 from Barinzaya/core-simd-indices-redadd-redmul
gingerBill
2025-05-06
3
-0
/
+78
|
\
\
\
\
|
*
|
|
|
Added alternate reduce-add/reduce-mul intrinsics.
Barinzaya
2025-05-05
3
-0
/
+78
|
|
/
/
/
*
|
|
|
Also allow comparing SOA pointers against each other
Jeroen van Rijn
2025-05-06
1
-1
/
+5
*
|
|
|
Add support for SoaPointer nil comparison in lb_emit_comp_against_nil
bogwi
2025-05-06
1
-0
/
+12
|
/
/
/
*
|
|
Fix `type_union_tag_offset` when all members are zero sized
Jeroen van Rijn
2025-05-05
2
-5
/
+6
*
|
|
Add `intrinsics.simd_indices`
gingerBill
2025-05-05
3
-0
/
+53
|
|
/
|
/
|
*
|
Clarify error messages for types that aren't simply comparable.
Jeroen van Rijn
2025-05-03
1
-5
/
+16
*
|
Fix #5107
Jeroen van Rijn
2025-05-03
1
-1
/
+1
*
|
Allow polymorphic #simd array as return type
Jeroen van Rijn
2025-05-02
1
-1
/
+4
*
|
Merge pull request #5098 from laytan/fix-nan-comparisons
gingerBill
2025-05-02
2
-3
/
+3
|
\
\
|
*
|
fix variable NaN comparisons
Laytan Laats
2025-04-30
2
-3
/
+3
*
|
|
Merge pull request #5102 from Lperlind/attribute-no-sanitize-address
gingerBill
2025-05-01
5
-2
/
+11
|
\
\
\
|
*
|
|
Add attribute @(no_sanitize_address)
Lucas Perlind
2025-05-01
5
-2
/
+11
|
|
/
/
*
/
/
fixes assigning null as a type if it's an alias but the base type isn't resol...
Laytan Laats
2025-04-30
1
-1
/
+4
|
/
/
*
|
All N-valued (N>=2) expressions in `or_else` expressions
gingerBill
2025-04-29
1
-1
/
+13
*
|
Warn if someone imports the same case-folded path twice
Jeroen van Rijn
2025-04-27
1
-0
/
+13
*
|
Add missing cast to global/static var alignments.
Barinzaya
2025-04-24
2
-2
/
+2
[prev]
[next]