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
/
main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Also clean up .dSym on Darwin
Jeroen van Rijn
2025-06-01
1
-5
/
+7
*
Also delete .pdb unless -keep-executable is supplied
Jeroen van Rijn
2025-06-01
1
-0
/
+8
*
Add comments to `builtin.odin`, documenting ODIN_* constants. (#5218)
Jeroen van Rijn
2025-05-26
1
-5
/
+5
*
Rename -keep-test-executable to -keep-executable
Jeroen van Rijn
2025-05-23
1
-10
/
+10
*
your your
Jeroen van Rijn
2025-05-23
1
-1
/
+1
*
Tweak #5202
Jeroen van Rijn
2025-05-23
1
-20
/
+5
*
Delete test executable after running, add `-keep-test-executable`
Feoramund
2025-05-22
1
-1
/
+29
*
Add `-build-only` for `odin test` command
Feoramund
2025-05-22
1
-1
/
+12
*
Slight tweak.
Jeroen van Rijn
2025-05-21
1
-1
/
+1
*
List -subtarget in `odin help build`
Jeroen van Rijn
2025-05-21
1
-50
/
+65
*
-dynamic-literals
Jeroen van Rijn
2025-05-19
1
-0
/
+5
*
Make certain commands fail if passed excess arguments
Feoramund
2025-05-19
1
-0
/
+12
*
Check for `-help` sooner and show it immediately
Feoramund
2025-05-19
1
-5
/
+10
*
Sync command descriptions between `odin help` and usage
Feoramund
2025-05-19
1
-2
/
+2
*
Add missing commands to `odin help`
Feoramund
2025-05-19
1
-0
/
+6
*
Make `odin help` more precise about what it accepts
Feoramund
2025-05-19
1
-15
/
+50
*
print android-specific flags for the bundle command
Hisham Aburaqibah
2025-04-05
1
-0
/
+19
*
android bundling improvements
IllusionMan1212
2025-04-05
1
-9
/
+2
*
feat: added a `-android-keystore-password` option to pass a password for the ...
IllusionMan1212
2025-04-04
1
-0
/
+8
*
Command `package` -> `bundle`
gingerBill
2025-03-28
1
-14
/
+14
*
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
1
-4
/
+4
*
`odin package android`
gingerBill
2025-03-27
1
-13
/
+21
*
Begin work on `odin package-android` command
gingerBill
2025-03-26
1
-3
/
+21
*
Really bodgy android packing system for `odin build`
gingerBill
2025-03-26
1
-0
/
+22
*
Very very rudimentary support for `-target:linux_arm64 -subtarget:android`
gingerBill
2025-03-26
1
-2
/
+3
*
few llvm 20 changes
Laytan Laats
2025-03-19
1
-7
/
+0
*
Support `-show-timings` for `odin doc`
gingerBill
2025-02-24
1
-0
/
+5
*
Add `-use-single-module`
gingerBill
2025-01-22
1
-2
/
+19
*
Added compile-time checks for thread locals with -no-crt
flysand7
2025-01-17
1
-0
/
+4
*
Fixes crash when unused defines are used in conjunction with `-ignore-warnings`.
Harold Brenes
2025-01-15
1
-1
/
+4
*
Make `-no-dynamic-literals` the default now
gingerBill
2025-01-05
1
-1
/
+1
*
make -export-dependencies:json emit valid json
fleandro
2024-12-23
1
-2
/
+2
*
ABI change: for indirect parameters size_of <= 16, do callee stack copy
gingerBill
2024-12-05
1
-0
/
+5
*
Merge pull request #4440 from 0dminnimda/support_llvm19
gingerBill
2024-11-27
1
-2
/
+2
|
\
|
*
src/main.cpp: apply suggestion
0dminnimda
2024-11-02
1
-1
/
+1
|
*
Update version in more places
0dminnimda
2024-11-02
1
-2
/
+2
*
|
Allow for `odin help build` etc
gingerBill
2024-11-25
1
-1
/
+7
*
|
Improve `odin help -foo` usage
gingerBill
2024-11-18
1
-351
/
+380
*
|
Make lowercase
gingerBill
2024-11-14
1
-1
/
+1
*
|
Add `-linker:<string>` to replace `-lld` and `-radlink`
gingerBill
2024-11-14
1
-9
/
+38
*
|
Disallow `-lld` and `-radlink` to be used together
gingerBill
2024-11-14
1
-0
/
+8
*
|
Add `-radlink`
gingerBill
2024-11-14
1
-0
/
+9
*
|
Added support for `odin build -target:?`
bayo-code
2024-11-11
1
-21
/
+23
*
|
Revert "List the supported targets using `odin targets`"
bayo-code
2024-11-11
1
-7
/
+0
*
|
List the supported targets using `odin targets`
bayo-code
2024-11-10
1
-0
/
+7
*
|
Remove duplicates in `-defineables`
gingerBill
2024-11-08
1
-2
/
+16
*
|
Phrasing!
Jeroen van Rijn
2024-11-07
1
-2
/
+2
*
|
Suggest `-microarch:native` if `popcnt` instruction is missing.
Jeroen van Rijn
2024-11-07
1
-0
/
+13
*
|
Add "-build-mode:dynamic" to the "odin help build" output
peachey2k2
2024-11-01
1
-0
/
+1
|
/
[next]