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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
v0.3 Release
v0.3.0
Ginger Bill
2017-06-08
1
-4
/
+3
*
v0.3.0
Ginger Bill
2017-06-07
3
-5
/
+5
*
Make `rune` a basic type and not an alias; Remove `byte`
Ginger Bill
2017-06-06
16
-178
/
+189
*
Fix issue #69 for fmt.printf padding
Ginger Bill
2017-06-06
2
-14
/
+32
*
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
2
-63
/
+69
|
/
/
*
|
Allow using on bit fields
Ginger Bill
2017-06-04
1
-47
/
+68
*
|
`bit_field`; Lexical sugar operators ≠ ≤ ≥
Ginger Bill
2017-06-03
5
-33
/
+298
*
|
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
2
-57
/
+0
*
|
Implement u128/i128 features; Add bits.odin
Ginger Bill
2017-06-01
4
-242
/
+406
|
/
*
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
2
-6
/
+6
*
Change naming convention from Ada_Like to RustLike
Ginger Bill
2017-05-28
12
-360
/
+372
*
`default:` to `case:`; `no_alias` to `#no_alias`
Ginger Bill
2017-05-27
5
-23
/
+33
*
Fix interval loop constant bug; Fix ir edge checking; Fix vector arithmetic w...
Ginger Bill
2017-05-22
1
-8
/
+7
*
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
1
-3
/
+3
|
/
*
Fix issue with `os.file_size` on *nix
Ginger Bill
2017-05-12
2
-4
/
+4
*
Reimplement #ordered again
Ginger Bill
2017-05-12
4
-27
/
+27
*
Fix alignment for normal structures to match LLVM
Ginger Bill
2017-05-10
2
-2
/
+1
*
Fix ir bug; allow formatting options for arrays & et al.
Ginger Bill
2017-05-09
1
-41
/
+28
*
Fix issue #63 for block comments not terminating at an EOF
Ginger Bill
2017-05-09
1
-0
/
+2
*
Fix `fmt_float` precision
Ginger Bill
2017-05-07
2
-4
/
+4
*
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
*
Add hidden __tag for union variables.
Ginger Bill
2017-05-04
5
-128
/
+168
*
Fix alignment and size bug of enums; Remove #ordered and make the default #or...
Ginger Bill
2017-05-02
6
-34
/
+34
*
Remove check on array/slice/dynamic element size
Ginger Bill
2017-05-02
1
-1
/
+1
*
Add files in core
v0.2.1
Ginger Bill
2017-05-01
3
-0
/
+284
*
`for in` iteration of Enum Type (request from issue #58)
Ginger Bill
2017-05-01
1
-7
/
+11
*
Improve vector math; Make bprint* return string
Ginger Bill
2017-05-01
2
-18
/
+18
*
v0.2.0
v0.2.0
Ginger Bill
2017-04-30
2
-10
/
+10
*
Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => tr...
Ginger Bill
2017-04-30
16
-432
/
+425
*
Fix issues #50 and #55
Ginger Bill
2017-04-29
2
-1
/
+2
*
Fix issue #51; begin work on `atomic` types
Ginger Bill
2017-04-28
3
-100
/
+8
*
`fmt.String_Buffer`, Fix issue #44, Tweak overloading rules
Ginger Bill
2017-04-26
2
-71
/
+150
*
Swap memory layout of `any`
Ginger Bill
2017-04-23
2
-14
/
+14
*
Fix constant bounds checking for slicing
Ginger Bill
2017-04-22
3
-7
/
+8
*
Making slicing a little more robust
Ginger Bill
2017-04-21
1
-3
/
+1
*
Change interval syntax: .. open range, ..< half-closed range
Ginger Bill
2017-04-20
10
-50
/
+50
*
Fix procedure calls from non-regular addressing modes
Ginger Bill
2017-04-17
1
-0
/
+6
*
Fix error printing for basic directives
Ginger Bill
2017-04-17
2
-0
/
+5
*
Calling convention, change from bitcast to transmute
Ginger Bill
2017-04-16
1
-2
/
+2
*
Add parse_int; Fix union bugs with size, alignment, and recursive definition ...
Ginger Bill
2017-04-14
1
-0
/
+46
*
Fix fmt for type; remove dead stuff
Ginger Bill
2017-04-13
2
-7
/
+20
*
Fix: map key not getting transferred on rehash
Ginger Bill
2017-04-11
1
-4
/
+3
[next]