summaryrefslogtreecommitdiff
path: root/src/eval/array.rs
AgeCommit message (Expand)Author
2023-04-25Add sum and product to arrays (#966)SekoiaTree
2023-04-11Remove enumeration support from `map`Laurenz
2023-04-11Array sorting by key (#584)Daniel Csillag
2023-04-06Unpacking syntax (#532)Marmare314
2023-03-31FIX lint clippy::len_without_is_empty (#451)Marek Barvíř
2023-03-22Fix typos (#115)Kian-Meng Ang
2023-03-19Renaming and refactoringLaurenz
2023-03-18Architecture descriptionLaurenz
2023-03-17Hover and autocomplete in show rulesLaurenz
2023-03-11Autocompletion for raw language tagsLaurenz
2023-03-10Expose content representation moreLaurenz
2023-03-01Split up `model` moduleLaurenz
2022-10-17Merge some modulesLaurenz
2022-09-20Refactor error handlingLaurenz
2022-09-20A New WorldLaurenz
2022-07-26New `Str` type with methodsLaurenz
2022-07-26Rework array methodsLaurenz
2022-06-14Many fixesLaurenz
2022-05-30Find optionally takes function instead of valueLaurenz
2022-05-25Move route from context to VMLaurenz
2022-05-09Set, show, wrap in code blocksLaurenz
2022-04-11Negative array indexingLaurenz
2022-03-18MethodsLaurenz
2022-03-15Add `in` and `not in` operatorsLaurenz
2022-03-17CR: I'm gonna make him a refactor he can't refuseMartin Haug
2022-03-11Rename template to contentLaurenz
2022-02-17Make values hashableLaurenz
2022-02-07Tidy upLaurenz
2022-01-31Switch from `Rc` to `Arc`Laurenz
2021-11-15Make clippy happier and remove `Str`Laurenz
2021-10-23Introduce page / block / inline levelsLaurenz
2021-08-31Make user-facing "debug" representation use Debug instead of DisplayLaurenz
2021-08-31More utility functionsLaurenz
2021-08-21Prune derivesLaurenz
2021-08-16Convert single-field structs to tuple structsLaurenz
2021-08-14Separate type for string valuesLaurenz
2021-08-12Array and dictionary indexingLaurenz
2021-07-29Better addition and iteration for array, dict and templateLaurenz
2021-07-10Reference-count complex valuesLaurenz