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
*
Remove `let`
Ginger Bill
2017-06-26
7
-10
/
+10
*
Remove "overloading" bug of para-poly-procs
Ginger Bill
2017-06-25
1
-1
/
+1
*
`new` as a user-level procedure
Ginger Bill
2017-06-25
1
-0
/
+5
*
Default result values for procedure types; Named result values in `return` st...
Ginger Bill
2017-06-22
3
-129
/
+71
*
Merge branch 'master' of https://github.com/gingerBill/Odin
Ginger Bill
2017-06-21
1
-39
/
+48
|
\
|
*
Implicit Parameter Passing based `context` system (replacing Thread Local Sto...
Ginger Bill
2017-06-20
1
-39
/
+48
*
|
Fix compilation bug on Linux
Ginger Bill
2017-06-21
1
-2
/
+3
|
/
*
Compiler compiles for x86 (doesn't work properly)
Ginger Bill
2017-06-19
3
-111
/
+129
*
Code will compile as 32 bit but will causes errors in the linker on Windows
Ginger Bill
2017-06-19
3
-113
/
+149
*
Fix #location for anonymous procedures
Ginger Bill
2017-06-18
1
-3
/
+9
*
Implement `assert` and `panic` in user side code
Ginger Bill
2017-06-18
1
-15
/
+23
*
`#location(..)` and `#call_location`
Ginger Bill
2017-06-18
1
-0
/
+13
*
Declaration grouping uses () rather than {}; Fix some problem with compilatio...
Ginger Bill
2017-06-17
22
-161
/
+158
*
Declaration grouping uses braces rather than parentheses
Ginger Bill
2017-06-13
22
-164
/
+176
*
`foreign` blocks for procedures
Ginger Bill
2017-06-12
9
-515
/
+533
*
Update default field value syntax; Use more declaration groupings
Ginger Bill
2017-06-12
7
-229
/
+268
*
Check for empty generic declaration list
Ginger Bill
2017-06-12
1
-0
/
+7
*
foreign_library allow for Pascal-style grouping
Ginger Bill
2017-06-12
6
-193
/
+215
*
Pascal style declaration grouping with ()
Ginger Bill
2017-06-12
18
-1901
/
+1938
*
`import` and `import_load` as keywords; Fix procedure literal call trick
Ginger Bill
2017-06-12
14
-32
/
+31
*
Prefix `type` and `let` to replace `immutable`
Ginger Bill
2017-06-12
15
-106
/
+106
*
Prefix `proc` syntax
Ginger Bill
2017-06-12
22
-776
/
+776
*
Remove := with var and :: with const
Ginger Bill
2017-06-12
24
-3315
/
+3236
*
Added a bunch of VM_* and map_virtual_key
Mikkel Hjortshoej
2017-06-11
1
-1
/
+26
*
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
[next]