summaryrefslogtreecommitdiff
path: root/tests/typ/compiler
AgeCommit message (Collapse)Author
2023-06-30Minor improvementsLaurenz
2023-06-28Reintroduce `--root`Laurenz
2023-06-27Basic package managementLaurenz
2023-06-24Add infrastructure to enrich errors with hints (#1486)Mathias Fischler
2023-06-12Resolve #1141: Add hint for missing numbering, improve hint format ↵Mathias Fischler
consistency (#1456)
2023-06-09Undo regex type renameLaurenz
Unnecessary breaking change for now
2023-05-30Fix doc linksLaurenz
2023-05-30Add `fields` method to content (#1340)MALO
2023-05-29Fix `.at(default: ...)` for strings and content (#1339)Pg Biel
2023-05-24Rework delimiter errorsLaurenz
Fixes #572
2023-05-22Fix field access on styled elementLaurenz
Fixes #1197
2023-05-22Fix removal order for dictionaryLaurenz
Switches to `shift_remove` for now. In the future, we should look into a more efficient implementation. Fixes #1258.
2023-05-22Clearer error messages for failed comparisonsLaurenz
Fixes #1231
2023-05-19Update string doc: index can be negative (#1198)Leedehai
2023-05-17Show default values in documentationLaurenz
Fixes #169 Fixes #1102
2023-05-12Show rules for symbols (fixes #1130) (#1175)sitandr
2023-05-03Function scopes (#1032)Pg Biel
2023-05-03Implement default values for at() (#995)Michael Lohr
2023-05-03[Feature] Allow function as argument for string.replace (#944)dvdvgt
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
Breaking change: abbreviate attach() attachment params, top -> t, bottom -> b
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-20Add `quo`, `trunc` and `fract` calculation methods and rename `mod` to `rem` ↵HarmoGlace
(#890)
2023-04-20forbid underscore as identifier closes #513 (#837)Marmare314
2023-04-19Give more specific error messages (#881)Leedehai
2023-04-13Fix function sinks (#638)Marmare314
2023-04-12Selector rework (#640)Sébastien d'Herbais de Thun
2023-04-11Let dictionaries respect insertion orderLaurenz
2023-04-11fix parenthesized binding (#707)Marmare314
2023-04-11Fix highlighting of identifiers before bracketsLaurenz
2023-04-11Fix duplicate error message for destructuringLaurenz
2023-04-11Array sorting by key (#584)Daniel Csillag
2023-04-06Unpacking syntax (#532)Marmare314
Closes #341
2023-04-05Appends a hint if length is expected but hint provided. (#580)astrale-sharp
2023-04-04Integers with different basesLaurenz
2023-03-22Fix typos (#115)Kian-Meng Ang
Found via `codespell -S target -L crate,ist,thi,alle,dedented,ue,tung,nd,ende,overriden,dependant`
2023-03-21Fix show rule colon error messageLaurenz
2023-03-19Renaming and refactoringLaurenz
2023-03-18Rename formula to equationLaurenz
2023-03-18Architecture descriptionLaurenz
2023-03-14Allow keywords as fieldsLaurenz
2023-03-13Locatability and synthesis improvementsLaurenz
2023-03-11Section referencesLaurenz
2023-03-10Expose content representation moreLaurenz