summaryrefslogtreecommitdiff
path: root/dhall/src/syntax/text (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-17Run clippyNadrieril2-12/+25
2020-03-11Implement record punsNadrieril3-1/+8
2020-03-10Add support for `with` keywordNadrieril2-1/+43
2020-03-05Implement remote imports and cleanup import chainingNadrieril2-10/+10
2020-03-05Implement remote `as Location` resolutionNadrieril1-1/+1
2020-02-20Add support for dotted field syntaxNadrieril1-1/+12
2020-02-20Add support for duplicate record fieldsNadrieril1-17/+31
2020-02-11Introduce LitKind to factor out common enum nodesNadrieril2-15/+26
2020-02-11Remove the Embed variant from ExprKindNadrieril2-16/+11
2020-02-02Use Spans consistently by valueNadrieril1-5/+1
2020-02-02Fix spans for unions and recordsNadrieril1-17/+18
2020-01-30Move parser files to syntax/Nadrieril2-0/+190
2020-01-30Move main API to lib.rsNadrieril1-1/+1
2020-01-29Cleanup variable handlingNadrieril2-2/+2
2019-12-27Update dhall-lang submoduleNadrieril1-8/+7
2019-12-24Extend merge to work on OptionalsNadrieril1-0/+9
2019-12-23Update dhall-lang submoduleNadrieril1-10/+18
2019-12-23Update dhall-lang submoduleNadrieril1-13/+10
2019-12-23Add two new Integer builtinsNadrieril2-0/+4
2019-12-22rustfmtNadrieril1-4/+7
2019-12-22Implement parsing for record completionNadrieril2-8/+31
2019-12-22Update dhall-lang submoduleNadrieril1-0/+2
2019-12-21Generate parser manually to make the crate publishableNadrieril1-3/+9
2019-12-20Fix some commentsNadrieril1-2/+2
2019-12-20s/RawExpr/UnspannedExpr/Nadrieril2-4/+8
2019-12-20Reorganize printerNadrieril1-135/+132
2019-12-20s/ExprF/ExprKind/Nadrieril2-11/+11
2019-12-19Rename syntax::core to syntax::astNadrieril2-11/+10
2019-12-17Split syntax module between text and binaryNadrieril3-0/+1422