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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the unneeded `$`
gingerBill
2022-01-31
1
-2
/
+2
*
Add `slice.stable_sort*` procedures
gingerBill
2022-01-31
3
-12
/
+61
*
Unify logic for `slice.sort*` related procedures
gingerBill
2022-01-31
2
-488
/
+182
*
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
|
/
*
Rename slice.to_dynamic to slice.clone_to_dynamic
Tetralux
2021-12-21
1
-2
/
+3
*
add builtin.
Michael Kutowski
2021-11-19
1
-1
/
+1
*
Add `slice.swap_between`
gingerBill
2021-10-26
2
-1
/
+32
*
Add `#no_bounds_check` to sorting procedures
gingerBill
2021-10-26
1
-18
/
+18
*
Make core and vendor adhere to `-vet`, `-strict-style`, and `-disallow-do`
gingerBill
2021-09-11
1
-3
/
+7
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
4
-379
/
+379
*
Enforce `core:builtin` and `core:intrinsics` for imports
gingerBill
2021-08-21
3
-4
/
+4
*
Use builtin.min and builtin.max in package slice
gingerBill
2021-07-09
1
-2
/
+2
*
Add `slice.min` and add `slice.max`
gingerBill
2021-07-08
1
-0
/
+24
*
Add `slice.sort_by_cmp` Ordering based sorting algorithms
gingerBill
2021-07-03
1
-8
/
+229
*
Change uses for parapoly records to use `$` always
gingerBill
2021-06-14
1
-2
/
+2
*
Fix typo
gingerBill
2021-04-14
1
-2
/
+2
*
Fix typo
gingerBill
2021-04-13
1
-1
/
+1
*
Fix typo
gingerBill
2021-04-12
1
-1
/
+1
*
Fix typo
gingerBill
2021-03-29
1
-1
/
+1
*
Fix slice.concatenate
gingerBill
2021-02-27
1
-1
/
+1
*
Replace `inline` uses in the rest of core with `#force_inline`
gingerBill
2021-02-23
1
-1
/
+1
*
Minor cleanup of slice/slice.odin code
gingerBill
2021-01-09
1
-1
/
+11
*
Add slice.map_keys, slice.map_values, slice.map_entries, slice.map_entry_infos
gingerBill
2021-01-06
1
-0
/
+81
*
Add `_internal` field to `context`
gingerBill
2020-11-29
1
-4
/
+4
*
Add more procedures to `package slice`
gingerBill
2020-11-06
1
-0
/
+41
*
Fix slice.last()
Tetralux
2020-11-05
1
-1
/
+1
*
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
3
-0
/
+708