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
*
Revert demo.odin
gingerBill
2020-05-23
1
-15
/
+2
*
Add `sort.binary_search` (uses interpolation sort for ordered numeric types)
gingerBill
2020-05-23
1
-1
/
+14
*
Add `"pure"` procedure types
gingerBill
2020-05-23
1
-0
/
+17
*
Revert demo.odin
gingerBill
2020-05-22
1
-23
/
+1980
*
Selector Call Expressions: `x->y(123) == x.y(x, 123)`
gingerBill
2020-05-22
1
-1980
/
+23
*
Relative pointer and relative slices
gingerBill
2020-05-15
1
-1
/
+21
*
Enforce explicit context definition for procedure calls
gingerBill
2020-05-14
1
-0
/
+12
*
Revert demo.odin
gingerBill
2020-03-19
1
-3
/
+0
*
Change demo.odin to default
gingerBill
2020-03-19
1
-65
/
+29
*
Remove `context.std*` parameters; Fix unary boolean not
gingerBill
2020-03-19
1
-29
/
+68
*
Fix `context` system; add more to -show-more-timings for LLVM API; Add `ODIN_...
gingerBill
2020-03-08
1
-1
/
+1
*
Fix nested type declarations name generation, to be internally consistent
gingerBill
2020-03-08
1
-1
/
+1
*
Fix logical binary expressions
gingerBill
2020-03-08
1
-4
/
+4
*
Basic functionality, except for `map` and correct nested typename mangling
gingerBill
2020-03-07
1
-7
/
+8
*
Fill in more of the llvm_backend code generation
gingerBill
2020-03-05
1
-49
/
+1
*
General functionality without `context`
gingerBill
2020-03-04
1
-1
/
+3
*
Global variable initialization support
gingerBill
2020-02-23
1
-19
/
+10
*
Basic work on obj generation
gingerBill
2020-02-23
1
-37
/
+43
*
Anonymous procedure literal support
gingerBill
2020-02-08
1
-4
/
+21
*
Port code for lb_build_call_expr
gingerBill
2020-02-02
1
-31
/
+25
*
Implement constant value generation from ExactValue
gingerBill
2020-02-02
1
-17
/
+32
*
Correctly generate LLVM types from Odin types.
gingerBill
2020-02-02
1
-2
/
+21
*
Begin LLVM C API integration
gingerBill
2020-02-01
1
-0
/
+11
*
Add `union #maybe`
gingerBill
2020-02-01
1
-0
/
+23
*
Allow not_in as keyword over notin, but still allow notin to work
gingerBill
2020-01-16
2
-2
/
+2
*
Add `thread.Pool` with example in demo.odin; Update linalg to support handnes...
gingerBill
2020-01-02
1
-24
/
+52
*
Fix typos in demo.odin
gingerBill
2019-12-31
1
-2
/
+2
*
Add #partial tag for enumerated arrays to prevent common errors using non-con...
gingerBill
2019-12-27
1
-3
/
+13
*
Add constant literal expressions
gingerBill
2019-12-27
1
-0
/
+55
*
Implement `#complete switch` by default, replace with `#partial switch` #511
gingerBill
2019-12-22
1
-5
/
+15
*
Add assert into scratch_allocator_proc to prevent initialization cycles #504
gingerBill
2019-12-15
1
-1
/
+0
*
Fix nil comparisons for soa slices and dynamic arrays
gingerBill
2019-12-01
1
-3
/
+1
*
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
[next]