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
Commit message (
Expand
)
Author
Age
Files
Lines
*
v0.11.0
v0.11.0
gingerBill
2019-11-01
1
-1
/
+1
*
Merge pull request #404 from hazeycode/master
gingerBill
2019-11-01
2
-2
/
+54
|
\
|
*
Add missing foreign import to time_darwin
Chris Heyes
2019-11-01
1
-0
/
+2
|
*
Move time code from os to time package
Chris Heyes
2019-11-01
2
-43
/
+30
|
*
Merge remote-tracking branch 'upstream/master'
Chris Heyes
2019-11-01
84
-2816
/
+10286
|
|
\
|
*
|
Impl time for macOS
Chris Heyes
2019-07-16
2
-1
/
+64
*
|
|
Add `@force` to `foreign import`
gingerBill
2019-11-01
7
-1
/
+44
|
|
/
|
/
|
*
|
Add dummy packages purely for documentation of `builtin` and `intrinsics`
gingerBill
2019-11-01
2
-0
/
+231
*
|
Merge pull request #437 from nakst/master
gingerBill
2019-11-01
1
-923
/
+2013
|
\
\
|
*
|
updated os_essence.odin
nakst
2019-09-18
1
-923
/
+2013
*
|
|
Fix polymorphic record parameter determination bug caused by polymorphic cons...
gingerBill
2019-10-31
2
-2
/
+4
*
|
|
Fix stack overflow bug caused by polymorphic record with polymorphic constant...
gingerBill
2019-10-31
2
-11
/
+15
*
|
|
Fix double calling of lhs of logical binary expressions
gingerBill
2019-10-31
3
-19
/
+33
*
|
|
Delay determination of procedure abi types until as late as possible to preve...
gingerBill
2019-10-31
5
-12
/
+29
*
|
|
Merge pull request #453 from kevinw/master
gingerBill
2019-10-29
1
-2
/
+1
|
\
\
\
|
*
|
|
Remove unused variables in utf8.odin.
Kevin Watters
2019-10-28
1
-2
/
+1
*
|
|
|
Fix `runtime.cstring_len`
gingerBill
2019-10-29
1
-3
/
+3
|
/
/
/
*
|
|
Fix procedure group "best fit" algorithm for polymorphic procedures
gingerBill
2019-10-27
4
-22
/
+47
*
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2019-10-27
1
-1
/
+4
|
\
\
\
|
*
|
|
Set CI shell on windows to cmd.exe
Mikkel Hjortshøj
2019-10-27
1
-0
/
+3
|
*
|
|
Update ci.yml
Mikkel Hjortshøj
2019-10-27
1
-1
/
+0
|
*
|
|
Update ci.yml
Mikkel Hjortshøj
2019-10-27
1
-1
/
+1
|
*
|
|
Update ci.yml
Mikkel Hjortshøj
2019-10-27
1
-1
/
+2
*
|
|
|
Fix typos in `package linalg`; Fix norm_float64 in `package rand`
gingerBill
2019-10-27
2
-5
/
+10
|
/
/
/
*
|
|
New `package math` and `package math/linalg`
gingerBill
2019-10-27
3
-367
/
+643
*
|
|
Fix typo in `package utf8`; add `wchar_t` to `package c`
gingerBill
2019-10-27
2
-1
/
+3
*
|
|
Add for `package utf8`: `rune_at_pos`, `rune_string_at_pos`, `rune_at`, `rune...
gingerBill
2019-10-26
1
-6
/
+45
*
|
|
Move `package decimal` to be a subpackage of `package strconv`
gingerBill
2019-10-26
2
-2
/
+2
*
|
|
Fix slice and dynamic array lengths determined from ranged compound literals
gingerBill
2019-10-26
3
-8
/
+5
*
|
|
Fix typos
gingerBill
2019-10-26
1
-2
/
+2
*
|
|
Add `ranged_fields_for_array_compound_literals`
gingerBill
2019-10-26
2
-10
/
+43
*
|
|
Add range_cache.cpp
gingerBill
2019-10-26
3
-3
/
+88
*
|
|
Update utf8.accept_sizes to use ranged fields
gingerBill
2019-10-26
1
-17
/
+11
*
|
|
Allow ranges for array-like compound literals
gingerBill
2019-10-26
9
-165
/
+340
*
|
|
Fix Compiler assertion when applying `using` to `_` procedure parameter. #451
gingerBill
2019-10-26
4
-9
/
+8
*
|
|
Allow for cycles in record polymorphic parameters but not in actualized fields
gingerBill
2019-10-26
1
-31
/
+41
*
|
|
Add `utf8.rune_index`
gingerBill
2019-10-26
1
-2
/
+13
*
|
|
Move old demos and old stuff to /misc
gingerBill
2019-10-26
10
-2
/
+2
*
|
|
Modify runtime to reduce dependencies on other packages
gingerBill
2019-10-23
3
-33
/
+140
*
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2019-10-23
4
-49
/
+57
|
\
\
\
|
*
\
\
Merge pull request #450 from ThisDrunkDane/master
gingerBill
2019-10-21
4
-49
/
+57
|
|
\
\
\
|
|
*
|
|
Update README.md
Mikkel Hjortshøj
2019-10-21
1
-3
/
+0
|
|
*
|
|
Update README.md with new CI badge
Mikkel Hjortshøj
2019-10-21
1
-3
/
+3
|
|
*
|
|
Remove old CI runners
Mikkel Hjortshoej
2019-10-21
2
-43
/
+0
|
|
*
|
|
Add github CI action
Mikkel Hjortshøj
2019-10-21
1
-0
/
+54
|
|
/
/
/
*
/
/
/
Add token.odin
gingerBill
2019-10-23
1
-0
/
+335
|
/
/
/
*
|
|
Fix missing check for zero elements
gingerBill
2019-10-20
1
-2
/
+2
*
|
|
Support for named indices for array-like compound literals `{3 = a, 1 = b}`
gingerBill
2019-10-20
4
-63
/
+213
*
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2019-10-20
1
-2
/
+3
|
\
\
\
|
*
\
\
Merge pull request #445 from Tetralux/patch-2
Mikkel Hjortshøj
2019-10-19
1
-2
/
+3
|
|
\
\
\
[next]