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
*
v0.3 Release
v0.3.0
Ginger Bill
2017-06-08
3
-9
/
+9
*
v0.3.0
Ginger Bill
2017-06-07
9
-34
/
+225
*
Make `rune` a basic type and not an alias; Remove `byte`
Ginger Bill
2017-06-06
22
-221
/
+270
*
Fix issue #69 for fmt.printf padding
Ginger Bill
2017-06-06
2
-14
/
+32
*
Merge pull request #53 from ghost/master
gingerBill
2017-06-06
1
-1
/
+1
|
\
|
*
Fix link time error about missing -fPIC flag
Constantine Tarasenkov
2017-04-28
1
-1
/
+1
*
|
Fix key generation for constant strings in IR
Ginger Bill
2017-06-05
3
-3
/
+18
*
|
Add murmurhash3.c
Ginger Bill
2017-06-05
1
-0
/
+220
*
|
Merge branch 'master' of https://github.com/gingerBill/Odin
Ginger Bill
2017-06-05
1
-1
/
+6
|
\
\
|
*
\
Merge pull request #68 from ThisDrunkDane/master
gingerBill
2017-06-05
1
-1
/
+6
|
|
\
\
|
|
*
|
Added extra sys/windows.odin stuff
Mikkel Hjortshoej
2017-06-01
1
-1
/
+6
*
|
|
|
Allow 128 bit map keys
Ginger Bill
2017-06-05
8
-84
/
+108
|
/
/
/
*
|
|
Allow using on bit fields
Ginger Bill
2017-06-04
3
-54
/
+86
*
|
|
Fix enum printing bug
Ginger Bill
2017-06-04
2
-16
/
+13
*
|
|
`bit_field`; Lexical sugar operators ≠ ≤ ≥
Ginger Bill
2017-06-03
16
-110
/
+979
*
|
|
Remove Quat from math.odin
Ginger Bill
2017-06-01
2
-6
/
+5
*
|
|
Remove `quaternion128` and `quaternion256` as core types
Ginger Bill
2017-06-01
10
-785
/
+39
*
|
|
Implement u128/i128 features; Add bits.odin
Ginger Bill
2017-06-01
13
-316
/
+510
|
/
/
*
|
Use 128-bit integers for ExactValue integers
Ginger Bill
2017-05-30
8
-170
/
+768
*
|
Remove some asserts in timings.c
Ginger Bill
2017-05-29
1
-6
/
+0
*
|
Fix unary expression type check
Ginger Bill
2017-05-28
1
-0
/
+7
*
|
Fix procedure overloading distinguishing
Ginger Bill
2017-05-28
2
-7
/
+8
*
|
Fix printing of struct literals with custom alignment
Ginger Bill
2017-05-28
1
-0
/
+6
*
|
Convert windows.odin to the new naming convention
Ginger Bill
2017-05-28
7
-179
/
+179
*
|
Change label syntax for `for` and `match` from #label name to name:
Ginger Bill
2017-05-28
3
-102
/
+60
*
|
Change naming convention from Ada_Like to RustLike
Ginger Bill
2017-05-28
13
-366
/
+378
*
|
Experimental try for ABI for return values on windows
Ginger Bill
2017-05-28
5
-9
/
+91
*
|
Try a different ABI type for return values on Windows
Ginger Bill
2017-05-28
4
-18
/
+101
*
|
Fix bug with too many field values in a structure literal.
Ginger Bill
2017-05-27
1
-6
/
+5
*
|
`default:` to `case:`; `no_alias` to `#no_alias`
Ginger Bill
2017-05-27
18
-1612
/
+240
*
|
Fix interval loop constant bug; Fix ir edge checking; Fix vector arithmetic w...
Ginger Bill
2017-05-22
5
-57
/
+58
*
|
Optional main for DLL; access struct elements by "index"
Ginger Bill
2017-05-17
6
-36
/
+434
*
|
Fix issue #66
Ginger Bill
2017-05-14
2
-3
/
+3
*
|
Merge branch 'master' of https://github.com/gingerBill/Odin
Ginger Bill
2017-05-13
1
-5
/
+5
|
\
\
|
*
|
Add `#ordered` to the "raw" types in raw.odin
gingerBill
2017-05-12
1
-5
/
+5
*
|
|
Fix Ternary Operator IR bug
Ginger Bill
2017-05-13
2
-7
/
+7
|
/
/
*
|
Fix issue with `os.file_size` on *nix
Ginger Bill
2017-05-12
2
-4
/
+4
*
|
Reimplement #ordered again
Ginger Bill
2017-05-12
6
-37
/
+40
*
|
Fix alignment for normal structures to match LLVM
Ginger Bill
2017-05-10
5
-27
/
+20
*
|
Add %% operator (divisor modulo)
Ginger Bill
2017-05-09
5
-1
/
+21
*
|
Fix ir bug; allow formatting options for arrays & et al.
Ginger Bill
2017-05-09
3
-44
/
+31
*
|
Revert demo.odin
Ginger Bill
2017-05-09
1
-1
/
+16
*
|
Fix issue #63 for block comments not terminating at an EOF
Ginger Bill
2017-05-09
8
-33
/
+45
*
|
Add XOR for booleans
Ginger Bill
2017-05-07
2
-22
/
+71
*
|
Fix `fmt_float` precision
Ginger Bill
2017-05-07
2
-4
/
+4
*
|
Fix IR printing bug with global unicode identifiers
Ginger Bill
2017-05-06
1
-9
/
+10
*
|
Merge branch 'master' of https://github.com/gingerBill/Odin
Ginger Bill
2017-05-06
1
-1
/
+25
|
\
\
|
*
\
Merge pull request #61 from ThisDrunkDane/master
gingerBill
2017-05-05
1
-1
/
+25
|
|
\
\
|
|
*
|
Add following win32 functions
Mikkel Hjortshoej
2017-05-05
1
-0
/
+24
|
|
*
|
Fix casing on FILE_ATTRIBUTE_DIRECTORY
Mikkel Hjortshoej
2017-05-05
1
-1
/
+1
|
|
/
/
[next]