summaryrefslogtreecommitdiff
path: root/src/diag.rs
AgeCommit message (Expand)Author
2023-03-22Fix typos (#115)Kian-Meng Ang
2023-03-11Autocompletion for raw language tagsLaurenz
2023-03-01Bump `ecow`Laurenz
2023-02-23Switch to ecowLaurenz
2023-01-28More capable math callsLaurenz
2023-01-27Autocomplete methodsLaurenz
2023-01-15Remove most fields from `SyntaxKind` enumLaurenz
2022-12-30Numbering functionsLaurenz
2022-12-15Reflection for castablesLaurenz
2022-12-05Small improvementsLaurenz
2022-11-27Switch `StrResult` to `EcoString`Laurenz
2022-11-25Tidy upLaurenz
2022-11-23More general evaluation interfaceLaurenz
2022-11-20Tracepoints for show rulesLaurenz
2022-11-04Style changesLaurenz
2022-11-03Split cratesLaurenz
2022-10-17More spans in ASTLaurenz
2022-10-05Add `NotSource` variant to `FileError`Laurenz
2022-10-05Remove `SpanPos` in favor of `ErrorPos`Laurenz
2022-09-25XML readingLaurenz
2022-09-21Tracked memoizationLaurenz
2022-09-20Refactor error handlingLaurenz
2022-09-20A New WorldLaurenz
2022-06-14Unified file loading errorsLaurenz
2022-06-10Bump dependenciesLaurenz
2022-05-31Enforce and make use of span orderingLaurenz
2022-05-31Numbered spansLaurenz
2022-03-15Non-returning error macroLaurenz
2022-02-28Introduce `EvalResult` for control flowMartin Haug
2022-02-17Accept closures for heading stylingLaurenz
2022-02-17Switch to const generics for nodesLaurenz
2022-01-28Parse `show` and `wrap` expressionsLaurenz
2022-01-24Export into rendered imagesLaurenz
2021-11-14TidyingLaurenz
2021-11-05RefactoringLaurenz
2021-09-29Implement `Display` for `Tracepoint`Laurenz
2021-09-15Bugfix and tidyingLaurenz
2021-08-21Prune derivesLaurenz
2021-08-14Adjust macros to new versionLaurenz
2021-08-13Add file information to spansLaurenz
2021-08-12Array and dictionary indexingLaurenz
2021-08-09New source loading architectureLaurenz
2021-08-01Pretty-printed diagnostics with tracebackLaurenz
2021-07-30Fatal errorsLaurenz
2021-04-21Make frames serializable 📚Laurenz
2021-03-03Documentation fixes ✔Laurenz
2021-02-11Move span directly into diagnostics 🚚Laurenz
2021-02-11Move all pretty printing into one module and pretty print values 🦋Laurenz
2021-02-09Split evaluation and execution 🔪Laurenz
2021-01-22Many more expressions 🥗Laurenz