| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-23 | Fix 0pt strokes (#923) | Pg Biel | |
| 2023-04-23 | Parallelize tests (#900) | Alex Saveau | |
| 2023-04-23 | Add instrumentation (Part 1) (#761) | Sébastien d'Herbais de Thun | |
| 2023-04-21 | Implement math `cancel` function (#793) | Pg Biel | |
| 2023-04-20 | Add alt text to image function and PDF (#823) | Martin Haug | |
| 2023-04-20 | forbid underscore as identifier closes #513 (#837) | Marmare314 | |
| 2023-04-19 | Fix argument sinks | Laurenz | |
| Fixes #886. | |||
| 2023-04-19 | Give more specific error messages (#881) | Leedehai | |
| 2023-04-19 | Change SipHash2-4 -> SipHash1-3 (#780) | Daniel Csillag | |
| This seems to significantly improves performance. Inspired by https://github.com/rust-lang/rust/pull/107925 | |||
| 2023-04-19 | Fix realize in math | Laurenz | |
| 2023-04-18 | Clippy | Laurenz | |
| 2023-04-18 | Handle SVG with text | Laurenz | |
| 2023-04-18 | Remove intermediate strings in error message | Laurenz | |
| 2023-04-18 | Clippy fixes (#856) | Marek Barvíř | |
| 2023-04-18 | Improve error message in lexer (#242) | Greg Shuflin | |
| In the error message for an invalid character, print which character triggered the error. | |||
| 2023-04-17 | Write PDF outline | Laurenz | |
| 2023-04-16 | refactor SyntaxKind::Pattern (#831) | Marmare314 | |
| 2023-04-16 | Clippy fixes (#581) | Marek Barvíř | |
| 2023-04-13 | Fix function sinks (#638) | Marmare314 | |
| 2023-04-13 | Add support for more complex strokes (#505) | Birk Tjelmeland | |
| 2023-04-13 | Better error spans in `calc` | Laurenz | |
| 2023-04-13 | Add factorial, permutation and binomial to calculation functions (#639) | HarmoGlace | |
| 2023-04-13 | Reduce amount of hashing | Laurenz | |
| 2023-04-12 | Correct some typos (#746) | Alexander Seiler | |
| 2023-04-12 | Selector rework (#640) | Sébastien d'Herbais de Thun | |
| 2023-04-11 | Let dictionaries respect insertion order | Laurenz | |
| 2023-04-11 | Add support for more ratio multiplications | Laurenz | |
| 2023-04-11 | Remove support for number / ratio | Laurenz | |
| If `1 * 40%` and `1 / 40%` both work, then I would expect `1cm * 40%` and `1cm / 40%` to work, too. So the result of both multiplication and division is always the left type. Same with `100% * 40%`. But `100% / 40%` does not return a ratio, it returns a float. This breaks the consistency. For this reason, I am removing support for just the new divisions for now, but we can revisit this. | |||
| 2023-04-11 | Optimization to `Introspector::extract` (#734) | Daniel Csillag | |
| 2023-04-11 | fix parenthesized binding (#707) | Marmare314 | |
| 2023-04-11 | Fix highlighting of identifiers before brackets | Laurenz | |
| 2023-04-11 | Fix duplicate error message for destructuring | Laurenz | |
| 2023-04-11 | Remove enumeration support from `map` | Laurenz | |
| 2023-04-11 | Allow treating ratios as floats (#681) | Eric Biedert | |
| 2023-04-11 | Add Czech translation (#683) | Radim Sückr | |
| 2023-04-11 | Added Arabic translations (#688) | Abdul Rahman Sibahi | |
| 2023-04-11 | Add Vietnamese Translation (#684) | ichxorya | |
| 2023-04-11 | Array sorting by key (#584) | Daniel Csillag | |
| 2023-04-06 | Unpacking syntax (#532) | Marmare314 | |
| Closes #341 | |||
| 2023-04-06 | Add Norwegian language support (#628) | jakobrs | |
| 2023-04-06 | add support for polish language (#623) | zymon | |
| 2023-04-06 | add support for slovenian language (#621) | Vid Drobnič | |
| 2023-04-05 | Appends a hint if length is expected but hint provided. (#580) | astrale-sharp | |
| 2023-04-05 | Fixed page numbering (#594) | Sébastien d'Herbais de Thun | |
| 2023-04-05 | Spanish support (#548) | felipeacsi | |
| 2023-04-05 | Add support for ukrainian lang (#578) | Nazar Serhiichuk | |
| 2023-04-04 | Locatable selectors | Laurenz | |
| 2023-04-04 | Refactor and document figures | Laurenz | |
| 2023-04-04 | Improved figure numbering, labelling and referencing (#491) | Sébastien d'Herbais de Thun | |
| 2023-04-04 | Allow labels and reference with ',' and '.' | Laurenz | |
