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
*
Merge pull request #1989 from Kelimion/cmark
dev-2022-09
gingerBill
2022-09-01
6
-1
/
+825
|
\
|
*
vendor:cmark -> vendor:commonmark
Jeroen van Rijn
2022-09-01
7
-6
/
+10
|
*
Merge branch 'master' into cmark
Jeroen van Rijn
2022-09-01
15
-27
/
+539
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #2006 from thePHTest/sort_with_indices
Jeroen van Rijn
2022-09-01
1
-2
/
+2
|
\
\
|
*
|
fix sort_by_with_indices for zero and one length slices:
Phil
2022-09-01
1
-2
/
+2
|
/
/
*
|
Merge pull request #2005 from thePHTest/sort_with_indices
Jeroen van Rijn
2022-09-01
2
-11
/
+130
|
\
\
|
*
|
cleanup tests
Phil
2022-09-01
1
-0
/
+7
|
*
|
add sort_by_indices overload and test
Phil
2022-09-01
2
-1
/
+27
|
*
|
add tests for sort_by_indices
Phil
2022-09-01
2
-1
/
+67
|
*
|
cleanup slice sorting with indices changes
Phil
2022-09-01
2
-4
/
+7
|
*
|
have sort_with_indices allocate. Add a couple convenience procs for using the...
Phil
2022-09-01
2
-15
/
+32
|
/
/
*
|
Merge pull request #2003 from Kelimion/tests
Jeroen van Rijn
2022-09-01
2
-1
/
+103
|
\
\
|
*
|
Add test for core:slice.
Jeroen van Rijn
2022-09-01
2
-1
/
+103
*
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-09-01
3
-0
/
+234
|
\
|
|
|
*
|
Merge pull request #1997 from thePHTest/sort_with_indices
gingerBill
2022-09-01
2
-0
/
+205
|
|
\
\
|
|
*
|
add sort_with_indices family of procs
Phil
2022-08-31
2
-0
/
+205
|
*
|
|
Merge pull request #1976 from matias-eduardo/patch-2
gingerBill
2022-09-01
1
-0
/
+29
|
|
\
\
\
|
|
*
|
|
Add Extended Window Styles (WS_EX)
matias
2022-08-25
1
-0
/
+29
*
|
|
|
|
Fix #1994 Returning to err: Maybe(Error) raises compiler assert
gingerBill
2022-09-01
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Fix #2000 - allow #soa array iteration by pointer
gingerBill
2022-09-01
1
-1
/
+1
*
|
|
|
Fix #2002 (allow `array *= matrix`)
gingerBill
2022-09-01
1
-1
/
+11
*
|
|
|
Fix #1974 by erring on untyped parameters to `intrinsics.objc_send`
gingerBill
2022-09-01
1
-0
/
+7
*
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-09-01
3
-14
/
+52
|
\
\
\
\
|
*
\
\
\
Merge pull request #2001 from Lperlind/staging/add-window-bindings
Jeroen van Rijn
2022-09-01
3
-14
/
+52
|
|
\
\
\
\
|
|
*
|
|
|
Kernel32: Add more window bindings and improve consistency
Lucas Perlind
2022-09-01
3
-14
/
+52
|
|
/
/
/
/
*
/
/
/
/
Fix code generation related to Objective-C related `x->y()` calls
gingerBill
2022-09-01
2
-4
/
+6
|
/
/
/
/
*
|
|
|
Merge pull request #1998 from thePHTest/ease_fix
Jeroen van Rijn
2022-09-01
1
-1
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
fix ease.odin compile error from missing comma
Phil
2022-08-31
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #1993 from SyndaKitty/master
Jeroen van Rijn
2022-08-31
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix for SDL `GetPreferredLocales`
SyndaKai
2022-08-31
1
-1
/
+1
*
|
|
|
Fix more typos
gingerBill
2022-08-31
1
-2
/
+2
*
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-08-31
6
-5
/
+628
|
\
|
|
|
*
|
|
|
Fix typo
gingerBill
2022-08-31
1
-1
/
+1
|
|
|
*
Wrap CMark allocator as Odin allocator
Jeroen van Rijn
2022-08-30
1
-1
/
+46
|
|
|
*
[cmark] Add static library for Linux
Jeroen van Rijn
2022-08-30
3
-48
/
+5
|
|
|
*
[cmark] Move wrapped allocator next to `get_default_allocator`
Jeroen van Rijn
2022-08-30
1
-10
/
+14
|
|
|
*
[cmark] Allow wrapping context.allocator
Jeroen van Rijn
2022-08-30
2
-5
/
+47
|
|
|
*
[cmark] Add wrappers.
Jeroen van Rijn
2022-08-30
1
-20
/
+34
|
|
|
*
[cmark] Change to static library
Jeroen van Rijn
2022-08-30
4
-2
/
+1
|
|
|
*
Add CMark bindings
Jeroen van Rijn
2022-08-30
6
-1
/
+760
|
|
|
/
|
|
/
|
|
*
|
Revert "Fix #1985"
Jeroen van Rijn
2022-08-29
1
-5
/
+3
|
*
|
Fix #1985
Jeroen van Rijn
2022-08-29
1
-3
/
+5
|
*
|
Merge pull request #1988 from colrdavidson/queue_peek
gingerBill
2022-08-29
1
-0
/
+12
|
|
\
\
|
|
*
|
Add bounds check for peeks
Colin Davidson
2022-08-29
1
-2
/
+4
|
|
*
|
add peeks
Colin Davidson
2022-08-29
1
-0
/
+10
|
|
/
/
|
*
|
Merge pull request #1987 from colrdavidson/more_queue
gingerBill
2022-08-29
1
-0
/
+7
|
|
\
\
|
|
*
|
Add more queue helpers
Colin Davidson
2022-08-29
1
-0
/
+7
|
|
/
/
|
*
|
[TGA] Add B&W and RLE color-mapped.
Jeroen van Rijn
2022-08-29
2
-12
/
+92
|
*
|
Merge pull request #1984 from Kelimion/tga
Jeroen van Rijn
2022-08-28
2
-35
/
+113
|
|
\
\
|
|
*
|
[TGA] Add B5G5R5 15- and 16-bit support.
Jeroen van Rijn
2022-08-28
1
-41
/
+98
[next]