aboutsummaryrefslogtreecommitdiff
path: root/core/strings
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix strings.to_ada_case()oskarnp2023-03-231-30/+11
* Keep `-vet` happygingerBill2023-03-161-2/+0
* Fix to `split_multi_iterator`gingerBill2023-03-161-0/+1
* Simplify the implementation of `strings.split_multi`; add `strings.index_multi`gingerBill2023-03-161-108/+74
* Minor fixesgingerBill2023-03-161-2/+6
* Fix documentation example of strings.to_upperWilliam Roe2023-03-101-2/+2
* Remove `delete` with wrong allocatorgingerBill2023-03-071-1/+1
* Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriategingerBill2023-02-101-0/+3
* Don't write leading + unless +Inf or we ask for it.Jeroen van Rijn2022-11-141-4/+18
* Add `write_(f16|f32|f64)` callsgingerBill2022-11-141-0/+23
* add floats to string builderColin Davidson2022-11-141-0/+7
* Use `uint` instead of `int` to improve code generation for bounds checkinggingerBill2022-09-271-1/+1
* Clean up of the core library to make the stream vtables not be pointers direc...gingerBill2022-09-152-4/+4
* doc fix for strings.last_index_anyAdam Rasburn2022-09-121-6/+6
* Simplify `package io` by removing different unnecessary types and callsgingerBill2022-09-111-14/+0
* Fix strings.*_justifyRicardo Silva2022-09-071-5/+5
* Clean-up and unification for the allocation proceduresgingerBill2022-08-081-11/+11
* Rename strings.Builder procedures to be consistent with the rest of the core ...gingerBill2022-07-113-123/+61
* Update `strings.prefix_length` to handle partial UTF-8 runes.Jeroen van Rijn2022-06-161-6/+15
* Add `strings.prefix_length` & `slice.prefix_length`Jeroen van Rijn2022-06-161-0/+23
* Remove `strings` dependency from `core:sys/windows`gingerBill2022-06-022-9/+10
* Convert all uses of `*_from_slice` to `*_from_bytes` where appropriategingerBill2022-05-161-2/+3
* Add _safe versionsgingerBill2022-05-121-0/+43
* strings: levenshtein_distance: remove `do`hikari2022-04-211-2/+6
* strings: levenshtein_distance: 64 is actually faster than 256hikari2022-04-211-21/+2
* strings: levenshtein_distance: improve potential cachinghikari2022-04-211-12/+31
* strings: levenshtein_distance: remove costs calculation for default arrayhikari2022-04-211-4/+3
* strings: add levenshtein_distance procedurehikari2022-04-211-0/+59
* documentation for the rest of the strings libraryMichael Kutowski2022-04-035-22/+212
* [strings] fix.Jeroen van Rijn2022-04-021-1/+1
* [strings] Improve `cut`, add tests for it.Jeroen van Rijn2022-03-271-8/+29
* add string documentation & examples, fix & cleanup string_multiMichael Kutowski2022-03-271-134/+525
* Update strings.odinJeroen van Rijn2022-03-261-1/+1
* Update fields_iterator commentWalterPlinge2022-03-251-2/+2
* Add fields_iterator procWalterPlinge2022-03-251-0/+32
* * Add split_by_byte_iterator. It functions exactly like split_iterator but ta...Lucas Perlind2022-03-211-0/+19
* Don't use leading asterisksTetralux2022-02-211-17/+17
* Add doc comments to strings.split() and strings.split_n()Tetralux2022-02-211-0/+19
* Correct _split_iteratorgingerBill2022-02-141-47/+12