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
/
code
/
demo.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace `import_load` with `using import .`
Ginger Bill
2017-08-27
1
-601
/
+0
*
v0.6.0
v0.6.0
Ginger Bill
2017-07-30
1
-11
/
+10
*
Parallelization of the Parser
Ginger Bill
2017-07-30
1
-5
/
+9
*
`transmute(type)x`; Minor code clean up
Ginger Bill
2017-07-30
1
-30
/
+573
*
Minor Simplification of threading demo
Ginger Bill
2017-07-29
1
-7
/
+4
*
Internal changes; thread.odin for windows only
Ginger Bill
2017-07-20
1
-7
/
+54
*
Fix polymorphic element types usage; Empty `union` as opaque type
Ginger Bill
2017-07-20
1
-1
/
+6
*
Fix minor parsing bug with procedure return types
Ginger Bill
2017-07-19
1
-2
/
+2
*
`type_info_of`; enum_value_to_string and string_to_enum_value
Ginger Bill
2017-07-19
1
-1
/
+2
*
Change union layout to store type info rather than an integer; ternary expres...
Ginger Bill
2017-07-19
1
-1
/
+1
*
Fix `copy`
Ginger Bill
2017-07-18
1
-196
/
+2
*
Merge `raw_union` into `struct` as a memory layout tag `#raw_union`
Ginger Bill
2017-07-18
1
-30
/
+29
*
Remove `atomic`, `++`, and `--`
Ginger Bill
2017-07-18
1
-11
/
+33
*
Allow undefined --- as a struct field default value.
Ginger Bill
2017-07-18
1
-22
/
+3
*
Default struct field values
Ginger Bill
2017-07-18
1
-4
/
+23
*
Fix some preload bugs.
Ginger Bill
2017-07-18
1
-2
/
+3
*
Polymorphic type specialization for procedures
Ginger Bill
2017-07-17
1
-8
/
+156
*
Rudimentary support for parametric polymorphic types
Ginger Bill
2017-07-13
1
-423
/
+22
*
Change precedence order for types e.g. ^T(x) == ^(T(x))
Ginger Bill
2017-07-13
1
-3
/
+4
*
Update demo for both subtyping and union based Entity
Ginger Bill
2017-07-10
1
-88
/
+97
*
Make record semicolon syntax more consistent
Ginger Bill
2017-07-10
1
-1
/
+1
*
Use semicolons as field delimiters in records
Ginger Bill
2017-07-10
1
-24
/
+24
*
`..` half closed range; `...` open range; `...` variadic syntax
Ginger Bill
2017-07-07
1
-34
/
+21
*
Fix demo.odin
Ginger Bill
2017-07-04
1
-0
/
+1
*
Merge branch 'master' of https://github.com/gingerBill/Odin
Ginger Bill
2017-07-04
1
-4
/
+1
|
\
|
*
Allow aliasing of aliases
Ginger Bill
2017-07-04
1
-5
/
+1
*
|
Allow for overloading of polymorphic procedures
Ginger Bill
2017-07-04
1
-7
/
+32
|
/
*
*_of as keyords; Allow constant aliasing for user/built-in procedures, import...
Ginger Bill
2017-07-04
1
-4
/
+6
*
Disable polymorphic overloading in the global scope
Ginger Bill
2017-07-02
1
-2
/
+13
*
`do` keyword for inline statements instead of blocks
Ginger Bill
2017-07-01
1
-17
/
+12
*
Fix demo
Ginger Bill
2017-06-29
1
-1
/
+1
*
Implicit parametric polymorphic procedures
Ginger Bill
2017-06-29
1
-0
/
+4
*
Remove `Type`
Ginger Bill
2017-06-29
1
-13
/
+0
*
Add `Type` -- Runtime type for comparing types (similar to TypeInfo but simpler)
Ginger Bill
2017-06-29
1
-6
/
+18
*
Update procedure names and extend demo.odin
Ginger Bill
2017-06-29
1
-61
/
+6
*
Remove `var` and `const` keywords; Fix default parameter syntax
Ginger Bill
2017-06-28
1
-5
/
+5
*
:: style procedure declarations; remove old parsing code
Ginger Bill
2017-06-28
1
-26
/
+25
*
Disable `var` and `const` declarations
Ginger Bill
2017-06-28
1
-35
/
+53
*
Basic allowance for := and ::
Ginger Bill
2017-06-28
1
-24
/
+28
*
Fixed demo
v0.5.0
Ginger Bill
2017-06-27
1
-5
/
+11
*
Write demo for v0.5.0
Ginger Bill
2017-06-26
1
-0
/
+408
*
Revert demo
Ginger Bill
2017-06-26
1
-6
/
+1
*
Remove "overloading" bug of para-poly-procs
Ginger Bill
2017-06-25
1
-7
/
+1
*
`new` as a user-level procedure
Ginger Bill
2017-06-25
1
-5
/
+1
*
Allow nested para-poly procedures
Ginger Bill
2017-06-25
1
-3
/
+4
*
Rudimentary para-poly procedures
Ginger Bill
2017-06-25
1
-1
/
+4
*
Generic procedures generate types on use
Ginger Bill
2017-06-25
1
-0
/
+9
*
Update old demos
Ginger Bill
2017-06-21
1
-1
/
+2
*
Declaration grouping uses () rather than {}; Fix some problem with compilatio...
Ginger Bill
2017-06-17
1
-1
/
+3
*
"Revert" to older demo
Ginger Bill
2017-06-12
1
-16
/
+15
[next]