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
Commit message (
Expand
)
Author
Age
Files
Lines
*
v0.2.0
v0.2.0
Ginger Bill
2017-04-30
1
-1
/
+1
*
Fix subtype polymorphism implicit conversion
Ginger Bill
2017-04-30
4
-45
/
+72
*
Add type assertion for `any`
Ginger Bill
2017-04-30
2
-27
/
+101
*
Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => tr...
Ginger Bill
2017-04-30
6
-299
/
+226
*
Fix issue #51; begin work on `atomic` types
Ginger Bill
2017-04-28
8
-22
/
+217
*
Fix issue #48 dependency issue
Ginger Bill
2017-04-26
4
-25
/
+37
*
`fmt.String_Buffer`, Fix issue #44, Tweak overloading rules
Ginger Bill
2017-04-26
9
-185
/
+286
*
Fix initialization of global `any` types
Ginger Bill
2017-04-25
1
-11
/
+57
*
Fix checking if a procedure terminates for `for` loops.
Ginger Bill
2017-04-25
2
-4
/
+5
*
Swap memory layout of `any`
Ginger Bill
2017-04-23
5
-44
/
+56
*
Fix `find_using_index_expr`
Ginger Bill
2017-04-23
7
-33
/
+62
*
Internal change: IntervalExpr is now a BinaryExpr
Ginger Bill
2017-04-22
4
-65
/
+61
*
Fix constant bounds checking for slicing
Ginger Bill
2017-04-22
2
-19
/
+14
*
Continue work on custom SSA; Fix double declaration in `when` statements
Ginger Bill
2017-04-21
10
-272
/
+557
*
Making slicing a little more robust
Ginger Bill
2017-04-21
1
-18
/
+32
*
Interval expressions for match statements
Ginger Bill
2017-04-21
4
-53
/
+148
*
Change interval syntax: .. open range, ..< half-closed range
Ginger Bill
2017-04-20
5
-9
/
+48
*
Change Union representation for LLVM IR; fix dynamic array size
Ginger Bill
2017-04-19
4
-25
/
+62
*
Fix bug with union literal checking crashing the compiler
Ginger Bill
2017-04-18
4
-14
/
+25
*
Fix procedure calls from non-regular addressing modes
Ginger Bill
2017-04-17
1
-2
/
+4
*
Fix error printing for basic directives
Ginger Bill
2017-04-17
4
-21
/
+32
*
Make the ABI changes only affect windows
Ginger Bill
2017-04-17
1
-35
/
+41
*
Change tag checking order
Ginger Bill
2017-04-16
1
-20
/
+5
*
Fix issue #37 for procedure literal scopes
Ginger Bill
2017-04-16
2
-17
/
+45
*
Add `#require_results` for procedures
Ginger Bill
2017-04-16
5
-9
/
+36
*
Fix ir printing of constant slices
Ginger Bill
2017-04-16
1
-1
/
+3
*
Update ir type aggregate rules for transmute
Ginger Bill
2017-04-16
1
-1
/
+9
*
Exit program if there were syntax errors
Ginger Bill
2017-04-16
2
-2
/
+6
*
Calling convention, change from bitcast to transmute
Ginger Bill
2017-04-16
2
-1
/
+4
*
Call convention, pass by pointer: pointers are 16 byte aligned
Ginger Bill
2017-04-16
2
-6
/
+17
*
IR emit C ABI compatible types for calling conventions (Only for x86/amd64 li...
Ginger Bill
2017-04-16
4
-39
/
+176
*
Fix non-ascii function parameters in LLVM IR
Ginger Bill
2017-04-15
3
-132
/
+4
*
Add parse_int; Fix union bugs with size, alignment, and recursive definition ...
Ginger Bill
2017-04-14
5
-35
/
+89
*
Fix addressing mode rules for `match in` statements
Ginger Bill
2017-04-13
4
-3
/
+26
*
Fix fmt for type; remove dead stuff
Ginger Bill
2017-04-13
3
-29
/
+4
*
Fix: map key not getting transferred on rehash
Ginger Bill
2017-04-11
1
-4
/
+1
*
Fix map bug which removed N values from the beginning
Ginger Bill
2017-04-11
1
-2
/
+5
*
Fix `map` assignment bug due to growth
Ginger Bill
2017-04-11
3
-17
/
+60
*
Fix slicing bug on dynamic arrays
Ginger Bill
2017-04-11
2
-12
/
+16
*
Fix `append` crash when pointer is passed
Ginger Bill
2017-04-10
1
-3
/
+19
*
Fix segfault with heap allocation
root
2017-04-10
2
-16
/
+22
*
Change code to match original MSVC
Ginger Bill
2017-04-10
1
-5
/
+6
*
Basic Linux Build!
Ginger Bill
2017-04-09
11
-77
/
+113
*
Merge pull request #33 from zangent/master
gingerBill
2017-04-09
8
-27
/
+415
|
\
|
*
Merged from upstream, fixed 'args' name colission
Zachary Pierson
2017-04-06
2
-1
/
+9
|
*
Merge https://github.com/gingerBill/Odin
Zachary Pierson
2017-04-06
4
-18
/
+36
|
|
\
|
*
\
Merge https://github.com/gingerBill/Odin
Zachary Pierson
2017-04-04
4
-68
/
+5
|
|
\
\
|
*
\
\
Merge https://github.com/gingerBill/Odin
Zachary Pierson
2017-04-03
7
-26
/
+386
|
|
\
\
\
|
*
|
|
|
I accidentally left debug stuff (like abs paths) in! Whoops!
Zachary Pierson
2017-04-02
2
-8
/
+4
|
*
|
|
|
It's terrible, but I added _some_ form of launch args support for Linux/macOS
Zachary Pierson
2017-04-02
2
-3
/
+142
[next]