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 redundant paths in parsing
Ginger Bill
2017-06-12
1
-53
/
+54
*
`foreign` blocks for procedures
Ginger Bill
2017-06-12
7
-97
/
+154
*
Update default field value syntax; Use more declaration groupings
Ginger Bill
2017-06-12
1
-3
/
+4
*
Check for empty generic declaration list
Ginger Bill
2017-06-12
1
-1
/
+8
*
Fix IR bug for TypeSpec
Ginger Bill
2017-06-12
2
-2
/
+2
*
foreign_library allow for Pascal-style grouping
Ginger Bill
2017-06-12
4
-357
/
+207
*
Pascal style declaration grouping with ()
Ginger Bill
2017-06-12
5
-562
/
+642
*
`import` and `import_load` as keywords; Fix procedure literal call trick
Ginger Bill
2017-06-12
3
-95
/
+109
*
Prefix `type` and `let` to replace `immutable`
Ginger Bill
2017-06-12
7
-77
/
+137
*
Prefix `proc` syntax
Ginger Bill
2017-06-12
6
-86
/
+166
*
Remove := with var and :: with const
Ginger Bill
2017-06-12
6
-26
/
+52
*
Fix trailing default argument checking
Ginger Bill
2017-06-11
4
-31
/
+57
*
Make default arguments for records invalid syntax
Ginger Bill
2017-06-11
1
-1
/
+1
*
Minor change for overloaded procedures
Ginger Bill
2017-06-11
1
-2
/
+1
*
Default parameters for procedures
Ginger Bill
2017-06-11
4
-51
/
+175
*
Allow for ignoring named procedural call arguments with `_`
Ginger Bill
2017-06-11
2
-9
/
+14
*
Named procedure calls
Ginger Bill
2017-06-11
12
-116
/
+380
*
Fix bit field bug
Ginger Bill
2017-06-08
3
-33
/
+78
*
Use templated `Map` for extra type safety
Ginger Bill
2017-06-08
10
-427
/
+361
*
Remove unnecessary `typedef` usage
Ginger Bill
2017-06-08
18
-365
/
+349
*
Use templated `Array` with bounds checking
Ginger Bill
2017-06-08
17
-684
/
+687
*
Update `String` to use overloading
Ginger Bill
2017-06-08
17
-186
/
+213
*
Build as C++
Ginger Bill
2017-06-08
26
-234
/
+210
*
v0.3 Release
v0.3.0
Ginger Bill
2017-06-08
1
-1
/
+0
*
v0.3.0
Ginger Bill
2017-06-07
4
-14
/
+23
*
Make `rune` a basic type and not an alias; Remove `byte`
Ginger Bill
2017-06-06
6
-43
/
+81
*
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
*
|
Allow 128 bit map keys
Ginger Bill
2017-06-05
6
-21
/
+39
*
|
Allow using on bit fields
Ginger Bill
2017-06-04
2
-7
/
+18
*
|
Fix enum printing bug
Ginger Bill
2017-06-04
2
-16
/
+13
*
|
`bit_field`; Lexical sugar operators ≠ ≤ ≥
Ginger Bill
2017-06-03
11
-77
/
+681
*
|
Remove `quaternion128` and `quaternion256` as core types
Ginger Bill
2017-06-01
8
-728
/
+39
*
|
Implement u128/i128 features; Add bits.odin
Ginger Bill
2017-06-01
8
-56
/
+104
*
|
Use 128-bit integers for ExactValue integers
Ginger Bill
2017-05-30
7
-170
/
+750
*
|
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
*
|
Change label syntax for `for` and `match` from #label name to name:
Ginger Bill
2017-05-28
1
-96
/
+54
*
|
Change naming convention from Ada_Like to RustLike
Ginger Bill
2017-05-28
1
-6
/
+6
*
|
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
12
-1588
/
+206
*
|
Fix interval loop constant bug; Fix ir edge checking; Fix vector arithmetic w...
Ginger Bill
2017-05-22
4
-49
/
+51
*
|
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
[next]