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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Odin CI test assets over to its own repository.
Jeroen van Rijn
2022-04-27
1
-15
/
+18
*
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
3
-0
/
+34
*
Update LICENSE
gingerBill
2022-04-26
1
-1
/
+1
*
Update Makefile
Jeroen van Rijn
2022-04-26
1
-2
/
+2
*
Update CI for math library.
Jeroen van Rijn
2022-04-26
1
-1
/
+1
*
Update CI.
Jeroen van Rijn
2022-04-26
1
-4
/
+5
*
Merge pull request #1747 from Kelimion/filename-merge
Jeroen van Rijn
2022-04-26
17
-465
/
+780
|
\
|
*
Update CI workflow.
Jeroen van Rijn
2022-04-26
1
-3
/
+7
|
*
Merge branch 'master' into filename-merge
Jeroen van Rijn
2022-04-26
6
-13
/
+13
|
|
\
|
*
|
Update test paths.
Jeroen van Rijn
2022-04-26
8
-49
/
+55
|
*
|
Address edge cases.
Jeroen van Rijn
2022-04-26
15
-102
/
+150
*
|
|
Merge pull request #1745 from eisbehr/patch-1
gingerBill
2022-04-26
2
-6
/
+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
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
|
*
|
change usage in demo.odin
Florian Behr
2022-04-25
1
-1
/
+2
|
*
|
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 #1720
gingerBill
2022-04-26
2
-0
/
+6
*
|
|
Fix #1729
gingerBill
2022-04-26
1
-2
/
+2
*
|
|
Fix #1740
gingerBill
2022-04-26
1
-1
/
+1
|
/
/
*
|
Revert "Merge pull request #1702 from Kelimion/filename_generation"
Jeroen van Rijn
2022-04-24
21
-697
/
+434
*
|
Merge pull request #1702 from Kelimion/filename_generation
Jeroen van Rijn
2022-04-24
21
-434
/
+697
|
\
|
|
*
Update CI paths for issue tests.
Jeroen van Rijn
2022-04-24
1
-3
/
+3
|
*
Update tests to use new filename generation code.
Jeroen van Rijn
2022-04-24
8
-57
/
+62
|
*
Remove redundant bit for non-Windows.
Jeroen van Rijn
2022-04-24
1
-14
/
+0
|
*
Compiler: Allow -out: to not have an extension on *nix for executables (only).
Jeroen van Rijn
2022-04-24
3
-4
/
+6
|
*
Compiler: Add early error for output path being a directory.
Jeroen van Rijn
2022-04-24
15
-404
/
+674
|
/
*
Merge pull request #1743 from Tetralux/filepath-stems
Jeroen van Rijn
2022-04-23
1
-9
/
+124
|
\
|
*
[path/filepath] Add file stem and long-extension procedures
Tetralux
2022-04-23
1
-9
/
+124
|
/
*
Merge pull request #1741 from Kelimion/shoco
Jeroen van Rijn
2022-04-22
8
-1
/
+645
|
\
|
*
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
8
-1
/
+645
|
/
*
Merge pull request #1739 from ftphikari/master
Jeroen van Rijn
2022-04-21
1
-4
/
+66
|
\
|
*
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
5
-6
/
+179
|
|
\
|
*
\
Merge remote-tracking branch 'origin/master'
hikari
2022-04-19
3
-15
/
+31
|
|
\
\
|
*
|
|
sys/windows: add some procedures
hikari
2022-04-19
2
-0
/
+13
*
|
|
|
Merge pull request #1737 from Kelimion/fix_json_unmarshal
Jeroen van Rijn
2022-04-19
2
-9
/
+17
|
\
\
\
\
|
*
|
|
|
[json/unmarshal] Fix quoted strings.
Jeroen van Rijn
2022-04-19
2
-9
/
+17
|
/
/
/
/
*
|
|
|
Revert "Fix unmarshal for escaped strings."
Jeroen van Rijn
2022-04-19
1
-5
/
+0
*
|
|
|
Merge pull request #1736 from Kelimion/fix_json_unmarshal
Jeroen van Rijn
2022-04-19
1
-0
/
+5
|
\
\
\
\
|
*
|
|
|
Fix unmarshal for escaped strings.
Jeroen van Rijn
2022-04-19
1
-0
/
+5
|
/
/
/
/
[next]