summaryrefslogtreecommitdiff
path: root/src/eval
AgeCommit message (Expand)Author
2023-04-28check index on placeholder (#1005)Marmare314
2023-04-26Touch up docsLaurenz
2023-04-26Pattern as parameter (#854)Marmare314
2023-04-26Fix overflows with operators (#904)HarmoGlace
2023-04-25Support indices preceding the base symbol, revamping #699 (#825)Leedehai
2023-04-25Add a zip method to arrays (#947)Laurenz Stampfl
2023-04-25Destructuring assign (#703)Marmare314
2023-04-25Add sum and product to arrays (#966)SekoiaTree
2023-04-24hint for unknown variable containing dash (#924)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-19Fix argument sinksLaurenz
2023-04-19Give more specific error messages (#881)Leedehai
2023-04-19Change SipHash2-4 -> SipHash1-3 (#780)Daniel Csillag
2023-04-18ClippyLaurenz
2023-04-18Clippy fixes (#856)Marek Barvíř
2023-04-17Write PDF outlineLaurenz
2023-04-16refactor SyntaxKind::Pattern (#831)Marmare314
2023-04-16Clippy fixes (#581)Marek Barvíř
2023-04-13Fix function sinks (#638)Marmare314
2023-04-13Add support for more complex strokes (#505)Birk Tjelmeland
2023-04-13Better error spans in `calc`Laurenz
2023-04-13Add factorial, permutation and binomial to calculation functions (#639)HarmoGlace
2023-04-12Selector rework (#640)Sébastien d'Herbais de Thun
2023-04-11Let dictionaries respect insertion orderLaurenz
2023-04-11Add support for more ratio multiplicationsLaurenz
2023-04-11Remove support for number / ratioLaurenz
2023-04-11Fix duplicate error message for destructuringLaurenz
2023-04-11Remove enumeration support from `map`Laurenz
2023-04-11Allow treating ratios as floats (#681)Eric Biedert
2023-04-11Array sorting by key (#584)Daniel Csillag
2023-04-06Unpacking syntax (#532)Marmare314
2023-04-05Appends a hint if length is expected but hint provided. (#580)astrale-sharp
2023-04-05Fixed page numbering (#594)Sébastien d'Herbais de Thun
2023-04-04Locatable selectorsLaurenz
2023-04-04Disable clippy for specific lines (#503)Marek Barvíř
2023-03-31FIX lint clippy::len_without_is_empty (#451)Marek Barvíř
2023-03-28Fix tests on WindowsLaurenz
2023-03-28Fix basic lints (cargo clippy) (#383)Marek Barvíř
2023-03-27Fix enum parsing and allow zero in numberingsLaurenz
2023-03-25Newton's notation for derivatives (#281)Alexander Ekdahl
2023-03-22Fix typos (#115)Kian-Meng Ang
2023-03-19More efficient function representationLaurenz
2023-03-19Renaming and refactoringLaurenz
2023-03-19Measurement and introspection reworkLaurenz
2023-03-18Rename formula to equationLaurenz
2023-03-18Architecture descriptionLaurenz
2023-03-18Attach parameter list span to functionLaurenz
2023-03-17Make parameters traceableLaurenz