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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add files in core
v0.2.1
Ginger Bill
2017-05-01
3
-0
/
+284
*
v0.2.1
Ginger Bill
2017-05-01
1
-1
/
+1
*
Unary expression for vector (fix)
Ginger Bill
2017-05-01
1
-1
/
+1
*
Fix IR vector arith conv bug
Ginger Bill
2017-05-01
1
-0
/
+2
*
Fix value conversion with enum value on `for in`.
Ginger Bill
2017-05-01
1
-2
/
+10
*
`for in` iteration of Enum Type (request from issue #58)
Ginger Bill
2017-05-01
3
-11
/
+69
*
Improve vector math; Make bprint* return string
Ginger Bill
2017-05-01
7
-45
/
+135
*
Fix statement parsing of unary: & and ^
Ginger Bill
2017-04-30
2
-24
/
+3
*
v0.2.0
v0.2.0
Ginger Bill
2017-04-30
3
-11
/
+11
*
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
22
-731
/
+651
*
Fix issues #50 and #55
Ginger Bill
2017-04-29
2
-1
/
+2
*
Revert to previous demo
Ginger Bill
2017-04-28
1
-7
/
+13
*
Fix issue #51; begin work on `atomic` types
Ginger Bill
2017-04-28
12
-135
/
+232
*
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
11
-256
/
+436
*
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
7
-58
/
+70
*
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
5
-26
/
+22
*
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
2
-21
/
+33
*
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
15
-59
/
+98
*
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
2
-2
/
+10
*
Fix error printing for basic directives
Ginger Bill
2017-04-17
6
-21
/
+37
*
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
3
-3
/
+6
*
Call convention, pass by pointer: pointers are 16 byte aligned
Ginger Bill
2017-04-16
2
-6
/
+17
*
Revert to the old demo
Ginger Bill
2017-04-16
1
-643
/
+10
*
IR emit C ABI compatible types for calling conventions (Only for x86/amd64 li...
Ginger Bill
2017-04-16
5
-49
/
+819
*
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
6
-35
/
+135
*
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
5
-36
/
+24
*
Fix: map key not getting transferred on rehash
Ginger Bill
2017-04-11
2
-8
/
+4
*
Fix map bug which removed N values from the beginning
Ginger Bill
2017-04-11
2
-15
/
+34
*
Remove debug text
Ginger Bill
2017-04-11
1
-2
/
+1
*
Fix `map` assignment bug due to growth
Ginger Bill
2017-04-11
5
-26
/
+78
[next]