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
/
tests
/
core
/
slice
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `#+feature dynamic-literals` to tests
gingerBill
2025-01-05
1
-0
/
+1
*
Add linear_search_reverse and linear_search_reverse_proc
Nia
2024-09-25
1
-0
/
+35
*
Check for zero-length slices in `slice.equal`
Feoramund
2024-09-03
1
-1
/
+31
*
Merge pull request #3767 from Feoramund/use-rng-context-in-test-runner
Jeroen van Rijn
2024-06-19
1
-4
/
+2
|
\
|
*
Keep `-vet` happy
Feoramund
2024-06-15
1
-1
/
+1
|
*
Use test's random generator
Feoramund
2024-06-15
1
-4
/
+2
*
|
Add tests for `slice.unique` and `slice.unique_proc`
Jeroen van Rijn
2024-06-16
1
-1
/
+61
|
/
*
Merge pull request #3764 from Feoramund/test-runner-fixes
gingerBill
2024-06-15
1
-1
/
+2
|
\
|
*
Prefer `log.error` over `fail_now` in this case
Feoramund
2024-06-15
1
-1
/
+2
*
|
Update `core:math/rand` to use `context.random_generator` and remove `rand.Rand`
gingerBill
2024-06-15
1
-5
/
+7
|
/
*
Add test for `slice.permute`
Feoramund
2024-06-09
1
-1
/
+31
*
Port `tests\core\slice`
Jeroen van Rijn
2024-06-02
1
-97
/
+39
*
Used `strings.builder_reset` instead of `clear` for the string builder
Hector
2023-11-25
1
-4
/
+6
*
Updated to tabs and used provided test methods.
Hector
2023-11-25
1
-33
/
+37
*
Binary search improvements
Hector
2023-11-25
1
-0
/
+57
*
cleanup tests
Phil
2022-09-01
1
-0
/
+7
*
add sort_by_indices overload and test
Phil
2022-09-01
1
-0
/
+16
*
add tests for sort_by_indices
Phil
2022-09-01
1
-0
/
+65
*
cleanup slice sorting with indices changes
Phil
2022-09-01
1
-1
/
+4
*
have sort_with_indices allocate. Add a couple convenience procs for using the...
Phil
2022-09-01
1
-10
/
+4
*
Add test for core:slice.
Jeroen van Rijn
2022-09-01
1
-0
/
+97