aboutsummaryrefslogtreecommitdiff
path: root/core/strings
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4192 from laytan/strings-substring-rune-wiseJeroen van Rijn2024-09-031-0/+103
|\
| * strings: add `substring`, `substring_to` and `substring_from`Laytan Laats2024-09-031-0/+103
* | strings.cut without allocation.Jeroen van Rijn2024-09-031-42/+53
|/
* Fix random typogingerBill2024-08-191-1/+1
* Add `strings.contains_space`gingerBill2024-08-191-0/+11
* Merge pull request #3971 from jasonKercher/os2-process-linuxgingerBill2024-08-161-1/+4
|\
| * update core:filepath's clean, join and split_list to return optional Allocato...jason2024-08-161-1/+4
* | Minor style changegingerBill2024-08-131-2/+2
* | Merge `core:simd/util` into `core:bytes`Feoramund2024-08-101-32/+3
* | Make `simd_util` index procs `contextless` where applicableFeoramund2024-08-091-2/+2
* | Simplify and make `simd_util` cross-platformFeoramund2024-08-091-14/+4
* | Use vectorized `index_*` procs in `core`Feoramund2024-08-061-8/+39
|/
* Add aliases `starts_with` and `ends_with`gingerBill2024-07-101-0/+6
* Remove nil checks.Jeroen van Rijn2024-07-061-9/+1
* Fix loads of indentation issues with mixing spaces and tabsgingerBill2024-06-291-1/+1
* Made default capacity of dynamic arrays more consistent.Karl Zylinski2024-06-291-6/+6
* Merge pull request #3517 from timosperisen/patch-1gingerBill2024-06-281-2/+2
|\
| * Update builder.odinTimo2024-04-291-2/+2
* | drop unnecessary deferJustin Snyder2024-06-191-1/+1
* | fix typoJustin Snyder2024-06-191-1/+1
* | trim added null byteJustin Snyder2024-06-191-16/+3
* | Add builder to_cstringJustin Snyder2024-06-191-0/+27
* | Update `tests\core\encoding\cbor` to use new test runner.Jeroen van Rijn2024-06-021-4/+4
* | Correct #soa RTTI usagegingerBill2024-05-161-2/+2
|/
* correct newly found vetsLaytan Laats2024-04-031-1/+1
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-282-2/+2
* fix strings.last_index_any for single charWalther Chen2023-12-181-1/+2
* strings: Fix up documentation of split_nflysand72023-12-051-0/+1
* Expose strings.ascii_set_* functionsFourteenBrush2023-11-121-1/+0
* Strings makes added caller functionPix2023-08-151-23/+23
* Intern add location to init.Pix2023-08-151-2/+2
* Builder makes added caller locationPix2023-08-151-12/+12
* Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`fo...gingerBill2023-06-261-4/+4
* Update to new io interfacegingerBill2023-06-082-64/+35
* Fix indentationdev-2023-05gingerBill2023-05-031-3/+3
* update builder sampleJon Lipstate2023-04-261-6/+5
* fix typo, add builder sampleJon Lipstate2023-04-262-2/+28
* Document return values of strings and add allocator errors whereLucas Perlind2023-04-076-389/+454
* correct errorsJon Lipstate2023-04-051-2/+0
* Small improvements strings documentationLucas Perlind2023-04-036-401/+484
* Enforce example names in documentationLucas Perlind2023-04-013-64/+64
* Fix website formatting and incorrect examplesLucas Perlind2023-03-296-153/+301
* harmonize to use null for c-string endingsJon Lipstate2023-03-281-1/+1
* rename nul to null, allocation clarificationsJon Lipstate2023-03-282-44/+47
* add backticks on variables, code review commentsJon Lipstate2023-03-284-129/+127
* pr pickupsJon Lipstate2023-03-282-12/+28
* add missing eof newlineJon Lipstate2023-03-271-1/+1
* markdown compliant spacesJon Lipstate2023-03-276-302/+302
* transform into odin-site parsable formatJon Lipstate2023-03-276-642/+1315
* string code docsJon Lipstate2023-03-276-528/+1825