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
*
Implement core:thread and core:sync on Unix using pthreads
Tetralux
2019-12-01
1
-1
/
+53
*
#soa[dynamic]Type (Experimental)
gingerBill
2019-11-21
1
-1
/
+10
*
Fix SOA entity usage error on `-vet`
gingerBill
2019-11-21
1
-4
/
+6
*
Update demo.odin
gingerBill
2019-11-21
1
-1
/
+1
*
Update demo.odin
gingerBill
2019-11-21
1
-9
/
+14
*
`#soa[]Type` (Experimental)
gingerBill
2019-11-21
1
-68
/
+88
*
Add new #soa and #vector syntax
gingerBill
2019-11-17
4
-383
/
+757
*
Add Handmade Seattle 2019 Demos
gingerBill
2019-11-16
3
-0
/
+1828
*
Fix Slice passed incorrectly in LLVM IR to procedure called via procedure poi...
gingerBill
2019-11-05
1
-11
/
+1
*
Fix typeid comparison bug; Add extra messages for pointer address errors
gingerBill
2019-11-03
1
-1
/
+11
*
Add SOA Struct Layout (experimental) to demo.odin
gingerBill
2019-11-03
1
-0
/
+71
*
Fix for -vet
gingerBill
2019-11-03
1
-0
/
+8
*
multivalued procedure calls allows in `for in` to allow a pseudo-iterator; `@...
gingerBill
2019-11-02
1
-0
/
+39
*
Fix typos
gingerBill
2019-10-26
1
-2
/
+2
*
Add `ranged_fields_for_array_compound_literals`
gingerBill
2019-10-26
1
-7
/
+37
*
Add range_cache.cpp
gingerBill
2019-10-26
1
-2
/
+18
*
Move old demos and old stuff to /misc
gingerBill
2019-10-26
9
-4065
/
+0
*
`#panic`; Minor change to demo.odin; Fix `#assert` bug at file scope
gingerBill
2019-10-13
1
-10
/
+10
*
Fix typos and make demo work with -vet
gingerBill
2019-10-08
1
-1
/
+0
*
Update demo.odin
gingerBill
2019-10-06
1
-20
/
+20
*
Change precedence for `in` and `notin` to match + - | ~
gingerBill
2019-10-06
1
-9
/
+1
*
strings.split; strings.index; eprint* over print*_err;
gingerBill
2019-10-06
1
-1
/
+11
*
Update demo.odin with more information
gingerBill
2019-10-06
1
-2
/
+18
*
Update demo.odin
gingerBill
2019-09-08
1
-2
/
+16
*
`where` clauses for procedure literals
gingerBill
2019-08-31
1
-0
/
+65
*
Improve demo.odin
gingerBill
2019-08-29
1
-0
/
+36
*
`inline for` loops (only for 'in' based for loops)
gingerBill
2019-08-26
1
-0
/
+39
*
Built-in Quaternions (Not just an April Fool's Joke any more)
gingerBill
2019-08-26
1
-10
/
+50
*
Keep -vet happy
gingerBill
2019-08-13
1
-1
/
+0
*
`package reflect`; fix substring type bug; fix scoping rules for `using` on p...
gingerBill
2019-08-11
1
-10
/
+24
*
Make structs with the same fields but with different tags distinct types
gingerBill
2019-08-09
1
-1
/
+0
*
Struct field tags
gingerBill
2019-08-09
1
-0
/
+25
*
Revert demo.odin
gingerBill
2019-07-15
1
-6
/
+1
*
Fix __get_map_key
gingerBill
2019-07-15
1
-1
/
+6
*
Add i128/u128 support for bit sets
gingerBill
2019-05-28
1
-16
/
+1
*
Support 128-bit integers `i128` `u128`
gingerBill
2019-05-28
1
-1
/
+16
*
Add `..<` operator for ranges; Add extra checking for bit set assignments
gingerBill
2019-05-28
1
-2
/
+4
*
Fix -vet for demo.odin
gingerBill
2019-03-30
1
-1
/
+0
*
Remove *_remove from demo and use built-in versions
gingerBill
2019-03-25
1
-14
/
+0
*
Fix typo in demo.odin
gingerBill
2019-03-11
1
-1
/
+1
*
Add implicit selector expression examples to demo.odin
gingerBill
2019-03-06
1
-0
/
+29
*
well, that was a stupid copy/paste bug
Jeroen van Rijn
2019-03-02
1
-2
/
+2
*
Fix #345: Panic when using enum as map key
Jeroen van Rijn
2019-03-02
1
-1
/
+57
*
Create CI files
Mikkel Hjortshoej
2019-02-06
1
-13
/
+1
*
Replace `deferred` with `deferred_none`, `deferred_in`, `deferred_out`
gingerBill
2019-01-13
1
-1
/
+1
*
Reorganize fmt and strings; Replace fmt.String_Buffer with strings.Builder
gingerBill
2019-01-06
1
-1
/
+1
*
Vet demo.odin
gingerBill
2018-12-31
1
-1
/
+3
*
Add `card` procedure to measure cardinality of a bit_set
gingerBill
2018-12-21
1
-0
/
+1
*
Add deferred procedure associations to demo.odin
gingerBill
2018-12-14
1
-0
/
+17
*
Labels for block and if statements (break only)
gingerBill
2018-12-08
1
-7
/
+33
[next]