summaryrefslogtreecommitdiff
path: root/src/eval/str.rs
AgeCommit message (Collapse)Author
2023-05-03Implement default values for at() (#995)Michael Lohr
2023-05-03Refactor string replacementLaurenz
2023-05-03[Feature] Allow function as argument for string.replace (#944)dvdvgt
2023-03-31FIX lint clippy::len_without_is_empty (#451)Marek Barvíř
2023-03-28Fix basic lints (cargo clippy) (#383)Marek Barvíř
2023-03-22Fix typos (#115)Kian-Meng Ang
Found via `codespell -S target -L crate,ist,thi,alle,dedented,ue,tung,nd,ende,overriden,dependant`
2023-03-07Fully untyped modelLaurenz
2023-03-01Split up `model` moduleLaurenz
2022-10-17Merge some modulesLaurenz
2022-07-26New `Str` type with methodsLaurenz
2022-06-14Many fixesLaurenz
2022-05-04Text replacement show rulesLaurenz
2022-03-18MethodsLaurenz
2021-11-15Make clippy happier and remove `Str`Laurenz
2021-10-05Iterate over grapheme clusters instead of charsLaurenz
2021-08-31Make user-facing "debug" representation use Debug instead of DisplayLaurenz
2021-08-31More utility functionsLaurenz
- join("a", "b", "c", sep: ", ") - int("12") - float("31.4e-1") - str(10) - sorted((3, 2, 1))
2021-08-21Prune derivesLaurenz
2021-08-16Convert single-field structs to tuple structsLaurenz
2021-08-14Separate type for string valuesLaurenz