summaryrefslogtreecommitdiff
path: root/src/syntax/span.rs
AgeCommit message (Expand)Author
2023-06-06Rename `into_u16` to `as_u16`Laurenz
2023-01-27More `track_caller` annotationsLaurenz
2022-11-23More general evaluation interfaceLaurenz
2022-11-22Rename two syntax typesLaurenz
2022-11-04Style changesLaurenz
2022-11-03Split cratesLaurenz
2022-10-17Merge some modulesLaurenz
2022-10-05Remove `SpanPos` in favor of `ErrorPos`Laurenz
2022-09-21Tracked memoizationLaurenz
2022-09-20A New WorldLaurenz
2022-06-14Many fixesLaurenz
2022-06-10Bump dependenciesLaurenz
2022-06-01DocumentationLaurenz
2022-06-01Incremental renumberingLaurenz
2022-05-31Enforce and make use of span orderingLaurenz
2022-05-31Numbered spansLaurenz
2022-02-17Make values hashableLaurenz
2022-01-24Export into rendered imagesLaurenz
2021-11-15Make clippy happier and remove `Str`Laurenz
2021-11-08Fine-grained capturingLaurenz
2021-11-05RefactoringLaurenz
2021-11-05Change parserMartin Haug
2021-08-21Prune derivesLaurenz
2021-08-14Separate type for string valuesLaurenz
2021-08-13Add file information to spansLaurenz
2021-08-01Pretty-printed diagnostics with tracebackLaurenz
2021-07-10Reference-count complex valuesLaurenz
2021-04-21Make frames serializable ๐Ÿ“šLaurenz
2021-03-19Scheduled maintenance ๐Ÿ”จLaurenz
2021-02-11Move all pretty printing into one module and pretty print values ๐Ÿฆ‹Laurenz
2021-02-09Split evaluation and execution ๐Ÿ”ชLaurenz
2021-01-26Multi-expression blocks ๐Ÿ›๏ธLaurenz
2021-01-22Many more expressions ๐Ÿฅ—Laurenz
2021-01-16Port remaining parser tests ๐ŸššLaurenz
2021-01-04Better value representations, type function ๐ŸŒLaurenz
2021-01-03Move and rename many things ๐Ÿš›Laurenz
2021-01-01A few small improvements โ™ปLaurenz
2020-11-16Remove unused function `Spanned::value` ๐Ÿ—‘Laurenz
2020-10-12Synchronous layout ๐Ÿช€Laurenz
2020-10-05Streamline generic layouting primitives ๐Ÿ›ซLaurenz
2020-10-04Better argument parsing ๐Ÿฅ™Laurenz
2020-10-03Small documentation fixes ๐ŸงพLaurenz
2020-10-02Remove spans from token iterator ๐ŸงฝLaurenz
2020-10-02Refactor parser ๐ŸžLaurenz
2020-10-01Reorganize ast types ๐Ÿ•Laurenz
2020-10-01Make syntax not depend on parse ๐Ÿ“ฉLaurenz
2020-09-30Refactor raw blocks ๐Ÿ’ฑLaurenz
2020-09-30Replace line/column with byte positions ๐Ÿ”ขLaurenz
2020-09-30SpanWith trait โ†”Laurenz
2020-09-30Move decoration into mod.rs ๐Ÿ”™Laurenz