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
/
ir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
v0.1.1
v0.1.1
Ginger Bill
2017-02-24
1
-6
/
+6
*
Fix minor bugs in IR for slices
Ginger Bill
2017-02-23
1
-6
/
+4
*
A decent union type with common fields and variants
Ginger Bill
2017-02-21
1
-94
/
+206
*
Begin changing `union` syntax
Ginger Bill
2017-02-19
1
-21
/
+47
*
`delete` for maps
Ginger Bill
2017-02-19
1
-1
/
+18
*
Fix overloading bug due to `#import .`; Add sys/wgl.odin
Ginger Bill
2017-02-19
1
-7
/
+0
*
Named return values but do not affect other declarations
Ginger Bill
2017-02-18
1
-3
/
+5
*
Change ternary expression precedence
Ginger Bill
2017-02-18
1
-126
/
+182
*
Ternary expression (removed if and block expression)
Ginger Bill
2017-02-14
1
-56
/
+28
*
Optional ok for `union_cast` (similar to map indices)
Ginger Bill
2017-02-14
1
-8
/
+33
*
Use a global to store the build context information
Ginger Bill
2017-02-12
1
-48
/
+46
*
Fix issue #23
Ginger Bill
2017-02-12
1
-5
/
+4
*
Record type field `names`
Ginger Bill
2017-02-12
1
-134
/
+166
*
Only check files that have been truly imported.
Ginger Bill
2017-02-11
1
-104
/
+117
*
Remove need for `type` keyword
Ginger Bill
2017-02-10
1
-2
/
+8
*
Remove Maybe type; Enum `names`
Ginger Bill
2017-02-10
1
-70
/
+90
*
Fix global maps and initialize the preload types before
Ginger Bill
2017-02-07
1
-9
/
+4
*
Map type info and fmt printing
Ginger Bill
2017-02-07
1
-4
/
+20
*
`map` immutable fields: count, capacity, allocator
Ginger Bill
2017-02-06
1
-3
/
+17
*
`map` literals
Ginger Bill
2017-02-06
1
-32
/
+76
*
`map` string keys and `for` iterator
Ginger Bill
2017-02-06
1
-4
/
+60
*
dynamic `map` insertion and lookup
Ginger Bill
2017-02-06
1
-26
/
+34
*
Nearly implement dynamics map, missing insertion
Ginger Bill
2017-02-06
1
-39
/
+168
*
Begin writing dynamic map procs and fix `using` bug in IR
Ginger Bill
2017-02-05
1
-156
/
+241
*
Add `types.odin`; Begin work on `map`
Ginger Bill
2017-02-05
1
-0
/
+8
*
Update code from OSX merge to be consistent with the rest of the code
Ginger Bill
2017-02-01
1
-2
/
+0
*
Change internals of `context`; Disable `immutable`
Ginger Bill
2017-02-01
1
-19
/
+25
*
Remove dead code
Ginger Bill
2017-01-30
1
-95
/
+0
*
Change vector memory layout and operations; `for in` vector.
Ginger Bill
2017-01-30
1
-137
/
+201
*
Allow _ in floats
Ginger Bill
2017-01-29
1
-3
/
+12
*
sprint*, variadic append works correctly now.
Ginger Bill
2017-01-29
1
-11
/
+7
*
Variadic `append`
Ginger Bill
2017-01-29
1
-12
/
+75
*
Dynamic arrays
Ginger Bill
2017-01-29
1
-33
/
+190
*
Overloaded `free`; 3 dotted ellipsis
v0.0.6a
Ginger Bill
2017-01-28
1
-0
/
+31
*
Remove while loop and readd c-style for loops i.e. all loops are just `for`
Ginger Bill
2017-01-27
1
-17
/
+27
*
Remove case sensitivity for libraries on windows
Ginger Bill
2017-01-26
1
-0
/
+4
*
Library names - Only link with used foreign libraries
Ginger Bill
2017-01-26
1
-1
/
+23
*
Fix pointer differences (issue #11); remove #dll_import
Ginger Bill
2017-01-26
1
-2
/
+8
*
Basic float printing
Ginger Bill
2017-01-26
1
-36
/
+5
*
Change casting syntax: `cast(T)x` `transmute(T)x` et al.
Ginger Bill
2017-01-25
1
-52
/
+71
*
Fix issue #10
Ginger Bill
2017-01-20
1
-1
/
+2
*
`using` `immutable` `thread_local` on variable declarations
Ginger Bill
2017-01-19
1
-10
/
+10
*
Closed range `...` (both inclusive); Type comparisons with == and !=
Ginger Bill
2017-01-19
1
-1
/
+7
*
Change cast syntax, int(x), []byte(s), (^int)(p)
Ginger Bill
2017-01-17
1
-28
/
+46
*
Fix conversion of untyped integers to pointers
Ginger Bill
2017-01-17
1
-12
/
+27
*
Best viable overloading procedure algorithm; `no_alias`; call expr style casts
Ginger Bill
2017-01-17
1
-0
/
+9
*
Procedure overloading
Ginger Bill
2017-01-15
1
-32
/
+35
*
Bug fix: comparisons with shifts
Ginger Bill
2017-01-15
1
-12
/
+25
*
Handle enums correctly with printf
Ginger Bill
2017-01-08
1
-14
/
+1
*
"Old style" enums
Ginger Bill
2017-01-08
1
-1
/
+89
[next]