summaryrefslogtreecommitdiff
path: root/tests/typ/compiler
AgeCommit message (Expand)Author
2024-02-28Implement alpha modification methods for colors (#3516)frozolotl
2024-02-28Externalize assets (#3515)Laurenz
2024-02-27Improve color negation (#3500)frozolotl
2024-02-27New context system (#3497)Laurenz
2024-02-25Fix cast order for `ToInt` (#3485)Laurenz
2024-02-21Wider callsite span (#3466)Laurenz
2024-02-21Destructuring improvements (#3463)Laurenz
2024-02-20Add module -> dictionary conversion (#3428)f3rn0s
2024-02-20Add alpha component to luma (#3438)frozolotl
2024-02-14Fix text show-set regression (#3410)Laurenz
2024-02-12Add color-managed CMYK to RGB conversion (#3288)Martin Haug
2024-02-11Better errors for array/dictionary method calls that return mutable (#3370)Leedehai
2024-02-05Delay errors for all show rules (#3323)Laurenz
2024-02-05Update dictionary.insert() doc and tests (#3343)Leedehai
2024-02-05Support text show rules that match their own output (#3327)Laurenz
2024-02-02Support for and/or selectors in show rules (#3326)Laurenz
2024-02-01Fix show-set semantics (#3311)Laurenz
2024-01-30Respect set rules in where selectors (#3290)Laurenz
2024-01-16Syntax error if function name is parenthesized (#3058)Heinenen
2024-01-05Fix typos (#3126)emilylime
2024-01-03Added `to-absolute` method to length. (#3117)Sébastien d'Herbais de Thun
2024-01-02Clarify the way to access functions from dictionaries (#3064)Leedehai
2023-12-30Don't allow nested line comment inside block comment (#3048)Heinenen
2023-12-28Suggest accessing field if method doesn't exist (#2977)voidiz
2023-12-28Add a test to verify .with() applies to sinks (#3071)Leedehai
2023-12-18Fix unnamed sinks not capturing named args (#2984)PgBiel
2023-12-14Improve number display (#2936)Malo
2023-12-11Mention `str(<label>)` feature in documentation for `label` (#2906)Malo
2023-12-05Implement lexicographic array comparison (#2827)PgBiel
2023-11-29A little less route nestingLaurenz
2023-11-28Better error message for named instead of positional argumentLaurenz
2023-11-27Add test cases to verify lexer's identifier validation (#2773)Leedehai
2023-11-26Rework `Vt` into `Engine`Laurenz
2023-11-24Fix `has` on non-inherent fields (#2745)frozolotl
2023-11-21Make `color.components`' alpha parameter named (#2734)frozolotl
2023-11-17Remove restrictions to chroma and improve clamping (#2690)frozolotl
2023-11-13Make Oklab and Oklch chroma ratios relative to 0.4 (#2642)frozolotl
2023-11-13Add tests for shorthand (#2660)TheJosefOlsson
2023-11-10Implement Oklch support (#2611)frozolotl
2023-11-07Add hints for invalid identifier errors (#2583)tingerrr
2023-11-06Prevent silent swallowing of return expressions trailing arguments (#2545)Samuel Tardieu
2023-11-02Implement dict key interpolation (#2559)Matt Fellenz
2023-10-29Improve "cannot apply '{+,-}'" error messages (#2510)MALO
2023-10-27Fix error priority for function argumentsLaurenz
2023-10-27Fix argument parsing bugLaurenz
2023-10-27Implement unary `array.zip`, closing #2478 (#2491)Joseph Wilson
2023-10-10Adds a default value to `.remove()` on `dict` and `array` (#2346)Sébastien d'Herbais de Thun
2023-10-09Use/allow U+2212 MINUS SIGN instead of U+002D HYPHEN MINUS everywhere (#2318)MALO
2023-10-03Gradient Part 2 - Linear gradients (#2279)Sébastien d'Herbais de Thun
2023-10-02Add capability to get current compiler version (#2016)T0mstone