COMMITS
/ core/strings/strings.odin March 15, 2026
G
Add `#no_bounds_check` to appropriate procedures
gingerBill committed
February 27, 2026
M
fix: `strings.substring` not returning end of range
miningape committed
February 12, 2026
S
strings.compare() can be an alias of runtime.string_cmp()
Shane Shrybman committed
S
Add the length checks back to string.compare()
Shane Shrybman committed
S
strings.compare() can wrap runtime.string_cmp()
Shane Shrybman committed
February 11, 2026
S
Remove core:mem dependency from core:strings
Shane Shrybman committed
January 16, 2026
G
Fix typo in strings.equal_fold
gingerBill committed
October 20, 2025
J
Fix detached comment
Jeroen van Rijn committed
October 9, 2025
J
Further overhaul of package line comments.
Jeroen van Rijn committed
October 7, 2025
G
Add some more docs
gingerBill committed
June 6, 2025
J
Deprecate old @(deprecated) things.
Jeroen van Rijn committed
May 31, 2025
J
Fix doctest
Jeroen van Rijn committed
J
Vectorize `strings.prefix_length`.
Jeroen van Rijn committed
April 16, 2025
M
Remove redundant calls to builder_init
mtarik34b committed
April 5, 2025
J
Fix broken examples in documentation tester.
Jeroen van Rijn committed
March 5, 2025
F
Remove unneeded slicing in `strings.clone`
Feoramund committed
February 4, 2025
J
Small optimization
Jacob Friedman committed
J
Fix unicode handling
Jacob Friedman committed
J
Fix strings.split_iterator when separator is empty
Jacob Friedman committed
December 4, 2024
A
improve `strings.index_multi`
Adam Zadrożny committed
September 5, 2024
L
wasm: support more vendor libraries
Laytan Laats committed
September 3, 2024
J
Merge pull request #4192 from laytan/strings-substring-rune-wise
Jeroen van Rijn committed
L
strings: add `substring`, `substring_to` and `substring_from`
Laytan Laats committed
J
strings.cut without allocation.
Jeroen van Rijn committed
August 19, 2024
G
Fix random typo
gingerBill committed
G
Add `strings.contains_space`
gingerBill committed
August 16, 2024
G
Merge pull request #3971 from jasonKercher/os2-process-linux
gingerBill committed
August 10, 2024
F
Merge `core:simd/util` into `core:bytes`
Feoramund committed
August 9, 2024
F
Make `simd_util` index procs `contextless` where applicable
Feoramund committed
F
Simplify and make `simd_util` cross-platform
Feoramund committed
August 4, 2024
F
Use vectorized `index_*` procs in `core`
Feoramund committed
July 10, 2024
G
Add aliases `starts_with` and `ends_with`
gingerBill committed
July 6, 2024
J
Remove nil checks.
Jeroen van Rijn committed
May 16, 2024
G
Correct #soa RTTI usage
gingerBill committed
April 2, 2024
L
correct newly found vets
Laytan Laats committed
December 5, 2023
W
fix strings.last_index_any for single char
Walther Chen committed
F
strings: Fix up documentation of split_n
flysand7 committed
August 15, 2023
P
Strings makes added caller function
Pix committed
June 26, 2023
May 3, 2023
G
Fix indentation
gingerBill committed
April 27, 2023
J
fix typo, add builder sample
Jon Lipstate committed
April 7, 2023
L
Document return values of strings and add allocator errors where
Lucas Perlind committed
April 6, 2023
J
correct errors
Jon Lipstate committed
April 2, 2023
L
Small improvements strings documentation
Lucas Perlind committed
March 31, 2023
L
Enforce example names in documentation
Lucas Perlind committed
March 29, 2023
L
Fix website formatting and incorrect examples
Lucas Perlind committed
March 28, 2023
J
harmonize to use null for c-string endings
Jon Lipstate committed