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
*
math.big constants were no longer initialized
dev-2024-03
Jeroen van Rijn
2024-03-03
1
-1
/
+6
*
Add check to see if raylib is imported with `ShowCursor` on sys/windows
gingerBill
2024-03-01
1
-0
/
+4
*
Merge pull request #3203 from listeriaceae/master
gingerBill
2024-03-01
1
-31
/
+164
|
\
|
*
add Go license
Juan Ignacio Díaz
2024-02-17
1
-1
/
+91
|
*
port math.round from Golang
Juan Ignacio Díaz
2024-02-16
1
-30
/
+73
*
|
Add Recursive_Mutex procedures to procedure groups
gingerBill
2024-03-01
1
-0
/
+4
*
|
Fix leap year bug
gingerBill
2024-02-29
1
-0
/
+8
*
|
Merge pull request #3207 from Tetralux/printfln
gingerBill
2024-02-29
2
-25
/
+130
|
\
\
|
*
|
[fmt] Add *printfln()
Tetralux
2024-02-18
2
-25
/
+130
|
|
/
*
|
Merge pull request #3201 from Yawning/feature/avl
gingerBill
2024-02-29
1
-0
/
+678
|
\
\
|
*
|
core/container/avl: Initial import
Yawning Angel
2024-02-24
1
-0
/
+678
*
|
|
Keep -vet happy
gingerBill
2024-02-28
2
-2
/
+0
*
|
|
Remove unnecessary use of `transmute`
gingerBill
2024-02-28
2
-8
/
+4
|
/
/
*
|
Improve `bit_field` printing
gingerBill
2024-02-22
1
-3
/
+6
*
|
Add field tags to `bit_field`
gingerBill
2024-02-22
1
-2
/
+23
*
|
Support compound literals for `bit_field`
gingerBill
2024-02-22
1
-1
/
+1
*
|
Add backing type of a `bit_field` to the doc-format
gingerBill
2024-02-22
1
-0
/
+1
*
|
Add doc-format support for `bit_field`
gingerBill
2024-02-22
1
-2
/
+6
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-02-22
2
-3
/
+12
|
\
\
|
*
\
Merge pull request #3221 from Tetralux/net/reservedports
Jeroen van Rijn
2024-02-22
2
-3
/
+12
|
|
\
\
|
|
*
|
fixup
Tetralux
2024-02-22
1
-1
/
+1
|
|
*
|
[net] Better error code for binding a privileged port without root access on ...
Tetralux
2024-02-22
2
-3
/
+12
|
|
|
/
*
|
|
Add general support for `bit_field`s
gingerBill
2024-02-22
1
-2
/
+8
*
|
|
Begin work adding `bit_field`
gingerBill
2024-02-22
4
-0
/
+109
|
/
/
*
|
Add `bit_field` as a keyword
gingerBill
2024-02-22
1
-0
/
+2
*
|
Minor changes to sync/chan (HIGHLY EXPERIMENTAL)
gingerBill
2024-02-22
1
-34
/
+122
*
|
Basic concept of `core:sync/chan`
gingerBill
2024-02-21
1
-0
/
+401
*
|
Add `sync.One_Shot_Event`
gingerBill
2024-02-21
1
-0
/
+24
*
|
Add `reflect.enum_name_from_value` and `reflect.enum_name_from_value_any`
gingerBill
2024-02-21
2
-27
/
+39
*
|
[sys/linux]: Fix numeric values for socket fd flags
flysand7
2024-02-18
1
-2
/
+2
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-02-17
1
-9
/
+9
|
\
\
|
*
\
Merge pull request #3197 from laytan/update-miniaudio
gingerBill
2024-02-16
1
-9
/
+9
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
miniaudio: fix wrong sizes for ma_device
Laytan Laats
2024-02-14
1
-9
/
+9
*
|
|
Minor changes to `os2`
gingerBill
2024-02-17
5
-3
/
+55
|
/
/
*
|
Remove bounds checking on a lot of linalg
Lucas Perlind
2024-02-13
2
-121
/
+121
*
|
Revert "Change minor/adjoint to be `row, col` from `c, r` to be consistent wi...
Lucas Perlind
2024-02-13
2
-172
/
+172
|
/
*
Split out `linalg.identity` between matrices and array-based matrix
gingerBill
2024-02-12
1
-1
/
+11
*
Change minor/adjoint to be `row, col` from `c, r` to be consistent with `[row...
gingerBill
2024-02-12
2
-172
/
+172
*
Merge pull request #3188 from Tetralux/fixchdir
gingerBill
2024-02-12
1
-13
/
+3
|
\
|
*
[os] Fix os.change_directory(), os.set_current_directory()
Tetralux
2024-02-12
1
-13
/
+3
*
|
remove return statement from case Type_Info_Enumerated_Array, as it causes ea...
Kay
2024-02-12
1
-1
/
+0
*
|
Add `rand.choice_enum`
gingerBill
2024-02-10
1
-0
/
+20
*
|
Add more window procedures
Lucas Perlind
2024-02-09
2
-0
/
+2
*
|
Add `core:relative`
gingerBill
2024-02-08
1
-0
/
+171
*
|
Merge pull request #3156 from laytan/spall-instrumentation
gingerBill
2024-02-07
7
-28
/
+208
|
\
\
|
*
|
fix for instrumenting on Windows
laytan
2024-02-06
1
-0
/
+1
|
*
|
indent doc.odin, makes it render nicely on the documentation site
Laytan
2024-02-05
1
-27
/
+26
|
*
|
remove unneeded no instrumentation comment, are all foreign procs anyway
Laytan
2024-02-05
1
-1
/
+0
|
*
|
implement bsd's, same as darwin
Laytan
2024-02-05
1
-4
/
+9
|
*
|
spall instrumentation
Laytan Laats
2024-02-05
8
-11
/
+187
[next]