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 #4975
dev-2025-04
gingerBill
2025-04-03
1
-0
/
+4
*
Fix `lb_add_debug_local_variable` to use the correct procedure in LLVM 20
gingerBill
2025-04-03
1
-1
/
+1
*
Remove refactor
gingerBill
2025-04-03
1
-15
/
+34
*
Minor clean up to `lb_handle_objc_find_or_register_internal`
gingerBill
2025-04-03
1
-37
/
+12
*
Rewrite objc SEL/Class register handling code
gingerBill
2025-04-03
4
-90
/
+96
*
Add mutex for `lb_handle_objc_find_or_register_class`
gingerBill
2025-04-02
2
-1
/
+10
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2025-04-02
1
-1
/
+1
|
\
|
*
Fix #4980
Jeroen van Rijn
2025-04-02
1
-1
/
+1
*
|
Add mutex for `lb_handle_objc_find_or_register_selector`
gingerBill
2025-04-02
2
-0
/
+8
|
/
*
Command `package` -> `bundle`
gingerBill
2025-03-28
3
-21
/
+27
*
Merge pull request #4970 from odin-lang/bill/android-subtarget
gingerBill
2025-03-28
7
-76
/
+683
|
\
|
*
Fix another typo
gingerBill
2025-03-27
1
-1
/
+1
|
*
Fix typos
gingerBill
2025-03-27
1
-2
/
+2
|
*
Use working directory for `aapt` commands
gingerBill
2025-03-27
3
-22
/
+104
|
*
Handle android flags to be more "optional"
gingerBill
2025-03-27
1
-6
/
+12
|
*
Fix flags for `odin package <platform>`
gingerBill
2025-03-27
1
-4
/
+14
|
*
Use `u64` for the command kind just in case
gingerBill
2025-03-27
2
-5
/
+5
|
*
`odin package android`
gingerBill
2025-03-27
3
-58
/
+72
|
*
Begin work on `odin package-android` command
gingerBill
2025-03-26
4
-255
/
+295
|
*
Disable `-build-mode:exe` for `-subtarget:android`
gingerBill
2025-03-26
1
-2
/
+2
|
*
Improve bodge for android execute build
gingerBill
2025-03-26
2
-3
/
+14
|
*
Really bodgy android packing system for `odin build`
gingerBill
2025-03-26
3
-4
/
+202
|
*
Remove `_PATH` on android environment variables
gingerBill
2025-03-26
2
-52
/
+72
|
*
Migrate `ODIN_ANDROID_*` constants to `build_settings.cpp`; `-minimum-os-vers...
gingerBill
2025-03-26
2
-36
/
+77
|
*
Fix typos
gingerBill
2025-03-26
1
-2
/
+2
|
*
Add `-show-more-timings` for Android stuff
gingerBill
2025-03-26
1
-0
/
+9
|
*
Allow `check` for `-subtarget:android`
gingerBill
2025-03-26
1
-6
/
+12
|
*
Very very rudimentary support for `-target:linux_arm64 -subtarget:android`
gingerBill
2025-03-26
4
-13
/
+199
|
*
Make things rely less on `#if` guards
gingerBill
2025-03-26
1
-33
/
+17
*
|
Improve `or_else` type inference logic
gingerBill
2025-03-27
1
-6
/
+7
*
|
Fix linker invocation on OpenBSD.
Dave Voutila
2025-03-27
1
-0
/
+7
*
|
Merge pull request #4974 from harold-b/hb.fix-syscall-memory-dep
gingerBill
2025-03-27
1
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
Add `~{memory}` clobber to syscall intrinsics for platforms where it was not ...
Harold Brenes
2025-03-26
1
-0
/
+10
*
|
Use `store`
gingerBill
2025-03-24
1
-17
/
+20
*
|
Use `store` over `memcpy`
gingerBill
2025-03-24
1
-6
/
+6
*
|
Fix #4949
gingerBill
2025-03-24
1
-0
/
+7
*
|
Fix #4952
gingerBill
2025-03-24
2
-6
/
+46
*
|
Fix #4962
gingerBill
2025-03-24
1
-5
/
+9
*
|
fix off by one temp cstring and put objc names on permanent allocator to be safe
Laytan Laats
2025-03-21
2
-7
/
+3
*
|
drop llvm 19 feature/microarch table
Laytan Laats
2025-03-20
1
-526
/
+0
*
|
few llvm 20 changes
Laytan Laats
2025-03-19
4
-13
/
+1099
*
|
Fix typo in passes
gingerBill
2025-03-18
1
-1
/
+1
*
|
Fix typo
gingerBill
2025-03-18
1
-1
/
+1
*
|
Add new LLVM 20 passes
gingerBill
2025-03-18
2
-791
/
+1196
*
|
Update to LLVM 20.1.0
gingerBill
2025-03-18
29
-228
/
+713
*
|
Use `::` rather than `$` to try and fix mac SEL stuff
gingerBill
2025-03-12
1
-4
/
+3
*
|
Merge pull request #4927 from voutilad/openbsd-futex
gingerBill
2025-03-11
1
-3
/
+3
|
\
\
|
*
|
Fix futex(8) usage on OpenBSD.
Dave Voutila
2025-03-11
1
-3
/
+3
*
|
|
Remove debug print
gingerBill
2025-03-11
1
-2
/
+0
*
|
|
Fix object name generation
gingerBill
2025-03-11
1
-2
/
+3
|
/
/
[next]