summaryrefslogtreecommitdiff
path: root/dhall/src/syntax/ast/span.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-14spec: Enable `with` optimizationsNadrieril1-1/+0
2020-06-25spec: fix precedence of `===` and `with`Nadrieril1-0/+6
2020-03-31Brutally make all of dhall pubNadrieril1-6/+6
2020-03-31Fix indexing for spans that go to the end of the inputNadrieril1-5/+7
2020-03-31Upgrade annotate-snippets versionNadrieril1-8/+2
2020-03-11Implement record punsNadrieril1-0/+1
2020-03-10Add support for `with` keywordNadrieril1-0/+1
2020-02-20Add support for dotted field syntaxNadrieril1-1/+2
2020-02-20Add support for duplicate record fieldsNadrieril1-0/+2
2020-02-19Expose fewer pub thingsNadrieril1-28/+3
2020-02-04Workaround panic in a serde_dhall exampleNadrieril1-2/+4
2020-02-01Implement once nice error using annotate_snippetsNadrieril1-0/+30
2019-12-19Rename syntax::core to syntax::astNadrieril1-0/+0
2019-12-15Move contents of dhall_syntax to dhallNadrieril1-0/+0
2019-11-11Ensure spans are compatible in Span::unionNadrieril1-5/+7
2019-11-11Add a few more pretty errorsNadrieril1-1/+1
2019-11-11Clarify Span::union and add Span::mergeNadrieril1-2/+14
2019-11-11Propagate more spansNadrieril1-3/+0
2019-11-11Display first pretty type errorNadrieril1-0/+14
2019-11-11Store a `Span` in `Value`Nadrieril1-0/+3
2019-11-11Capture absence of span in Span itselfNadrieril1-2/+11
2019-11-11Fix typoNadrieril1-1/+1
2019-11-11Move Span definition to its own fileNadrieril1-0/+44