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
/
slice.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: improved reinterpret docstring
Giuliano Macedo
2024-12-14
1
-16
/
+35
*
Add core:slice.size to get the byte size of a slice's backing data
Bazzagibbs
2024-11-11
1
-0
/
+6
*
Add slice.to_type
Jeroen van Rijn
2024-10-01
1
-0
/
+11
*
Fix markup in `linear_search` and `binary_search` docs
Nia
2024-09-29
1
-45
/
+77
*
Remove pointless `#no_bounds_check`
Nia
2024-09-29
1
-4
/
+4
*
Add linear_search_reverse and linear_search_reverse_proc
Nia
2024-09-25
1
-0
/
+69
*
Check for zero-length slices in `slice.equal`
Feoramund
2024-09-03
1
-0
/
+11
*
Improve slice.binary_search_by
Jeroen van Rijn
2024-08-10
1
-3
/
+19
*
Even more style fixes
gingerBill
2024-06-29
1
-1
/
+1
*
More style improvements
gingerBill
2024-06-29
1
-2
/
+1
*
Fix `slice.unique` wrong result
Sandro Cavazzoni
2024-06-16
1
-4
/
+8
*
Add `#no_bounds_check` to `slice.equal`
Damian Tarnawski
2024-06-14
1
-2
/
+2
*
Fix slice.has_prefix & slice.has_suffix
korvahkh
2024-05-25
1
-2
/
+2
*
Add allocator param.
Jeroen van Rijn
2024-05-09
1
-2
/
+2
*
Simplify bitset_to_enum_slice
Jeroen van Rijn
2024-05-09
1
-12
/
+3
*
Pass new -vet-style check.
Jeroen van Rijn
2024-05-09
1
-7
/
+12
*
Add make version of bitset to slice.
Jeroen van Rijn
2024-05-09
1
-2
/
+18
*
Add slice.enum_slice_to_bitset & slice.bitset_to_enum_slice
Jeroen van Rijn
2024-05-09
1
-0
/
+24
*
fixed slice.unique and slice.unique_proc
Aaron Kavaler
2024-03-13
1
-2
/
+2
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-3
/
+3
*
Remove random tag
gingerBill
2023-12-13
1
-2
/
+2
*
Add `slice.unique` and `slice.unique_proc`
gingerBill
2023-12-13
1
-0
/
+36
*
Reimplement `binary_search_by` to be simpler
gingerBill
2023-12-13
1
-29
/
+11
*
Fix the implementation of `binary_search_by` to work with a normal `ordering`...
gingerBill
2023-12-13
1
-12
/
+4
*
Revert
gingerBill
2023-12-13
1
-4
/
+12
*
Use `cmp_proc` in `binary_search`
gingerBill
2023-12-13
1
-12
/
+4
*
Add to `core:slice` `reduce_reverse`, `filter_reverse`, `repeat`
gingerBill
2023-12-13
1
-3
/
+42
*
added #no_bounds_check back into binary_search_by
Matija Dizdar
2023-12-06
1
-2
/
+1
*
removed incorrect requirement for key type to be ordered in binary_search_by
Matija Dizdar
2023-12-06
1
-1
/
+0
*
Add min_index and max_index procedures
Tarık B
2023-11-26
1
-0
/
+34
*
Removed some accidental semi-colons and converted indentation to tabs.
Hector
2023-11-25
1
-46
/
+46
*
Binary search improvements
Hector
2023-11-25
1
-33
/
+82
*
Make slice.clone and slice.clone_to_dynamic take a loc parameter
Karl Zylinski
2023-10-30
1
-4
/
+4
*
Replace `mem` with `runtime` in `core:slice`
gingerBill
2023-06-28
1
-12
/
+18
*
Fix typo
gingerBill
2023-05-25
1
-1
/
+1
*
Add missing `Allocator_Error` and `@(require_results)` to many procedures
gingerBill
2023-05-22
1
-19
/
+67
*
Fix `slice.reverse`
gingerBill
2023-01-27
1
-2
/
+1
*
Fix non-generic cast in core:slice.rotate_left
Andrea Piseri
2022-12-21
1
-1
/
+1
*
Fix `core:slice.rotate_left`
Andrea Piseri
2022-12-21
1
-3
/
+5
*
Use `uint` instead of `int` to improve code generation for bounds checking
gingerBill
2022-09-27
1
-2
/
+2
*
Add `slice.enumerated_array`
gingerBill
2022-09-22
1
-0
/
+7
*
Fix #1972
gingerBill
2022-08-24
1
-2
/
+2
*
Add `strings.prefix_length` & `slice.prefix_length`
Jeroen van Rijn
2022-06-16
1
-0
/
+15
*
Duplicate some basic slice procedures from core:mem into core:slice
Tetralux
2022-04-18
1
-0
/
+47
*
Add more things to `package slice`
gingerBill
2022-03-08
1
-5
/
+96
*
Add `slice.stable_sort*` procedures
gingerBill
2022-01-31
1
-12
/
+12
*
use multipointers instead of simple pointers
Andrea Piseri
2021-12-28
1
-11
/
+7
*
Merge branch 'master' into slice_scanner
Andrea Piseri
2021-12-28
1
-1
/
+1
|
\
|
*
make `slice.as_ptr` return `[^]E`
gingerBill
2021-12-28
1
-1
/
+1
*
|
Add slice/scanner proc
Andrea Piseri
2021-12-23
1
-0
/
+21
|
/
[next]