summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/dict.typ
AgeCommit message (Expand)Author
2024-04-13Better test runner (#3922)Laurenz
2024-02-21Destructuring improvements (#3463)Laurenz
2024-02-20Add module -> dictionary conversion (#3428)f3rn0s
2024-02-11Better errors for array/dictionary method calls that return mutable (#3370)Leedehai
2024-02-05Update dictionary.insert() doc and tests (#3343)Leedehai
2024-01-02Clarify the way to access functions from dictionaries (#3064)Leedehai
2023-12-28Suggest accessing field if method doesn't exist (#2977)voidiz
2023-11-02Implement dict key interpolation (#2559)Matt Fellenz
2023-10-10Adds a default value to `.remove()` on `dict` and `array` (#2346)Sébastien d'Herbais de Thun
2023-09-11Update tests for type system changesLaurenz
2023-08-21Add hint for missing method error for dictionary where a field with a functio...Simon Rask
2023-07-26Update field mutation error message (#1742)Pg Biel
2023-05-22Fix removal order for dictionaryLaurenz
2023-05-03Implement default values for at() (#995)Michael Lohr
2023-04-19Give more specific error messages (#881)Leedehai
2023-04-11Let dictionaries respect insertion orderLaurenz
2023-02-17Fix error handling after hashtagLaurenz
2023-01-28More capable math callsLaurenz
2023-01-27Hashtags everywhere!Laurenz
2023-01-23Interpret methods on modules as functions in modulesLaurenz
2023-01-20Rewrite parserLaurenz
2022-12-30Remove index syntax in favor of accessor methodsLaurenz
2022-11-29Reorganize library and testsLaurenz