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 bsd to mem/virtual
gingerBill
2023-06-07
1
-0
/
+24
*
|
Add missing packages to `examples/all`
gingerBill
2023-06-07
3
-7
/
+3
*
|
Add more text packages to `examples/all`
gingerBill
2023-06-07
1
-3
/
+4
|
/
*
Merge pull request #2289 from Lperlind/staging/fix_os_args
gingerBill
2023-06-07
1
-2
/
+2
|
\
|
*
Fix out or range error with _alloc_command_line_arguments in darwin
Lucas Perlind
2022-12-23
1
-2
/
+2
*
|
Merge pull request #2577 from Tetralux/refactor-init-context
gingerBill
2023-06-07
3
-22
/
+88
|
\
\
|
*
|
[thread] Refactor handling of 'init_context' + add doc comments for it
Tetralux
2023-06-03
3
-22
/
+88
*
|
|
Merge pull request #2573 from inbelic/inbelic/fmt-zero-padding
gingerBill
2023-06-07
1
-0
/
+5
|
\
\
\
|
*
|
|
[fmt] fix zero-padding behaviour of numbers
finn
2023-06-01
1
-0
/
+5
|
|
/
/
*
|
|
Rename procs
gingerBill
2023-06-07
2
-2
/
+2
*
|
|
Merge branch 'master' into separate-int-word-sizes
gingerBill
2023-06-06
65
-2740
/
+4723
|
\
\
\
|
*
\
\
Merge pull request #2571 from jakubtomsu/builtin-soa-procs-improvements
gingerBill
2023-06-06
1
-46
/
+41
|
|
\
\
\
|
|
*
|
|
Update SOA dynamic array procs to match non-SOA
jakubtomsu
2023-06-01
1
-46
/
+41
|
|
|
/
/
|
*
|
|
Fix `fmt` for `js`
gingerBill
2023-06-06
1
-1
/
+1
|
*
|
|
Update core/mem/doc.odin
Axel Pahl
2023-06-06
1
-1
/
+2
|
*
|
|
Correct printing in fmt for `ODIN_ERROR_POS_STYLE`
gingerBill
2023-06-06
1
-5
/
+16
|
*
|
|
Add error requiring an explicit calling convention for foreign procedures
gingerBill
2023-06-06
2
-3
/
+3
|
*
|
|
Fix `map_get` typo
gingerBill
2023-06-06
1
-1
/
+1
|
|
/
/
|
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2023-05-31
1
-23
/
+635
|
|
\
\
|
|
*
|
Document core:math/rand and add 'possible output'
Lucas Perlind
2023-05-31
1
-23
/
+635
|
*
|
|
Remove `thread.init_context = context`
gingerBill
2023-05-31
1
-1
/
+0
|
|
/
/
|
*
|
Add more documentation to numerous `@builtin` procedures in package runtime
gingerBill
2023-05-30
1
-6
/
+110
|
*
|
Merge pull request #2558 from laytan/implement-set-blocking-darwin
gingerBill
2023-05-30
2
-3
/
+39
|
|
\
\
|
|
*
|
implement non blocking sockets for darwin
Laytan Laats
2023-05-27
2
-3
/
+39
|
*
|
|
Add missing procedure for `#reverse` on strings
gingerBill
2023-05-30
1
-0
/
+36
|
*
|
|
Change to `"contextless" from `"c"`
gingerBill
2023-05-29
1
-22
/
+22
|
*
|
|
Merge pull request #2535 from jasonKercher/fix2515
gingerBill
2023-05-29
1
-24
/
+89
|
|
\
\
\
|
|
*
|
|
add rehash to map_shrink_dynamic
jason
2023-05-17
1
-0
/
+1
|
|
*
|
|
implement random map seed
jason
2023-05-16
1
-8
/
+34
|
|
*
|
|
implement backward shift during map insertion
jason
2023-05-16
1
-16
/
+54
|
*
|
|
|
Merge pull request #2557 from laytan/fix-weird-errno-on-darwin
Jeroen van Rijn
2023-05-27
1
-2
/
+2
|
|
\
\
\
\
|
|
*
|
|
|
fix weird errno returned on darwin
Laytan Laats
2023-05-27
1
-2
/
+2
|
|
|
|
/
/
|
|
|
/
|
|
|
*
/
|
|
Correct `queue` usage of `runtime.Allocator_Error`
gingerBill
2023-05-27
1
-11
/
+11
|
|
/
/
/
|
*
|
|
Fix typo
gingerBill
2023-05-25
1
-1
/
+1
|
*
|
|
Remove os dependency in primitives_openbsd.odin
gingerBill
2023-05-25
1
-2
/
+8
|
*
|
|
Remove `os` dependency for futex_openbsd.odin
gingerBill
2023-05-25
1
-3
/
+7
|
*
|
|
Make many `core:unicode/utf8` procedures "contextless"
gingerBill
2023-05-25
1
-18
/
+18
|
*
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2023-05-25
1
-1
/
+3
|
|
\
\
\
|
|
*
\
\
Merge pull request #2555 from ryhor-spivak/fix_windowplacement
gingerBill
2023-05-24
1
-1
/
+3
|
|
|
\
\
\
|
|
|
*
|
|
Remove rcDevice field from WINDOWPLACEMENT. Add WaitMessage and SetWindowPlac...
Ryhor Spivak
2023-05-24
1
-1
/
+3
|
*
|
|
|
|
Add mutex to `mem.Tracking_Allocator`
gingerBill
2023-05-25
1
-0
/
+7
|
|
/
/
/
/
|
*
/
/
/
Fix special printing for certain named types with `fmt.printf` related proced...
gingerBill
2023-05-24
1
-12
/
+4
|
|
/
/
/
|
*
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2023-05-22
4
-12
/
+39
|
|
\
\
\
|
|
*
\
\
Merge pull request #2553 from laytan/fix-2550-json-unicode-issue
Jeroen van Rijn
2023-05-22
4
-12
/
+39
|
|
|
\
\
\
|
|
|
*
|
|
fix #2550 json encoding should use surrogate pairs per RFC7159
Laytan Laats
2023-05-22
4
-12
/
+39
|
*
|
|
|
|
Add `@(require_results)` to `core:math/ease`
gingerBill
2023-05-22
1
-41
/
+76
|
|
/
/
/
/
|
*
|
|
|
Add `@(require_results)` and `contextless` to procedures in `core:math/bits`
gingerBill
2023-05-22
1
-84
/
+161
|
*
|
|
|
Add `@(require_results)` to `core:math/fixed`
gingerBill
2023-05-22
1
-0
/
+11
|
*
|
|
|
Add `@(require_results)` to `core:math/linalg`'s `glsl` and `hlsl` packages
gingerBill
2023-05-22
4
-1265
/
+1307
|
*
|
|
|
Add "contextless" to `core:math/linalg` procedures
gingerBill
2023-05-22
7
-620
/
+620
[prev]
[next]