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
*
v0.1.0
v0.1.0
Ginger Bill
2017-02-11
1
-36
/
+69
*
Dynamic array syntax [...]Type; make entities private with a prefix of `_`; f...
Ginger Bill
2017-02-11
1
-17
/
+26
*
Only check files that have been truly imported.
Ginger Bill
2017-02-11
1
-10
/
+1
*
Remove Maybe type; Enum `names`
Ginger Bill
2017-02-10
1
-39
/
+38
*
Fix global maps and initialize the preload types before
Ginger Bill
2017-02-07
1
-3
/
+9
*
Map type info and fmt printing
Ginger Bill
2017-02-07
1
-4
/
+2
*
`map` literals
Ginger Bill
2017-02-06
1
-13
/
+33
*
Make checking map key exists optional
Ginger Bill
2017-02-06
1
-2
/
+2
*
`map` string keys and `for` iterator
Ginger Bill
2017-02-06
1
-5
/
+9
*
dynamic `map` insertion and lookup
Ginger Bill
2017-02-06
1
-3
/
+4
*
Nearly implement dynamics map, missing insertion
Ginger Bill
2017-02-06
1
-3
/
+4
*
Begin writing dynamic map procs and fix `using` bug in IR
Ginger Bill
2017-02-05
1
-3
/
+8
*
Add `types.odin`; Begin work on `map`
Ginger Bill
2017-02-05
1
-1
/
+5
*
Custom struct alignment
Ginger Bill
2017-02-05
1
-0
/
+15
*
Update code from OSX merge to be consistent with the rest of the code
Ginger Bill
2017-02-01
1
-0
/
+2
*
Change internals of `context`; Disable `immutable`
Ginger Bill
2017-02-01
1
-0
/
+10
*
Change vector memory layout and operations; `for in` vector.
Ginger Bill
2017-01-30
1
-0
/
+16
*
Allow _ in floats
Ginger Bill
2017-01-29
1
-7
/
+7
*
sprint*, variadic append works correctly now.
Ginger Bill
2017-01-29
1
-280
/
+5
*
Variadic `append`
Ginger Bill
2017-01-29
1
-6
/
+1
*
Dynamic arrays
Ginger Bill
2017-01-29
1
-2
/
+13
*
Update README.md
v0.0.6b
Ginger Bill
2017-01-29
1
-3
/
+276
*
Fix untyped to `any` assignments. Fixed crash when arguments with no value ar...
Ginger Bill
2017-01-29
1
-277
/
+3
*
Overloaded `free`; 3 dotted ellipsis
v0.0.6a
Ginger Bill
2017-01-28
1
-4
/
+8
*
Fix parsing for block/if expression within if/for/etc. statements
v0.0.6
Ginger Bill
2017-01-27
1
-13
/
+16
*
Remove while loop and readd c-style for loops i.e. all loops are just `for`
Ginger Bill
2017-01-27
1
-26
/
+15
*
`in` keyword for `for` and `match type`
Ginger Bill
2017-01-27
1
-20
/
+24
*
Fix utf8 stuff, Allow _ in numbers, Begin writing next demo code.
Ginger Bill
2017-01-27
1
-25
/
+254
*
Remove case sensitivity for libraries on windows
Ginger Bill
2017-01-26
1
-5
/
+0
*
Library names - Only link with used foreign libraries
Ginger Bill
2017-01-26
1
-14
/
+1
*
Fix pointer differences (issue #11); remove #dll_import
Ginger Bill
2017-01-26
1
-1
/
+18
*
Basic float printing
Ginger Bill
2017-01-26
1
-36
/
+36
*
Change casting syntax: `cast(T)x` `transmute(T)x` et al.
Ginger Bill
2017-01-25
1
-6
/
+0
*
Fix issue #8 - https://github.com/gingerBill/Odin/issues/8
Ginger Bill
2017-01-20
1
-82
/
+58
*
Fix issue #10
Ginger Bill
2017-01-20
1
-58
/
+82
*
`using` `immutable` `thread_local` on variable declarations
Ginger Bill
2017-01-19
1
-6
/
+6
*
`immutable` field prefix
Ginger Bill
2017-01-19
1
-0
/
+7
*
Closed range `...` (both inclusive); Type comparisons with == and !=
Ginger Bill
2017-01-19
1
-37
/
+36
*
Change cast syntax, int(x), []byte(s), (^int)(p)
Ginger Bill
2017-01-17
1
-5
/
+6
*
Fix conversion of untyped integers to pointers
Ginger Bill
2017-01-17
1
-2
/
+4
*
Comma for all field separators; Overloaded procedures follow exportation rules
Ginger Bill
2017-01-17
1
-6
/
+11
*
Best viable overloading procedure algorithm; `no_alias`; call expr style casts
Ginger Bill
2017-01-17
1
-4
/
+21
*
Err on ambiguous overloaded calls
Ginger Bill
2017-01-15
1
-4
/
+15
*
Procedure overloading
Ginger Bill
2017-01-15
1
-5
/
+15
*
Bug fix: comparisons with shifts
Ginger Bill
2017-01-15
1
-6
/
+5
*
Handle enums correctly with printf
Ginger Bill
2017-01-08
1
-26
/
+5
*
"Old style" enums
Ginger Bill
2017-01-08
1
-16
/
+26
*
fmt.printf - Go style due to runtime type safety
Ginger Bill
2017-01-08
1
-3
/
+17
*
Fix core library; Disable adding entity definitions for blank identifiers
v0.0.5e
Ginger Bill
2017-01-07
1
-67
/
+4
*
Fix checking termination of a procedure
Ginger Bill
2017-01-05
1
-2
/
+67
[next]