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
*
`core:container/lru`
dev-2022-02
gingerBill
2022-02-01
1
-0
/
+183
*
Add allocator parameter to `rand.perm`
gingerBill
2022-02-01
1
-2
/
+2
*
Remove the unneeded `$`
gingerBill
2022-01-31
1
-2
/
+2
*
Add `slice.stable_sort*` procedures
gingerBill
2022-01-31
3
-12
/
+61
*
Unify logic for `slice.sort*` related procedures
gingerBill
2022-01-31
2
-488
/
+182
*
Enforce `-strict-style` in CI
gingerBill
2022-01-31
2
-4
/
+4
*
Add `round` to linalg_glsl_math.odin
gingerBill
2022-01-30
1
-0
/
+2
*
Added round to HLSL and GLSL, and isinf/isfinite + isnan to HLSL
Jesse Stiller
2022-01-30
3
-0
/
+104
*
Fix mutex and conditions trying to be destroyed twice in unix
powerc9000
2022-01-27
1
-2
/
+0
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-01-27
1
-5
/
+8
|
\
|
*
Merge pull request #1458 from Kelimion/zlib_fix
Jeroen van Rijn
2022-01-27
1
-5
/
+8
|
|
\
|
|
*
Fix DEFLATE stored block handling.
Jeroen van Rijn
2022-01-27
1
-5
/
+8
*
|
|
Add `rand.exp_float64`
gingerBill
2022-01-27
2
-8
/
+220
*
|
|
Fix typo
gingerBill
2022-01-27
1
-1
/
+1
*
|
|
Update doc_format.odin
gingerBill
2022-01-27
1
-2
/
+12
|
/
/
*
|
Correct int31_max etc
gingerBill
2022-01-27
1
-3
/
+3
*
|
Add `ODIN_ERROR_POS_STYLE` constant and change `runtime.print_caller_location...
gingerBill
2022-01-26
1
-5
/
+15
|
/
*
Keep -vet happy
gingerBill
2022-01-25
1
-0
/
+1
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-01-25
1
-1
/
+1
|
\
|
*
bit_array: Fix initial size.
Jeroen van Rijn
2022-01-25
1
-1
/
+1
*
|
Strip unneeded semicolons
gingerBill
2022-01-25
21
-62
/
+62
|
/
*
zlib: update Huffman builder.
Jeroen van Rijn
2022-01-25
1
-5
/
+5
*
Update docs for packages fmt and io
gingerBill
2022-01-24
4
-10
/
+81
*
Add comment for the internals of `assert`
gingerBill
2022-01-23
1
-0
/
+4
*
Add `strings.split_lines*` procedures
gingerBill
2022-01-23
1
-0
/
+70
*
Fix fread definition
Dale Weiler
2022-01-23
1
-1
/
+1
*
Correct inverse and inverse_transpose for 2x2 matrices
gingerBill
2022-01-20
1
-12
/
+12
*
Add `.Private` information to doc-format
gingerBill
2022-01-19
5
-67
/
+63
*
Print examples correctly
gingerBill
2022-01-19
2
-74
/
+70
*
Allow for entity grouping in structs and procedure signatures with the Odin d...
gingerBill
2022-01-19
1
-1
/
+5
*
Improve docs_writer.cpp
gingerBill
2022-01-17
3
-25
/
+24
*
Simplify docs to hide the copyright
gingerBill
2022-01-17
16
-44
/
+64
*
Comment out `link_section` on procedures
gingerBill
2022-01-17
1
-2
/
+2
*
Move `core:path` to `core:path/slashpath`
gingerBill
2022-01-17
3
-3
/
+8
*
Extraneous parameters in hlsl/glsl.saturate removed
Jesse Stiller
2022-01-17
2
-33
/
+32
*
`ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new stri...
gingerBill
2022-01-15
10
-27
/
+37
*
Rename architecture `386` to `i386`
gingerBill
2022-01-15
7
-6
/
+6
*
Make `ODIN_BUILD_MODE` a enum type
gingerBill
2022-01-15
4
-3
/
+16
*
fix push_back and pop_front
CiD-
2022-01-14
1
-1
/
+4
*
Define wasm `_start` entry point in Odin code
gingerBill
2022-01-13
1
-0
/
+19
*
Merge pull request #1389 from ap29600/slice_scanner
gingerBill
2022-01-13
1
-0
/
+17
|
\
|
*
use multipointers instead of simple pointers
Andrea Piseri
2021-12-28
1
-11
/
+7
|
*
Merge branch 'master' into slice_scanner
Andrea Piseri
2021-12-28
14
-1404
/
+211
|
|
\
|
*
|
Add slice/scanner proc
Andrea Piseri
2021-12-23
1
-0
/
+21
*
|
|
Merge pull request #1424 from jasonKercher/os_linux
gingerBill
2022-01-13
1
-48
/
+233
|
\
\
\
|
*
|
|
check correct errno in _readlink
CiD-
2022-01-12
1
-2
/
+2
|
*
|
|
os_linux additions + libc to syscalls
CiD-
2022-01-12
1
-46
/
+231
*
|
|
|
Rename `proc_*` to `entry_*`
gingerBill
2022-01-13
2
-0
/
+0
*
|
|
|
Add `main` to proc_unix.odin
gingerBill
2022-01-13
1
-3
/
+13
*
|
|
|
Correct calling convention
gingerBill
2022-01-12
1
-1
/
+1
[next]