summaryrefslogtreecommitdiff
path: root/src/eval/mod.rs
AgeCommit message (Expand)Author
2023-06-06Small refactoringsLaurenz
2023-06-06Improve value casting infrastructureLaurenz
2023-05-23Add support for date & time handling (#435)Laurenz Stampfl
2023-05-22Clearer error messages for failed comparisonsLaurenz
2023-05-19Do not crash on invalid patternLaurenz
2023-05-11More efficient introspectionLaurenz
2023-05-11Remove 'static bound on `World`Laurenz
2023-05-03Function scopes (#1032)Pg Biel
2023-05-03Implement default values for at() (#995)Michael Lohr
2023-05-03Add shorthand for root operation (#929)Marmare314
2023-04-28check index on placeholder (#1005)Marmare314
2023-04-26Touch up docsLaurenz
2023-04-26Pattern as parameter (#854)Marmare314
2023-04-25Support indices preceding the base symbol, revamping #699 (#825)Leedehai
2023-04-25Destructuring assign (#703)Marmare314
2023-04-24Disable stacker on WASMLaurenz
2023-04-23Add instrumentation (Part 1) (#761)Sébastien d'Herbais de Thun
2023-04-20forbid underscore as identifier closes #513 (#837)Marmare314
2023-04-18Clippy fixes (#856)Marek Barvíř
2023-04-16refactor SyntaxKind::Pattern (#831)Marmare314
2023-04-16Clippy fixes (#581)Marek Barvíř
2023-04-13Fix function sinks (#638)Marmare314
2023-04-11Let dictionaries respect insertion orderLaurenz
2023-04-11Fix duplicate error message for destructuringLaurenz
2023-04-06Unpacking syntax (#532)Marmare314
2023-03-28Fix tests on WindowsLaurenz
2023-03-28Fix basic lints (cargo clippy) (#383)Marek Barvíř
2023-03-19Renaming and refactoringLaurenz
2023-03-18Rename formula to equationLaurenz
2023-03-18Attach parameter list span to functionLaurenz
2023-03-17Make parameters traceableLaurenz
2023-03-17Methods for page and location on queried contentLaurenz
2023-03-17Hover and autocomplete in show rulesLaurenz
2023-03-14Reference supplementsLaurenz
2023-03-12Spans in mathLaurenz
2023-03-11Section referencesLaurenz
2023-03-10Expose content representation moreLaurenz
2023-03-10New #[func] macroLaurenz
2023-03-08Rework style chain accessLaurenz
2023-03-07Fully untyped modelLaurenz
2023-03-01Split up `model` moduleLaurenz
2022-10-17Merge some modulesLaurenz
2022-10-17More spans in ASTLaurenz
2022-10-05Remove `SpanPos` in favor of `ErrorPos`Laurenz
2022-10-05Refactor syntax moduleLaurenz
2022-10-04Parse basic math syntaxLaurenz
2022-09-26Description lists, link syntax, and new enum syntaxLaurenz
2022-09-21Tracked memoizationLaurenz
2022-09-20Refactor error handlingLaurenz
2022-09-20A New WorldLaurenz