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
*
Minor rename of a procedure
gingerBill
2025-10-08
1
-6
/
+4
*
Merge branch 'master' into bill/new-slice-sort
gingerBill
2025-10-08
5
-32
/
+70
|
\
|
*
Merge pull request #5629 from smercer10/fix-rbtree-find-or-insert
gingerBill
2025-10-08
1
-3
/
+4
|
|
\
|
|
*
Fix rbtree.find_or_insert
Sam Mercer
2025-08-29
1
-3
/
+4
|
*
|
Add reflect.as_string16 and fix typos
Jeroen van Rijn
2025-10-07
1
-24
/
+46
|
*
|
Fix #5764
gingerBill
2025-10-07
1
-1
/
+6
|
*
|
Add some more docs
gingerBill
2025-10-07
2
-4
/
+14
*
|
|
Add `_internal_sort_from_indices_permuation`
gingerBill
2025-10-07
2
-6
/
+33
*
|
|
use `ctx`
gingerBill
2025-10-07
1
-2
/
+2
*
|
|
Fix typos
gingerBill
2025-10-07
1
-6
/
+6
*
|
|
Add missing `nil`
gingerBill
2025-10-07
1
-2
/
+2
*
|
|
Remove `context._internal` usage
gingerBill
2025-10-07
1
-25
/
+40
*
|
|
Replace normal sort procedure with a simpler unified type-erased one
gingerBill
2025-10-07
2
-320
/
+295
|
/
/
*
|
Merge examples
gingerBill
2025-10-07
1
-7
/
+6
*
|
Space to tabs
gingerBill
2025-10-07
1
-12
/
+12
*
|
Fix typo
gingerBill
2025-10-07
1
-1
/
+1
*
|
Improve documentation for `core:reflect`
gingerBill
2025-10-07
4
-29
/
+330
*
|
Minor formatting changes
gingerBill
2025-10-07
1
-97
/
+68
*
|
Remove `@(require_results)` on `find_aux`
gingerBill
2025-10-07
1
-1
/
+0
*
|
Add `@(rodata)` and `@(require_results)` to `core:text/match`
gingerBill
2025-10-07
1
-25
/
+51
*
|
Add `unicode.simple_fold`; Finish `(strings|bytes).equal_fold`
gingerBill
2025-10-07
1
-0
/
+79
*
|
Improve docs for `core:bufio`; Rename `scanner_scan` -> `scan` (keep alias of...
gingerBill
2025-10-07
3
-7
/
+27
*
|
Merge pull request #5744 from FrancisTheCat/master
gingerBill
2025-10-06
1
-60
/
+75
|
\
\
|
*
|
Fix srgb <-> linear rgb conversion functions in `core:math/linalg` and add im...
Franz Hoeltermann
2025-10-02
1
-60
/
+75
*
|
|
Followup fix to #4895
Courtney Strachan
2025-10-05
1
-3
/
+1
*
|
|
Merge branch 'odin-lang:master' into master
Courtney Strachan
2025-10-06
427
-6071
/
+20317
|
\
\
\
|
*
|
|
Fix #5225 wasm odin.js undefined this.mem
xenobas
2025-10-05
1
-2
/
+2
|
*
|
|
Merge pull request #5749 from samwega/deprecate_c_procs
Jeroen van Rijn
2025-10-05
4
-80
/
+27
|
|
\
\
\
|
|
*
|
|
fix: another itoa() used in path_linux.odin had to be replaced with write_int()
samwega
2025-10-03
1
-1
/
+1
|
|
*
|
|
fix: cars i64 instead of int
samwega
2025-10-03
1
-1
/
+1
|
|
*
|
|
os_linux.odin was using itoa, changed to use write_int()
samwega
2025-10-03
1
-1
/
+1
|
|
*
|
|
fix: copy/paste error
samwega
2025-10-03
1
-1
/
+1
|
|
*
|
|
Tetralux asked for int_tostring() to also be deprecated, use write_int() inst...
samwega
2025-10-03
2
-32
/
+3
|
|
*
|
|
short C names deprecated (itoa, ftoa), C reimplementations of atoi and atof d...
samwega
2025-10-03
2
-54
/
+30
|
*
|
|
|
Remove inaccurate tprint concern
connnnal
2025-10-04
1
-1
/
+1
|
|
/
/
/
|
*
/
/
After discord debate: replaced rtoi and utoi with just digit_to_int and simpl...
samwega
2025-10-02
1
-63
/
+2
|
|
/
/
|
*
|
fix: copy/paste replaced tabs with spaces
samwega
2025-10-02
1
-27
/
+27
|
*
|
feat: added rtoi & utoi procs for converting a rune and a u8 character respec...
samwega
2025-10-02
1
-0
/
+68
|
*
|
Fix various foreign signatures
Harold Brenes
2025-09-29
5
-7
/
+13
|
*
|
Add `#+test` to base32_test.odin
gingerBill
2025-09-28
1
-0
/
+1
|
*
|
Move memory mutex guard around for resize in virtual.Arena allocator
gingerBill
2025-09-27
1
-2
/
+16
|
*
|
Merge pull request #5678 from alexriedl/wrong-allocator-guard
gingerBill
2025-09-26
1
-7
/
+5
|
|
\
\
|
|
*
|
fix for temp_file name prefix being deallocated before being used
Alex Riedl
2025-09-11
1
-7
/
+5
|
*
|
|
Merge pull request #5691 from rationalcoder/master
gingerBill
2025-09-26
1
-8
/
+8
|
|
\
\
\
|
|
*
|
|
Fix out-of-band allocations in dynamic arenas
rationalcoder
2025-09-16
1
-8
/
+8
|
*
|
|
|
Merge pull request #5686 from thetarnav/zero-small-array-resize
gingerBill
2025-09-26
1
-7
/
+53
|
|
\
\
\
\
|
|
*
|
|
|
Correct set_example in small_array
Damian Tarnawski
2025-09-15
1
-2
/
+2
|
|
*
|
|
|
Correct small_array resize examples
Damian Tarnawski
2025-09-15
1
-3
/
+3
|
|
*
|
|
|
Replace `mem.zero_slice` with `intrinsics.mem_zero` in `small_array.resize`
Damian Tarnawski
2025-09-15
1
-3
/
+3
|
|
*
|
|
|
Add `@require` to core:mem import in small_array
Damian Tarnawski
2025-09-15
1
-3
/
+2
[next]