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
*
Expand -subsystem option on Windows
Jeroen van Rijn
2024-01-18
1
-8
/
+35
*
Clean up error block usage
gingerBill
2024-01-05
1
-0
/
+2
*
Add `-obfuscate-source-code-locations`
gingerBill
2023-12-13
1
-0
/
+12
*
Silence writable string warnings when compiling Odin on Linux.
Jeroen van Rijn
2023-12-03
1
-2
/
+2
*
Fix oversights, apply minor improvements
Tarık B
2023-11-25
1
-15
/
+16
*
Apply consistent usage of third-person singular
Tarık B
2023-11-25
1
-43
/
+43
*
Standardize to consistent 3-space indentation for inline comments
Tarık B
2023-11-25
1
-24
/
+24
*
Remove redundant example
Tarık B
2023-11-25
1
-1
/
+0
*
Fix newly introduced capitalization and punctuation error
Tarık B
2023-11-25
1
-1
/
+1
*
Increase indentation for -vet extra check listing
Tarık B
2023-11-25
1
-3
/
+3
*
Unify showing of available options
Tarık B
2023-11-25
1
-15
/
+21
*
Capitalize first word of sentences
Tarık B
2023-11-25
1
-10
/
+10
*
Add period at the end of sentences.
Tarık B
2023-11-25
1
-104
/
+104
*
Fix typo
Tarık B
2023-11-25
1
-1
/
+1
*
Fix indentation
Tarık B
2023-11-25
1
-3
/
+3
*
Add -microarch:? to help text.
Jeroen van Rijn
2023-11-11
1
-0
/
+1
*
Re-add `break`.
Jeroen van Rijn
2023-11-10
1
-0
/
+1
*
Facored out `get_default_microarchitecture`
Jeroen van Rijn
2023-11-10
1
-6
/
+9
*
Add -microarch:?
Jeroen van Rijn
2023-11-10
1
-0
/
+39
*
Support LLVM >=17.0.1 on Darwin and Linux
jcmdln
2023-10-11
1
-2
/
+2
*
Remove `-vet-extra`
gingerBill
2023-09-30
1
-17
/
+1
*
Fix wrong import due to grep-replace
gingerBill
2023-09-21
1
-1
/
+1
*
Update ABI breaking changes for `f16` types (due to LLVM 15+)
gingerBill
2023-09-21
1
-1
/
+0
*
Add `-o:aggressive` for LLVM 17
gingerBill
2023-09-21
1
-1
/
+21
*
Support `-sanitize:<string>` for `address`, `memory`, `thread` for LLVM 17
gingerBill
2023-09-21
1
-0
/
+19
*
Update to LLVM-17
gingerBill
2023-09-19
1
-1
/
+1
*
Add experimental `-subtarget:ios`
gingerBill
2023-08-08
1
-1
/
+39
*
Toggle tilde backend in the build script
gingerBill
2023-08-03
1
-1
/
+1
*
Merge branch 'master' into tilde
gingerBill
2023-08-03
1
-39
/
+89
|
\
|
*
Add -show-system-calls flag info to cli usage help
Hasan Yasin Ozturk
2023-08-01
1
-5
/
+9
|
*
Remove `-strict-style-init-only`
gingerBill
2023-08-01
1
-18
/
+1
|
*
Replace a lot of warnings with errors; remove deprecated stuff
gingerBill
2023-08-01
1
-7
/
+0
|
*
Add `-vet-style` and `-vet-semicolon`
gingerBill
2023-08-01
1
-5
/
+25
|
*
Add separate `-vet` flags; `-vet-using-*` flags; `//+vet` file flags
gingerBill
2023-07-31
1
-7
/
+50
*
|
Hook up Tilde to the linker code
gingerBill
2023-07-24
1
-5
/
+13
*
|
Move linker code into separate file
gingerBill
2023-07-24
1
-416
/
+9
*
|
Rename tilde_backend* files to tilde*
gingerBill
2023-07-19
1
-1
/
+1
*
|
Very start of working on Tilde Backend for Odin
gingerBill
2023-07-14
1
-1
/
+7
*
|
Hellope World! with Tilde
gingerBill
2023-07-08
1
-1
/
+0
*
|
Add `-tilde` for working on the new compiler
gingerBill
2023-07-08
1
-17
/
+40
|
/
*
fix spacing
Laytan Laats
2023-07-02
1
-18
/
+18
*
use more common detection method and add FORCE_COLOR and NO_COLOR support
Laytan Laats
2023-07-02
1
-15
/
+21
*
ignore stderr in tput call
Laytan Laats
2023-07-02
1
-1
/
+1
*
detect unix color support
Laytan Laats
2023-07-02
1
-0
/
+16
*
Rename `ODIN_DISALLOW_RTTI` to `ODIN_NO_RTTI`; Remove dead command line flags
gingerBill
2023-06-12
1
-15
/
+1
*
Deprecate `-disallow-rtti` in favour of `-no-rtti`
gingerBill
2023-06-12
1
-3
/
+8
*
When using `-debug`, default to `-o:none` unless explicitly specified
gingerBill
2023-05-02
1
-0
/
+4
*
Add `-max-error-count:<integer>`
gingerBill
2023-04-04
1
-2
/
+28
*
Change help text to output to stdout
Mark Naughton
2023-03-29
1
-3
/
+3
*
Add `@(extra_linker_flags=<string>)`
gingerBill
2023-03-21
1
-0
/
+13
[next]