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
...
|
*
|
|
fix global and static any
Laytan Laats
2025-05-17
3
-60
/
+60
|
|
/
/
*
/
/
Use `--sysroot` instead of `-Wl,-syslibroot` on Darwin
Feoramund
2025-05-18
1
-1
/
+11
|
/
/
*
|
@(init), @(fini) and @(export) procedures are classified as used.
Jeroen van Rijn
2025-05-17
1
-2
/
+7
*
|
Merge pull request #5162 from 0xrsp/tounsigned
gingerBill
2025-05-17
2
-0
/
+87
|
\
\
|
*
|
add: type_integer_to_* error messages
0xrsp
2025-05-15
1
-6
/
+3
|
*
|
new compiler intrinsics type_integer_to_unsigned,type_integer_to_signed
0xrsp
2025-05-15
2
-0
/
+90
*
|
|
Add debug info for labels (#4385)
tf2spi
2025-05-15
2
-5
/
+123
*
|
|
fix compat with earlier llvm versions
Laytan Laats
2025-05-15
1
-1
/
+1
|
/
/
*
|
Parse odin version date out of HEAD commit if available
Jeroen van Rijn
2025-05-13
1
-1
/
+7
*
|
Change Odin's RTTI section name to `.odinti`
gingerBill
2025-05-13
1
-1
/
+1
*
|
Handle "untyped" case
gingerBill
2025-05-12
1
-1
/
+9
*
|
Add `compress_values`
gingerBill
2025-05-12
3
-0
/
+244
*
|
some ABI fixups and improvements
Laytan Laats
2025-05-09
2
-31
/
+69
*
|
Place RTTI into its own section `.odin-rtti`
gingerBill
2025-05-09
2
-0
/
+11
*
|
Merge pull request #5117 from bogwi/bug/5024
gingerBill
2025-05-09
8
-14
/
+84
|
\
\
|
*
|
CHECK 4 done
bogwi
2025-05-05
1
-0
/
+2
|
*
|
CHECK 3 done
bogwi
2025-05-05
2
-10
/
+39
|
*
|
CHECK 2 done
bogwi
2025-05-05
3
-1
/
+17
|
*
|
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
[prev]
[next]