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
/
slice
/
sort.odin
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix #6123
Jeroen van Rijn
2026-01-24
1
-1
/
+1
|
*
slice: fix examples
Laytan Laats
2026-01-11
1
-5
/
+8
|
*
Add missing 'caller_location' to several procedures in 'slice' package
DarathDev
2025-12-28
1
-8
/
+8
|
*
Improve docs for stable sort procedures
NicknEma
2025-11-04
1
-3
/
+56
|
|
|
Explain what "stable" means and add an example
*
Remove unused store
gingerBill
2025-10-09
1
-1
/
+0
|
*
Minor rename of a procedure
gingerBill
2025-10-08
1
-6
/
+4
|
*
Add `_internal_sort_from_indices_permuation`
gingerBill
2025-10-07
1
-1
/
+28
|
*
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
1
-6
/
+143
|
*
Fixed type of temporary slice in sort_by_indices_overwrite
Franz Höltermann
2024-01-08
1
-1
/
+1
|
*
Add missing `Allocator_Error` and `@(require_results)` to many procedures
gingerBill
2023-05-22
1
-1
/
+8
|
*
Remove `where ORD(E)` on procedures that don't need it
gingerBill
2023-03-14
1
-2
/
+2
|
*
fix sort_by_indices_allocate
Phil
2022-09-07
1
-1
/
+1
|
*
fix sort_by_with_indices for zero and one length slices:
Phil
2022-09-01
1
-2
/
+2
|
*
add sort_by_indices overload and test
Phil
2022-09-01
1
-1
/
+11
|
*
add tests for sort_by_indices
Phil
2022-09-01
1
-1
/
+2
|
*
cleanup slice sorting with indices changes
Phil
2022-09-01
1
-3
/
+3
|
*
have sort_with_indices allocate. Add a couple convenience procs for using ↵
Phil
2022-09-01
1
-5
/
+28
|
|
|
|
the indices result to sort other slices.
*
add sort_with_indices family of procs
Phil
2022-08-31
1
-0
/
+28
|
*
Fixed `slice.is_sorted_cmp`
Despacito696969
2022-06-07
1
-1
/
+1
|
*
Add `slice.stable_sort*` procedures
gingerBill
2022-01-31
1
-0
/
+26
|
*
Unify logic for `slice.sort*` related procedures
gingerBill
2022-01-31
1
-488
/
+5
|
*
Add `#no_bounds_check` to sorting procedures
gingerBill
2021-10-26
1
-18
/
+18
|
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-209
/
+209
|
*
Enforce `core:builtin` and `core:intrinsics` for imports
gingerBill
2021-08-21
1
-1
/
+1
|
*
Add `slice.sort_by_cmp` Ordering based sorting algorithms
gingerBill
2021-07-03
1
-8
/
+229
|
*
Add `_internal` field to `context`
gingerBill
2020-11-29
1
-4
/
+4
|
*
Rename `slice.sort_proc` to `slice.sort_by`; add `slice.sort_by_key`
gingerBill
2020-10-16
1
-12
/
+37
|
*
Add `package slice`; New `sort.Interface` with default `sort.sort`
gingerBill
2020-10-14
1
-0
/
+382