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
*
os2 env changes
jason
2025-12-03
2
-27
/
+18
*
use libc for linux env when not no-crt
jason
2025-12-02
2
-175
/
+304
*
fix thread_act_t size
Colin Davidson
2025-12-01
1
-1
/
+1
*
Add `reflect.has_no_indirections`
gingerBill
2025-12-01
1
-0
/
+67
*
Merge pull request #5864 from Skyress-s/master
gingerBill
2025-12-01
1
-3
/
+3
|
\
|
*
Fixed issue where the linalg.quaternion_from_forward_and_up could return inco...
Mathias Mohn Mørch
2025-10-30
1
-3
/
+3
*
|
Fix #5978: choice_bit_set respects bit_set domain
Andreas Stenmark
2025-11-30
1
-4
/
+7
*
|
Merge pull request #5963 from Yawning/feature/chacha8rand
Jeroen van Rijn
2025-11-29
12
-157
/
+279
|
\
\
|
*
|
base/runtime: Add chacha8rand as the default RNG
Yawning Angel
2025-11-29
1
-3
/
+42
|
*
|
base/runtime: Add `rand_bytes` and `HAS_RAND_BYTES`
Yawning Angel
2025-11-29
8
-152
/
+5
|
*
|
testing: Use xoshiro256** instead of the runtime RNG
Yawning Angel
2025-11-29
1
-2
/
+2
|
*
|
math/rand: Add xoshiro256**
Yawning Angel
2025-11-29
1
-0
/
+123
|
*
|
math/rand: Add a copy of the existing PCG PRNG
Yawning Angel
2025-11-29
1
-0
/
+107
*
|
|
Fix #5975
Jeroen van Rijn
2025-11-29
1
-2
/
+2
|
/
/
*
|
Fix `core:math/ease`
Jeroen van Rijn
2025-11-28
1
-2
/
+3
*
|
Always use new itoa method when MATH_BIG_FORCE_32_BIT
Jeroen van Rijn
2025-11-28
1
-1
/
+1
*
|
Merge pull request #5972 from Xotchkass/rand_range
Jeroen van Rijn
2025-11-28
1
-0
/
+312
|
\
\
|
*
|
changed panic to assert
Xotchkass
2025-11-28
1
-24
/
+8
|
*
|
Add range-based random number generation functions
Xotchkass
2025-11-28
1
-0
/
+328
*
|
|
Fix `is_pointer_internally` not handling Named Types.
blob1807
2025-11-28
1
-1
/
+1
|
/
/
*
|
Another little bit faster.
Jeroen van Rijn
2025-11-27
1
-4
/
+23
*
|
Merge pull request #5968 from Xotchkass/rand_u_max
Jeroen van Rijn
2025-11-27
1
-0
/
+160
|
\
\
|
*
|
add uint32_max, uint64_max, uint128_max and uint_max procs to math/rand
Xotchkass
2025-11-26
1
-0
/
+160
*
|
|
Switch between old and new itoa method based on optimization level + digit size
Jeroen van Rijn
2025-11-27
1
-5
/
+14
*
|
|
Speed up big.itoa
Jeroen van Rijn
2025-11-27
2
-6
/
+84
*
|
|
Use `@(rodata)` where possible
gingerBill
2025-11-27
4
-6
/
+14
*
|
|
Add `@(require_results)` to `core:time`
gingerBill
2025-11-27
4
-3
/
+60
*
|
|
Add alias `Okay = None`
gingerBill
2025-11-27
1
-0
/
+2
*
|
|
Use `< 0` instead of `== -1` for comparisons
gingerBill
2025-11-27
5
-14
/
+14
*
|
|
Handle `Allocator_Error` correctly in `core:math/big`
gingerBill
2025-11-27
3
-5
/
+19
*
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2025-11-27
14
-137
/
+604
|
\
|
|
|
*
|
Merge pull request #5930 from odin-lang/bill/os2-file-stream
gingerBill
2025-11-26
6
-81
/
+162
|
|
\
\
|
|
*
|
Add `#assert(intrinsics.type_is_superset_of(File_Stream_Mode, io.Stream_Mode))`
gingerBill
2025-11-17
1
-1
/
+3
|
|
*
|
Merge branch 'master' into bill/os2-file-stream
gingerBill
2025-11-17
5
-18
/
+38
|
|
|
\
\
|
|
*
|
|
Added some comments
gingerBill
2025-11-14
1
-3
/
+2
|
|
*
|
|
Add `File_Stream` to replace `io.Stream`+`Fstat_Callback` within `os2`
gingerBill
2025-11-14
6
-81
/
+161
|
*
|
|
|
Add SIO_UDP_CONNRESET winsock constant
Ben Ryan
2025-11-26
1
-4
/
+6
|
*
|
|
|
Implement more Linux syscalls (#5705)
bc-universe
2025-11-24
4
-31
/
+372
|
*
|
|
|
rerrange math.sign and math.sign_bit overloads
Phil Homan
2025-11-23
1
-24
/
+24
|
*
|
|
|
add math.sign and math.sign_bit overloads for int types
Phil Homan
2025-11-22
1
-1
/
+28
|
*
|
|
|
Use BUF_SIZE
gingerBill
2025-11-22
1
-1
/
+1
|
*
|
|
|
Increase base64 decoding table size to 256, preventing out of bounds reads
Franz Hoeltermann
2025-11-22
1
-19
/
+35
*
|
|
|
|
`core:fmt` lvalues in `for` loops to minimize stack usage
gingerBill
2025-11-27
1
-13
/
+13
|
/
/
/
/
*
|
|
|
Add `@(require_results)` to `core:simd` procedures where missing
gingerBill
2025-11-22
1
-0
/
+8
*
|
|
|
Don't build log allocator file on freestanding. This makes core:log compile o...
Karl Zylinski
2025-11-21
1
-0
/
+2
*
|
|
|
Add NSWindow coordinate space conversion bindings
Tohei Ichikawa
2025-11-18
1
-0
/
+32
*
|
|
|
Fix #5931
Jeroen van Rijn
2025-11-18
2
-19
/
+10
*
|
|
|
Fix indentation in comments
gingerBill
2025-11-18
1
-6
/
+6
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #5936 from benjryan/wsa_defs
gingerBill
2025-11-16
1
-0
/
+24
|
\
\
\
|
*
|
|
Add WSASendTo and WSARecvFrom
Ben Ryan
2025-11-16
1
-0
/
+24
[next]