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
*
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
*
Minor `Entity` refactor
Ginger Bill
2016-10-30
1
-1
/
+0
*
Code reorganization - Separate files and slice refactoring
Ginger Bill
2016-10-26
1
-3
/
+10
*
Separate ssa_struct_gep and ssa_array_gep procedures
Ginger Bill
2016-10-23
1
-2
/
+3
*
Minor Style Fixes
Ginger Bill
2016-10-22
1
-3
/
+25
*
union_cast
Ginger Bill
2016-10-16
1
-1
/
+3
*
Implicit Values: `context`; Fix lvalue selector assignments; Fix offset_of* f...
Ginger Bill
2016-10-10
1
-4
/
+1
*
Very Basic Profiling
Ginger Bill
2016-10-09
1
-37
/
+15
*
SSA - Basic block optimizations
Ginger Bill
2016-10-09
1
-1
/
+1
*
Change from gbArray(T) to Array<T>
Ginger Bill
2016-10-08
1
-2
/
+2
*
Refactor: Remove dead code
Ginger Bill
2016-10-02
1
-1
/
+4
*
Const Aggregate Literals for IR; Module path fix
Ginger Bill
2016-09-30
1
-2
/
+1
*
Begin work on const llvm aggregate literals
Ginger Bill
2016-09-30
1
-4
/
+9
*
Demo 004
Ginger Bill
2016-09-28
1
-2
/
+3
*
Update Standard Library; Fix Type_Info for integers
Ginger Bill
2016-09-28
1
-1
/
+0
*
Remove #define DISPLAY_TIMING
Ginger Bill
2016-09-27
1
-1
/
+1
*
Minimal Dependency Map: Only build what is needed
Ginger Bill
2016-09-27
1
-1
/
+3
[next]