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
/
demo
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make `-no-dynamic-literals` the default now
gingerBill
2025-01-05
1
-0
/
+1
*
Remove `#relative` types from the compiler
gingerBill
2024-11-14
1
-17
/
+0
*
Update demo.odin
Doeke Wartena
2024-11-09
1
-1
/
+1
*
Fix typo in demo.odin
Fredrik Vaeng Røtnes
2024-10-09
1
-1
/
+1
*
Merge pull request #4279 from obiwan87/master
gingerBill
2024-09-25
1
-1
/
+1
|
\
|
*
Add missing package qualifier to alloc
Antonino Simone Di Stefano
2024-09-22
1
-1
/
+1
*
|
Merge pull request #2600 from Hyrtwol/icon-for-odin-exe
Jeroen van Rijn
2024-09-24
1
-0
/
+75
|
\
\
|
|
/
|
/
|
|
*
odin manifest file
Thomas la Cour
2024-08-21
1
-0
/
+75
*
|
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
1
-1
/
+1
|
/
*
Update the `demo.odin` to use `nil` instead of `os.ERROR_NONE`
gingerBill
2024-08-04
1
-1
/
+1
*
Fix typo.
gingerBill
2024-07-04
1
-1
/
+1
*
wasi: make the demo run on wasi and run it in CI
Laytan Laats
2024-06-29
1
-0
/
+1
*
Fix loads of indentation issues with mixing spaces and tabs
gingerBill
2024-06-29
1
-1
/
+1
*
Add `bit_field` to demo.odin
gingerBill
2024-06-29
1
-0
/
+45
*
Correct `core:intrinsics` to `base:intrinsics`
gingerBill
2024-05-13
1
-1
/
+1
*
fix demo out of bounds error
Laytan
2024-05-07
1
-1
/
+1
*
Fix unseen `print` call in demo
Feoramund
2024-04-28
1
-1
/
+1
*
Core Foundation and Security vendor libraries.
Vitalii Kravchenko
2024-04-13
1
-1
/
+1
*
Fix demo docs
gingerBill
2024-01-28
1
-3
/
+3
*
Fix demo
gingerBill
2024-01-28
1
-2
/
+2
*
Enforce naming the parameters with `builtin.quaternion` to reduce confusion
gingerBill
2024-01-05
1
-3
/
+5
*
Update demo.odin
Gary Chike
2023-12-21
1
-2
/
+2
*
Add os.args to demo.
Jeroen van Rijn
2023-11-27
1
-1
/
+7
*
Add `or_break` and `or_continue` constructs
gingerBill
2023-09-30
1
-71
/
+143
*
Update demo.odin to #align(N) style
gingerBill
2023-08-15
1
-1
/
+1
*
Remove `switch in` in favour of `switch _ in`
gingerBill
2023-08-08
1
-2
/
+2
*
Disallow `for in` in favour of `for _ in`
gingerBill
2023-08-08
1
-1
/
+1
*
Merge pull request #2696 from hwchen/hwchen/fix-parse-call-expr-ellipses
gingerBill
2023-08-05
1
-0
/
+22
|
\
|
*
core:odin/parser allow args after varargs in parse_call_expr
Walther Chen
2023-08-03
1
-0
/
+22
*
|
Update demo for #relative multi-pointers
gingerBill
2023-08-05
1
-6
/
+5
|
/
*
Add separate `-vet` flags; `-vet-using-*` flags; `//+vet` file flags
gingerBill
2023-07-31
1
-0
/
+1
*
Use positional and named arguments within the core library
gingerBill
2023-06-21
1
-2
/
+2
*
Basic enforcement of ordered named arguments/parameters for procedures
gingerBill
2023-06-14
1
-2
/
+2
*
Replace `0` with `os.ERROR_NONE` in demo.odin
Damian Tarnawski
2023-06-11
1
-1
/
+1
*
added error printing
Elusive Porpoise
2023-05-19
1
-0
/
+4
*
remove misleading example
Elusive Porpoise
2023-05-08
1
-6
/
+0
*
Revert "Use `sync.Mutex` rather than a spin lock for the threading example"
Jeroen van Rijn
2022-08-05
1
-20
/
+23
*
Use `sync.Mutex` rather than a spin lock for the threading example
gingerBill
2022-08-05
1
-23
/
+20
*
Update demo.odin
gingerBill
2022-05-23
1
-2
/
+4
*
Implement pthread_cancel.
Jeroen van Rijn
2022-05-11
1
-1
/
+28
*
change usage in demo.odin
Florian Behr
2022-04-25
1
-1
/
+2
*
Add https://github.com/odin-lang/examples
gingerBill
2022-04-08
1
-0
/
+11
*
Update Thread Pool in `core:thread`
gingerBill
2022-03-31
1
-23
/
+23
*
Disable thread pool in demo
gingerBill
2022-03-31
1
-23
/
+23
*
`threading_example` allow on Darwin
gingerBill
2022-03-30
1
-5
/
+0
*
Remove comments
gingerBill
2022-03-14
1
-4
/
+0
*
Fix issue #1574 "fract in linalg/glm is broken" by fixing
gitlost
2022-03-08
1
-0
/
+1
*
Update comment in demo.odin
gingerBill
2022-02-19
1
-7
/
+13
*
Merge branch 'master' into odin-global-constants-as-enums
gingerBill
2022-02-15
1
-8
/
+8
|
\
|
*
Correct `#sparse` usage and error messages
gingerBill
2022-02-05
1
-8
/
+8
[next]