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 `core:container/intrusive/list`
gingerBill
2022-04-27
1
-0
/
+173
*
Add new builtin `container_of`
gingerBill
2022-04-27
1
-0
/
+10
*
Add `intrinsics.type_field_type`
gingerBill
2022-04-27
1
-0
/
+1
*
Merge pull request #1745 from eisbehr/patch-1
gingerBill
2022-04-26
1
-5
/
+4
|
\
|
*
reorder procedure parameters to make sure the optional argument in pool_add_t...
Florian Behr
2022-04-25
1
-2
/
+2
|
*
fix doc comment for pool_init
Florian Behr
2022-04-25
1
-1
/
+1
|
*
Make allocator in pool_add_task() explicit
Florian Behr
2022-04-25
1
-3
/
+2
*
|
Fix #1644
gingerBill
2022-04-26
1
-3
/
+3
*
|
Fix #1740
gingerBill
2022-04-26
1
-1
/
+1
|
/
*
Revert "Merge pull request #1702 from Kelimion/filename_generation"
Jeroen van Rijn
2022-04-24
1
-1
/
+0
*
Update tests to use new filename generation code.
Jeroen van Rijn
2022-04-24
1
-0
/
+1
*
[path/filepath] Add file stem and long-extension procedures
Tetralux
2022-04-23
1
-9
/
+124
*
Remove unused fmt.
Jeroen van Rijn
2022-04-22
1
-2
/
+0
*
[shoco] Replace 2D slices in model with 1D slices.
Jeroen van Rijn
2022-04-22
2
-125
/
+127
*
[compress/shoco] Add short string compressor.
Jeroen van Rijn
2022-04-22
2
-0
/
+466
*
strings: levenshtein_distance: remove `do`
hikari
2022-04-21
1
-2
/
+6
*
strings: levenshtein_distance: 64 is actually faster than 256
hikari
2022-04-21
1
-21
/
+2
*
strings: levenshtein_distance: improve potential caching
hikari
2022-04-21
1
-12
/
+31
*
strings: levenshtein_distance: remove costs calculation for default array
hikari
2022-04-21
1
-4
/
+3
*
strings: add levenshtein_distance procedure
hikari
2022-04-21
1
-0
/
+59
*
Merge pull request #1733 from ftphikari/master
Jeroen van Rijn
2022-04-19
2
-0
/
+13
|
\
|
*
Merge branch 'odin-lang:master' into master
ftphikari
2022-04-19
4
-6
/
+179
|
|
\
|
*
\
Merge remote-tracking branch 'origin/master'
hikari
2022-04-19
2
-15
/
+29
|
|
\
\
|
*
|
|
sys/windows: add some procedures
hikari
2022-04-19
2
-0
/
+13
*
|
|
|
[json/unmarshal] Fix quoted strings.
Jeroen van Rijn
2022-04-19
1
-0
/
+6
*
|
|
|
Revert "Fix unmarshal for escaped strings."
Jeroen van Rijn
2022-04-19
1
-5
/
+0
*
|
|
|
Fix unmarshal for escaped strings.
Jeroen van Rijn
2022-04-19
1
-0
/
+5
*
|
|
|
Merge pull request #1734 from hanabi1224/lru-alloc-fix
Jeroen van Rijn
2022-04-19
1
-9
/
+9
|
\
\
\
\
|
*
|
|
|
Reduce allocations
hanabi1224
2022-04-19
1
-9
/
+9
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
Revert "Update `mem.nil_allocator` to match the same in `runtime`"
Jeroen van Rijn
2022-04-19
1
-18
/
+1
|
/
/
/
*
|
|
[image/tga] Writer for RGB(A) 8-bit images.
Jeroen van Rijn
2022-04-18
2
-0
/
+117
*
|
|
Merge pull request #1728 from Tetralux/more-slice-helpers
Jeroen van Rijn
2022-04-18
1
-0
/
+47
|
\
\
\
|
*
|
|
Duplicate some basic slice procedures from core:mem into core:slice
Tetralux
2022-04-18
1
-0
/
+47
*
|
|
|
Fix bugs in core:container/lru
hanabi1224
2022-04-18
1
-6
/
+15
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #1723 from ftphikari/master
Jeroen van Rijn
2022-04-17
1
-0
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
sys/windows: add timeEndPeriod
hikari
2022-04-17
1
-0
/
+1
*
|
|
Merge pull request #1696 from Despacito696969/master
gingerBill
2022-04-16
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix for `slice_to_components`
Despacito696969
2022-04-05
1
-1
/
+1
*
|
|
|
[LEB128] Add byte-at-a-time ILEB decoder.
Jeroen van Rijn
2022-04-16
1
-14
/
+28
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #1719 from ftphikari/precise_sleep
Jeroen van Rijn
2022-04-16
4
-0
/
+57
|
\
\
\
|
*
|
|
Update time.odin
Jeroen van Rijn
2022-04-16
1
-1
/
+6
|
*
|
|
time: remove unnecessary yield
hikari
2022-04-16
1
-5
/
+1
|
*
|
|
time: fix unix build
hikari
2022-04-16
1
-3
/
+11
|
*
|
|
time: yield accurate_sleep instead of relaxing the cpu
hikari
2022-04-16
3
-2
/
+18
|
*
|
|
runtime: update comment description
hikari
2022-04-16
1
-0
/
+1
|
*
|
|
time: add accurate sleep procedure
hikari
2022-04-16
1
-0
/
+31
*
|
|
|
Merge pull request #1717 from ftphikari/master
Jeroen van Rijn
2022-04-16
3
-0
/
+79
|
\
|
|
|
|
*
|
|
sys/windows: add some constants
hikari
2022-04-15
1
-0
/
+4
|
*
|
|
sys/windows: add winmm bindings file
hikari
2022-04-15
1
-0
/
+9
|
*
|
|
sys/windows: add procedures and types
hikari
2022-04-15
2
-0
/
+66
|
|
|
/
|
|
/
|
[next]