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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `intrinsics.type_is_unsigned`
gingerBill
2019-11-10
1
-0
/
+1
*
Add 128-bit random procedures to `package math/rand`
gingerBill
2019-11-10
1
-2
/
+24
*
Fix incorrect math.linalg.cross3 indices.
vassvik
2019-11-04
1
-2
/
+2
*
Use `runtime.mem_copy` in `package me`
gingerBill
2019-11-03
2
-26
/
+20
*
Fix for -vet
gingerBill
2019-11-03
1
-2
/
+2
*
Fix typo in fmt
gingerBill
2019-11-03
1
-1
/
+1
*
Fix fmt printing of anonymous SOA structs
gingerBill
2019-11-03
1
-15
/
+61
*
SOA support of Structures and Arrays; Runtime information for SOA structs; fm...
gingerBill
2019-11-03
2
-18
/
+67
*
Fix linalg.mul; add linalg.Matrix1xN
gingerBill
2019-11-02
1
-7
/
+13
*
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
42
-1554
/
+5356
|
|
\
|
*
|
Impl time for macOS
Chris Heyes
2019-07-16
2
-1
/
+64
*
|
|
Add `@force` to `foreign import`
gingerBill
2019-11-01
2
-0
/
+4
|
|
/
|
/
|
*
|
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
*
|
|
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
1
-3
/
+24
*
|
|
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
2
-363
/
+619
*
|
|
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
*
|
|
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
1
-0
/
+3
*
|
|
Add `utf8.rune_index`
gingerBill
2019-10-26
1
-2
/
+13
*
|
|
Modify runtime to reduce dependencies on other packages
gingerBill
2019-10-23
2
-33
/
+139
*
|
|
Add token.odin
gingerBill
2019-10-23
1
-0
/
+335
*
|
|
`#panic`; Minor change to demo.odin; Fix `#assert` bug at file scope
gingerBill
2019-10-13
2
-27
/
+29
*
|
|
Fix typos and make demo work with -vet
gingerBill
2019-10-08
2
-5
/
+5
*
|
|
Change implicit semicolon rules for record types within procedure bodies; Upd...
gingerBill
2019-10-06
9
-893
/
+558
*
|
|
Change print*_err to eprint* in core library
gingerBill
2019-10-06
4
-15
/
+15
*
|
|
Change precedence for `in` and `notin` to match + - | ~
gingerBill
2019-10-06
1
-5
/
+5
*
|
|
strings.split; strings.index; eprint* over print*_err;
gingerBill
2019-10-06
6
-15
/
+171
*
|
|
Remove os_osx.odin
gingerBill
2019-10-01
1
-295
/
+0
*
|
|
Change ODIN_OS string for osx from "osx" to "darwin" to allow for other platf...
gingerBill
2019-10-01
2
-0
/
+295
*
|
|
Fix -debug crash on windows caused by missing debug info for files.
gingerBill
2019-09-25
1
-1
/
+1
|
/
/
*
|
Merge pull request #430 from nakst/master
gingerBill
2019-09-09
3
-167
/
+1315
|
\
\
|
*
|
New Essence OS layer; cross-compiling improvements
nakst
2019-09-02
3
-167
/
+1315
*
|
|
Add `where` clauses to `struct` and `union`
gingerBill
2019-09-08
2
-16
/
+44
|
/
/
*
|
ThreadPool for the parser
gingerBill
2019-09-01
2
-19
/
+20
*
|
`where` clauses for procedure literals
gingerBill
2019-08-31
3
-0
/
+22
*
|
Make `require_results` an attribute rather than a suffix tag for procedures
gingerBill
2019-08-31
2
-3
/
+0
*
|
Add complex/quaternion raw layouts to mem/raw.odin
gingerBill
2019-08-26
1
-0
/
+6
*
|
Update odin_tokenizer to support quaternion literals
gingerBill
2019-08-26
1
-1
/
+2
*
|
Built-in Quaternions (Not just an April Fool's Joke any more)
gingerBill
2019-08-26
4
-13
/
+111
[next]