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
...
*
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
*
Bug Fixes: some assertions; variable inits;
Ginger Bill
2016-09-24
1
-7
/
+7
*
Fix push_* with better defer system
Ginger Bill
2016-09-23
1
-1
/
+1
*
Unicode file loading; push_allocator & push_context
Ginger Bill
2016-09-23
1
-36
/
+69
*
Fix enum type comparison; Start demo 003 code
Ginger Bill
2016-09-21
1
-1
/
+1
*
Remove the need for clang
Ginger Bill
2016-09-21
1
-49
/
+59
*
Filename as default import name; as .; as _; panic()
Ginger Bill
2016-09-21
1
-19
/
+32
*
enum_to_string
Ginger Bill
2016-09-19
1
-4
/
+5
*
Better name mangler for SSA generation
Ginger Bill
2016-09-18
1
-8
/
+11
*
#import and #load
Ginger Bill
2016-09-16
1
-2
/
+2
*
Call expression, either handle all or ignore all results.
Ginger Bill
2016-09-16
1
-4
/
+4
*
ssa - alloca all variables at the very start
Ginger Bill
2016-09-15
1
-5
/
+6
*
Basic module system (only file namespacing)
Ginger Bill
2016-09-14
1
-1
/
+1
*
Begin work on modules - No codegen!!!
Ginger Bill
2016-09-14
1
-1
/
+1
*
Fix missing `type_info` with manual linear search
Ginger Bill
2016-09-08
1
-2
/
+2
*
Remove AstNode linked lists and replace with arrays
Ginger Bill
2016-09-07
1
-2
/
+3
*
Begin Type_Info
Ginger Bill
2016-09-07
1
-2
/
+10
*
Speed up SSA generation and clang compilation
Ginger Bill
2016-09-05
1
-27
/
+40
*
Tagged unions memory layout change; begin demo 002
Ginger Bill
2016-09-04
1
-1
/
+32
*
Match statements; Type System change (Type_Record for all sum and product types)
Ginger Bill
2016-09-01
1
-2
/
+4
*
Better `using`; foreign system libraries; optional semicolons
Ginger Bill
2016-08-30
1
-2
/
+14
*
Change rune literals to #rune "C"
Ginger Bill
2016-08-25
1
-1
/
+6
*
Untagged (unsafe) unions and unambiguous in|postfix notation.
Ginger Bill
2016-08-24
1
-41
/
+41
*
File Library and TypeDecl syntax change
gingerBill
2016-08-22
1
-12
/
+16
*
print_(f32|f64)
Ginger Bill
2016-08-18
1
-4
/
+3
*
Win32 Demo - Minor math tests
gingerBill
2016-08-18
1
-2
/
+3
[prev]
[next]