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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `##` operator to `core:odin`
bill/integer-concatenation
gingerBill
2025-04-01
3
-2
/
+21
*
Add `##` and `##=` operators
gingerBill
2025-03-31
4
-2
/
+54
*
Add `mem.make_over_aligned`
gingerBill
2025-03-31
2
-1
/
+29
*
Fix indentation
gingerBill
2025-03-31
1
-21
/
+20
*
Merge pull request #4986 from hardliner66/bugfix/use_correct_size_when_resolv...
gingerBill
2025-03-30
1
-1
/
+3
|
\
|
*
Use the proper size for SizeOfStruct
Steve Biedermann
2025-03-30
1
-1
/
+3
*
|
Merge pull request #4984 from laytan/drop-net-darwin-os-dep
gingerBill
2025-03-30
3
-249
/
+291
|
\
\
|
*
|
net: drop core:os dependency for Darwin
Laytan Laats
2025-03-29
3
-249
/
+291
|
|
/
*
|
Merge pull request #4982 from 4teapo/master
gingerBill
2025-03-30
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Use LLVM 20 in shell.nix
teapo
2025-03-28
1
-3
/
+3
|
*
Update shell.nix
teapo
2025-03-28
1
-3
/
+3
|
/
*
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
*
|
Merge pull request #4978 from glektarssza/chore/fixup-detection-of-msvc
Jeroen van Rijn
2025-03-27
1
-4
/
+4
|
\
\
|
*
|
Use Microsoft "best practices" for using `vswhere`
G'lek Tarssza
2025-03-27
1
-4
/
+4
|
/
/
*
|
Improve `or_else` type inference logic
gingerBill
2025-03-27
1
-6
/
+7
*
|
Merge pull request #4976 from voutilad/openbsd-linker
gingerBill
2025-03-27
3
-2
/
+9
|
\
\
|
*
|
Fix linker invocation on OpenBSD.
Dave Voutila
2025-03-27
1
-0
/
+7
|
*
|
Fix use of errno on OpenBSD.
Dave Voutila
2025-03-27
2
-2
/
+2
|
/
/
*
|
Merge pull request #4973 from openhood/sys-wasm-prevent-empty-lines-in-console
gingerBill
2025-03-27
1
-6
/
+8
|
\
\
|
*
|
Prevent odin.js from printing empty line in the console for the ending "\n"
Jonathan Tron
2025-03-26
1
-6
/
+8
|
|
/
*
|
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
*
|
Fix #4968
Jeroen van Rijn
2025-03-25
1
-2
/
+3
*
|
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
*
|
Use `copy` over `intrinsics.mem_copy_non_overlapping`
gingerBill
2025-03-24
2
-12
/
+9
*
|
Merge pull request #4954 from Feoramund/os2-path
gingerBill
2025-03-24
16
-86
/
+995
|
\
\
|
*
|
Add `require_results` to getters in `os2` path API
Feoramund
2025-03-21
1
-0
/
+2
[next]