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
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
v0.8.0
v0.8.0
gingerBill
2018-02-09
1
-2
/
+43
*
`distinct` keyword for type declarations
gingerBill
2018-02-05
1
-4
/
+18
*
`enum #export`
gingerBill
2018-01-21
1
-0
/
+11
*
Reimplement opt stage
gingerBill
2018-01-20
1
-5
/
+1
*
Remove timing for llvm-opt
gingerBill
2018-01-20
1
-2
/
+6
*
`-no-bounds-check`
gingerBill
2018-01-18
1
-10
/
+7
*
Named return value act as variables; Code reorganization
gingerBill
2018-01-17
1
-1
/
+21
*
Specific sized booleans: b8, b16, b32, b64
gingerBill
2018-01-17
1
-1
/
+18
*
Update demo for `using in`
gingerBill
2018-01-13
1
-1
/
+24
*
Remove `struct #ordered`
gingerBill
2017-12-17
1
-2
/
+0
*
Print `nil` for nil procedures in fmt.odin
gingerBill
2017-12-12
1
-5
/
+5
*
Explicit procedure group; Remove implicit procedure overloading
gingerBill
2017-12-09
1
-2
/
+2
*
Update demo.odin
gingerBill
2017-12-03
1
-16
/
+63
*
New slice memory layout (ptr+len); `byte`
gingerBill
2017-11-26
1
-9
/
+16
*
Change push allocator system; update core libraries
gingerBill
2017-11-09
1
-3
/
+3
*
Fix `fmt.odin` %#v fancy printing
gingerBill
2017-11-05
1
-1
/
+1
*
More code clean up
gingerBill
2017-11-04
1
-19
/
+17
*
`match` to `switch`; Optional semicolons after "import" statements
Ginger Bill
2017-10-01
1
-4
/
+4
*
Remove http_test.odin
Ginger Bill
2017-09-29
1
-184
/
+0
*
Fix old_demos; Fix `when` bug; Fix enum `.names`
Ginger Bill
2017-09-29
9
-271
/
+249
*
Use comma for struct field separators (disallow nesting)
Ginger Bill
2017-09-21
1
-71
/
+45
*
Fix file load order and allow when statements at file scope
Ginger Bill
2017-09-20
1
-5
/
+5
*
Fix issue #94
Ginger Bill
2017-09-11
1
-0
/
+1
*
Remove `when` suffixes; Implement file scope `when` statement, evaluated in s...
Ginger Bill
2017-09-10
1
-2
/
+5
*
Library collections
Ginger Bill
2017-09-07
1
-18
/
+18
*
Remove metagen.odin
Ginger Bill
2017-08-27
1
-595
/
+0
*
Add `examples`
Ginger Bill
2017-08-27
14
-0
/
+4837
*
Switchable array bounds checking
Ginger Bill
2016-09-12
12
-4668
/
+0
*
Default struct member reordering for minimal size
Ginger Bill
2016-09-10
2
-3
/
+4
*
Begin reording of struct members by default.
Ginger Bill
2016-09-09
6
-33
/
+40
*
Remove duplicates in type info data.
Ginger Bill
2016-09-09
3
-19
/
+128
*
Fix match statements for the new AstNodeArray type
Ginger Bill
2016-09-08
7
-176
/
+1492
*
Fix missing `type_info` with manual linear search
Ginger Bill
2016-09-08
4
-56
/
+20
*
Basic variadic `print` procedure
Ginger Bill
2016-09-07
2
-88
/
+180
*
`any` type
Ginger Bill
2016-09-07
2
-14
/
+41
*
Begin Type_Info
Ginger Bill
2016-09-07
3
-1093
/
+133
*
Speed up SSA generation and clang compilation
Ginger Bill
2016-09-05
3
-586
/
+711
*
Type match statement for tagged unions
Ginger Bill
2016-09-04
1
-5
/
+743
*
Start implementing Tagged Unions
Ginger Bill
2016-09-03
2
-58
/
+10
*
Typesafe variadic procedures
Ginger Bill
2016-09-03
2
-8
/
+21
*
Runtime assert
Ginger Bill
2016-09-02
2
-19
/
+15
*
min, max, abs
Ginger Bill
2016-09-02
5
-47
/
+46
*
Match statements; Type System change (Type_Record for all sum and product types)
Ginger Bill
2016-09-01
2
-12
/
+31
*
Fix subtype polymorphism
Ginger Bill
2016-08-31
1
-2
/
+2
*
`down_cast`
Ginger Bill
2016-08-31
2
-23
/
+35
*
Subtyping Polymorphic arguments; `using` procedure parameters
Ginger Bill
2016-08-30
1
-14
/
+16
*
Better `using`; foreign system libraries; optional semicolons
Ginger Bill
2016-08-30
9
-1517
/
+786
*
Begin "Everything's a namespace"
Ginger Bill
2016-08-30
5
-21
/
+45
*
new, new_slice, delete
Ginger Bill
2016-08-28
4
-87
/
+131
*
Save before Demo 001
Ginger Bill
2016-08-25
1
-11
/
+12
[next]