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
*
Remove old "macro" parsing code
gingerBill
2018-01-17
2
-60
/
+0
*
Remove `u128` and `i128`
gingerBill
2018-01-13
11
-138
/
+185
*
Fix issue #170
gingerBill
2018-01-10
1
-0
/
+12
*
Fix issue #172
gingerBill
2018-01-10
2
-2
/
+4
*
Fix typo in error
gingerBill
2018-01-01
1
-1
/
+1
*
Fix min/max for floats
gingerBill
2018-01-01
1
-7
/
+9
*
Fix 'llvm bool' emit store
gingerBill
2017-12-23
1
-2
/
+6
*
Fix map internals
gingerBill
2017-12-23
1
-1
/
+4
*
Fix Type info bug for 'llvm bool'
gingerBill
2017-12-23
2
-1
/
+5
*
"Fix" LLVM boolean bug (more like a bodge)
gingerBill
2017-12-22
5
-45
/
+71
*
Revert `map` to be a value type and not a reference type
gingerBill
2017-12-21
4
-137
/
+130
*
Fix len, cap, comparison against nil for `map`
gingerBill
2017-12-18
1
-16
/
+20
*
Fix fallthrough within a nested block
gingerBill
2017-12-17
1
-1
/
+1
*
`map` is internally backed by a pointer (i.e. a "reference type")
gingerBill
2017-12-17
4
-63
/
+95
*
Remove `struct #ordered`
gingerBill
2017-12-17
6
-327
/
+18
*
Fix "using in import"
gingerBill
2017-12-17
1
-14
/
+23
*
using x in bar;
gingerBill
2017-12-17
4
-10
/
+175
*
`using in` importation statements
gingerBill
2017-12-17
2
-32
/
+109
*
Fix lhs < rhs bug (#164)
gingerBill
2017-12-14
2
-4
/
+3
*
Change Map and PtrSet grow rate
gingerBill
2017-12-12
8
-84
/
+104
*
Merge branch 'checker-optimizations' into explicit-overloading
gingerBill
2017-12-12
6
-107
/
+90
|
\
|
*
Localize checker data
gingerBill
2017-12-12
6
-107
/
+90
*
|
Print `nil` for nil procedures in fmt.odin
gingerBill
2017-12-12
2
-30
/
+18
|
/
*
Disable struct field reordering (for the time being)
gingerBill
2017-12-12
11
-269
/
+87
*
Merge branch 'master' into explicit-overloading
gingerBill
2017-12-11
1
-6
/
+0
|
\
|
*
Fix issue #162 regarding empty unions
gingerBill
2017-12-11
1
-6
/
+0
*
|
Change how abs, min, max, and clamp are implemented for floats
gingerBill
2017-12-11
3
-79
/
+70
*
|
Fix proc groups from import names
gingerBill
2017-12-10
8
-47
/
+71
*
|
Explicit procedure group; Remove implicit procedure overloading
gingerBill
2017-12-09
10
-519
/
+346
|
/
*
Set type of a procedure grouping to `nullptr`
gingerBill
2017-12-06
1
-1
/
+1
*
Fix procedure groupings
gingerBill
2017-12-06
1
-4
/
+15
*
Set procedure grouping type to `t_invalid`
gingerBill
2017-12-06
1
-1
/
+1
*
Make core library use procedure groupings rather than normal overloading
gingerBill
2017-12-04
3
-4
/
+6
*
Added skip for Entity_ProcedureGrouping
Aleksander Birkeland
2017-12-04
1
-1
/
+1
*
Fix procedure grouping
gingerBill
2017-12-03
2
-1
/
+6
*
Procedure grouping `foo :: proc[foo16, foo32];`
gingerBill
2017-12-03
5
-5
/
+167
*
Update demo.odin
gingerBill
2017-12-03
3
-4
/
+9
*
Remove dead code
gingerBill
2017-12-03
4
-2810
/
+2
*
Fix union_tag_size; Fix constant array of array literal printing with scalar ...
gingerBill
2017-12-03
3
-41
/
+59
*
&x.(type)
gingerBill
2017-11-30
2
-7
/
+93
*
Remove `vector` type (will be replaced by something else in the future)
gingerBill
2017-11-30
11
-661
/
+39
*
Fix issue #157
gingerBill
2017-11-30
3
-3
/
+9
*
Fix map IR bug
gingerBill
2017-11-28
1
-1
/
+1
*
Fix issue #156
gingerBill
2017-11-28
2
-169
/
+172
*
Remove `using` in arrays; Remove `_` non-exported struct fields
gingerBill
2017-11-28
9
-369
/
+299
*
Fix `transmute`
gingerBill
2017-11-27
2
-2
/
+14
*
Update ABI for basic types
gingerBill
2017-11-27
1
-2
/
+4
*
Change proc ABI for Odin specific types
gingerBill
2017-11-27
1
-13
/
+10
*
Fix comparison against nil for slices
gingerBill
2017-11-26
1
-2
/
+2
*
for key, val in some_map {}; for val, idx in some_array {}
gingerBill
2017-11-26
3
-61
/
+63
[next]