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
...
*
Changed `string_has_extension` to `string_ends_with`.
Zachary Pierson
2017-11-21
1
-4
/
+4
*
Fix debug symbol generation
gingerBill
2017-11-19
1
-9
/
+5
*
Remove /SYMBOLS flag
gingerBill
2017-11-19
1
-1
/
+1
*
Add `-debug` command (still in development)
gingerBill
2017-11-19
1
-16
/
+24
*
Update usage text
v0.7.1
gingerBill
2017-11-19
1
-4
/
+4
*
Update version
gingerBill
2017-11-19
1
-1
/
+1
*
`build_dll` replace with `-build-mode=dll`
gingerBill
2017-11-17
1
-45
/
+66
*
In error messages, remove ` with '; Fix error messages for `switch`
gingerBill
2017-11-12
1
-20
/
+20
*
Added static linking for macOS. Also fixed the build.sh. Thanks, vass :/
Zachary Pierson
2017-11-10
1
-2
/
+4
*
Fixed foreign import for linux. Modified .gitignore to ignore temp files and ...
vassvik
2017-11-10
1
-8
/
+32
*
Add array programming
gingerBill
2017-11-05
1
-0
/
+2
*
Syntax: Replace `foreign_system_library "kernel.lib"` to `foreign_library "sy...
gingerBill
2017-10-15
1
-0
/
+6
*
Allow for multiple library collections; Store AstFile as pointer
Ginger Bill
2017-09-10
1
-8
/
+15
*
Library collections
Ginger Bill
2017-09-07
1
-0
/
+98
*
Fix i128 division
Ginger Bill
2017-08-10
1
-3
/
+2
*
v0.6.2; Use Ada_Case for types
v0.6.2
Ginger Bill
2017-08-03
1
-1
/
+3
*
Update gb.h
Ginger Bill
2017-07-31
1
-7
/
+7
*
Update `remove_temp_files`
Ginger Bill
2017-07-31
1
-4
/
+16
*
Add -keep-temp-files option
Ginger Bill
2017-07-31
1
-3
/
+24
*
Extra type safety; Fix typos
Ginger Bill
2017-07-31
1
-1
/
+1
*
v0.6.0
v0.6.0
Ginger Bill
2017-07-30
1
-0
/
+1
*
Parallelization of the Parser
Ginger Bill
2017-07-30
1
-13
/
+51
*
Internal changes; thread.odin for windows only
Ginger Bill
2017-07-20
1
-0
/
+1
*
Fix `else do`
Ginger Bill
2017-07-07
1
-12
/
+32
*
Add `-show-timings`; Clean up polymorphic procedure code a bit
Ginger Bill
2017-07-07
1
-94
/
+116
*
Fix aprint* bug; NULL -> nullptr; Better error messages for overloaded functions
Ginger Bill
2017-07-06
1
-2
/
+2
*
Implicit parametric polymorphic procedures
Ginger Bill
2017-06-29
1
-1
/
+1
*
Fix `odin version` printing
Ginger Bill
2017-06-29
1
-1
/
+1
*
Fix typo for some built-in procedures
Ginger Bill
2017-06-25
1
-5
/
+11
*
Basic command line flags: e.g. `-opt=0`
Ginger Bill
2017-06-24
1
-55
/
+221
*
Use UTF-8 command line on windows
Ginger Bill
2017-06-24
1
-33
/
+65
*
Code will compile as 32 bit but will causes errors in the linker on Windows
Ginger Bill
2017-06-19
1
-143
/
+143
*
Begin work on documentation generation
Ginger Bill
2017-06-18
1
-2
/
+19
*
`#location(..)` and `#call_location`
Ginger Bill
2017-06-18
1
-2
/
+2
*
Use templated `Array` with bounds checking
Ginger Bill
2017-06-08
1
-2
/
+2
*
Update `String` to use overloading
Ginger Bill
2017-06-08
1
-13
/
+5
*
Build as C++
Ginger Bill
2017-06-08
1
-0
/
+466
*
Change extensions .cpp to .c
Ginger Bill
2016-11-23
1
-265
/
+0
*
typedef struct and start removing auto
Ginger Bill
2016-11-23
1
-2
/
+2
*
Remove templated Map; replace with #include macro "templates" trick
Ginger Bill
2016-11-23
1
-3
/
+1
*
Remove Array<T> and replace with macro version
Ginger Bill
2016-11-22
1
-1
/
+1
*
Remove: string overloads; defer
Ginger Bill
2016-11-22
1
-37
/
+36
*
128 bit integers
Ginger Bill
2016-11-22
1
-5
/
+4
*
#foreign_library; vector fields (x, y, z, w) for count <= 4
Ginger Bill
2016-11-15
1
-2
/
+2
*
Add general timings for sections of the compiler
Ginger Bill
2016-11-14
1
-9
/
+9
*
Separate SSA opt; Basic Timings for sections only
Ginger Bill
2016-11-06
1
-18
/
+24
*
Scrap Virtual Machine and begin again
Ginger Bill
2016-11-03
1
-8
/
+6
*
File restructure (again)
Ginger Bill
2016-11-02
1
-5
/
+4
*
Interpreter - bounds checking
Ginger Bill
2016-10-31
1
-5
/
+3
*
Begin work on the Interpreter
Ginger Bill
2016-10-30
1
-1
/
+15
[prev]
[next]